openzwave: disable format hardening

Closes #41865

Thanks to @cawilliamso
This commit is contained in:
Matthew Justin Bauer 2018-06-11 18:55:44 -04:00 committed by GitHub
parent cd550dcb66
commit 4b649a99d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,8 @@ in stdenv.mkDerivation rec {
buildInputs = [ systemd ];
hardeningDisable = [ "format" ];
enableParallelBuilding = true;
installPhase = ''