replace makeSearchPath tree-wise to take care of possible multiple outputs
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
let
|
||||
major = "3.12";
|
||||
minor = "0";
|
||||
binpath = stdenv.lib.makeSearchPath "bin" [ dvdauthor cdrdao dvdplusrwtools cdrtools ];
|
||||
binpath = stdenv.lib.makeBinPath [ dvdauthor cdrdao dvdplusrwtools cdrtools ];
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
version = "${major}.${minor}";
|
||||
|
||||
Reference in New Issue
Block a user