wine: disable bindnow hardening
This commit is contained in:
parent
d7af685896
commit
ba960ac383
@ -103,6 +103,10 @@ stdenv.mkDerivation ((lib.optionalAttrs (! isNull buildScript) {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
# https://bugs.winehq.org/show_bug.cgi?id=43530
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/31989
|
||||||
|
hardeningDisable = [ "bindnow" ];
|
||||||
|
|
||||||
passthru = { inherit pkgArches; };
|
passthru = { inherit pkgArches; };
|
||||||
meta = {
|
meta = {
|
||||||
inherit version platforms;
|
inherit version platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user