x86info: ignore warnings
This commit is contained in:
parent
c7028192c2
commit
b7a504ea6b
@ -9,7 +9,12 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0a4lzka46nabpsrg3n7akwr46q38f96zfszd73xcback1s2hjc7y";
|
sha256 = "0a4lzka46nabpsrg3n7akwr46q38f96zfszd73xcback1s2hjc7y";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = "patchShebangs .";
|
preConfigure = ''
|
||||||
|
patchShebangs .
|
||||||
|
|
||||||
|
# ignore warnings
|
||||||
|
sed -i 's/-Werror -Wall//' Makefile
|
||||||
|
'';
|
||||||
|
|
||||||
buildInputs = [ pciutils python ];
|
buildInputs = [ pciutils python ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user