replace makeSearchPath tree-wise to take care of possible multiple outputs
This commit is contained in:
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
||||
'' else ""}
|
||||
'';
|
||||
|
||||
wrapperPath = with stdenv.lib; makeSearchPath "bin/" ([
|
||||
wrapperPath = with stdenv.lib; makeBinPath ([
|
||||
coreutils
|
||||
gnused
|
||||
getopt
|
||||
|
||||
Reference in New Issue
Block a user