pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/sort-pictures \
|
||||
--prefix PATH : ${stdenv.lib.makeBinPath [ exif imagemagick ]}
|
||||
--prefix PATH : ${lib.makeBinPath [ exif imagemagick ]}
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user