replace makeSearchPath tree-wise to take care of possible multiple outputs
This commit is contained in:
@@ -26,7 +26,7 @@ assert stdenv.isLinux;
|
||||
let
|
||||
version = "4.2.9";
|
||||
|
||||
binpath = stdenv.lib.makeSearchPath "bin"
|
||||
binpath = stdenv.lib.makeBinPath
|
||||
[ cabextract
|
||||
python2Packages.python
|
||||
gettext
|
||||
|
||||
Reference in New Issue
Block a user