replace makeSearchPath tree-wise to take care of possible multiple outputs
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
binPath = stdenv.lib.makeSearchPath "bin" [ coreutils gnused bc gawk gnugrep which ];
|
||||
binPath = stdenv.lib.makeBinPath [ coreutils gnused bc gawk gnugrep which ];
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "cups-filters-${version}";
|
||||
|
||||
Reference in New Issue
Block a user