mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
cd-discid: do not use INSTALL=/usr/bin/install, as it did not build
This commit is contained in:
parent
93b81871eb
commit
ed1355e0f1
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0qrcvn7227qaayjcd5rm7z0k5q89qfy5qkdgwr5pd7ih0va8rmpz";
|
sha256 = "0qrcvn7227qaayjcd5rm7z0k5q89qfy5qkdgwr5pd7ih0va8rmpz";
|
||||||
};
|
};
|
||||||
|
|
||||||
installFlags = "PREFIX=$(out)";
|
installFlags = "PREFIX=$(out) INSTALL=install";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://linukz.org/cd-discid.shtml;
|
homepage = http://linukz.org/cd-discid.shtml;
|
||||||
|
Loading…
Reference in New Issue
Block a user