mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
openzwave: disable format hardening
Closes #41865 Thanks to @cawilliamso
This commit is contained in:
parent
cd550dcb66
commit
4b649a99d8
@ -19,6 +19,8 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ systemd ];
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user