treewide: stdenv.lib -> lib
This commit is contained in:
@@ -47,8 +47,8 @@ in stdenv.mkDerivation {
|
||||
cp bin/Debug/MidiSheetMusic.exe $out/bin/.MidiSheetMusic.exe
|
||||
|
||||
makeWrapper ${mono}/bin/mono $out/bin/midisheetmusic.mono.exe \
|
||||
--prefix LD_LIBRARY_PATH : ${stdenv.lib.makeLibraryPath [ gtk2 cups ]} \
|
||||
--prefix PATH : ${stdenv.lib.makeBinPath [ timidity ]} \
|
||||
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ gtk2 cups ]} \
|
||||
--prefix PATH : ${lib.makeBinPath [ timidity ]} \
|
||||
--add-flags $out/bin/.MidiSheetMusic.exe
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user