if not linux, do not add rpm/dpkg/cdrkit to path

[?]
Jul 27, 2009, 8:37 PM
RTV57MPBQ5YGXHIIK36EQO4SC7SQBXTVLOJUE7ARTDZS5KWAGVNQC

Dependencies

  • [2] XV7QRRE6 * Add openssh to $PATH to support svn+ssh checkouts.
  • [3] DMXVUAPN * Support showing the contents of ISO images (using isoinfo in
  • [4] T4LLYESZ * Nix expression for building Hydra.
  • [5] HPIJ35SG
  • [6] NUIKDEHL * A quick hack to list the contents of various types of files (RPM,
  • [7] DFXIN6YW * Include jquery and tablesorter in the build.
  • [8] UQ6K57MS * Include nix-prefetch-svn in the Hydra binary distribution.
  • [9] SWFCD4MW
  • [10] F3GR3UC5 * Actually, include jquery and tablesorter in the source tarball.
  • [11] P6K2FSSS

Change contents

  • replacement in release.nix at line 9
    [4.48][4.48:77]()
    , nixpkgs ? ../nixpkgs
    [4.48]
    [4.123]
    , nixpkgs ? ../../nixpkgs
  • replacement in release.nix at line 53
    [4.60][4.109:138]()
    , nixpkgs ? ../nixpkgs
    [4.60]
    [4.835]
    , nixpkgs ? ../../nixpkgs
  • replacement in release.nix at line 74
    [4.1401][4.0:75]()
    hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") [
    [4.1401]
    [2.0]
    hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") ( [
  • replacement in release.nix at line 78
    [4.125][3.0:26](),[3.26][4.161:173](),[4.37][4.161:173](),[4.144][4.161:173](),[4.161][4.161:173]()
    rpm dpkg cdrkit
    ]);
    [4.125]
    [4.173]
    ] ++ ( if stdenv.isLinux then [rpm dpkg cdrkit] else [] )));