pkgs/development/mobile: stdenv.lib -> lib
This commit is contained in:
@@ -28,10 +28,10 @@ stdenv.mkDerivation {
|
||||
install -D -m444 ./debian/abootimg.1 $out/share/man/man1/abootimg.1;
|
||||
|
||||
install -D -m 755 abootimg-pack-initrd $out/bin
|
||||
wrapProgram $out/bin/abootimg-pack-initrd --prefix PATH : ${stdenv.lib.makeBinPath [ coreutils cpio findutils gzip ]}
|
||||
wrapProgram $out/bin/abootimg-pack-initrd --prefix PATH : ${lib.makeBinPath [ coreutils cpio findutils gzip ]}
|
||||
|
||||
install -D -m 755 abootimg-unpack-initrd $out/bin
|
||||
wrapProgram $out/bin/abootimg-unpack-initrd --prefix PATH : ${stdenv.lib.makeBinPath [ cpio gzip ]}
|
||||
wrapProgram $out/bin/abootimg-unpack-initrd --prefix PATH : ${lib.makeBinPath [ cpio gzip ]}
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user