parent
fc391e7ecd
commit
dbf97a5afe
@ -40,7 +40,7 @@ stdenv.mkDerivation {
|
|||||||
--replace /bin/bash ${bash}/bin/bash;
|
--replace /bin/bash ${bash}/bin/bash;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
|
NIX_CFLAGS_COMPILE = "-Wno-error=unused-result -Wno-error=nonnull-compare";
|
||||||
|
|
||||||
makeFlags = "DESTDIR=$(out) prefix=";
|
makeFlags = "DESTDIR=$(out) prefix=";
|
||||||
|
|
||||||
@ -49,5 +49,6 @@ stdenv.mkDerivation {
|
|||||||
license = with lib.licenses; [ bsd3 ];
|
license = with lib.licenses; [ bsd3 ];
|
||||||
homepage = https://github.com/Fruneau/pfixtools;
|
homepage = https://github.com/Fruneau/pfixtools;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = with lib.maintainers; [ jerith666 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user