Merge pull request #303 from groxxda/fix/searchpath

release.nix use makeBinPath to construct PATH
This commit is contained in:
Eelco Dolstra 2016-04-29 12:58:07 +02:00
commit 995f3b21db

View file

@ -133,7 +133,7 @@ rec {
}))
];
hydraPath = lib.makeSearchPath "bin" (
hydraPath = lib.makeBinPath (
[ libxslt sqlite subversion openssh nix coreutils findutils
gzip bzip2 lzma gnutar unzip git gitAndTools.topGit mercurial darcs gnused bazaar
] ++ lib.optionals stdenv.isLinux [ rpm dpkg cdrkit ] );