facter: fix build with gcc9
This commit is contained in:
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
|
|||||||
"-DRUBY_LIB_INSTALL=${placeholder "out"}/lib/ruby"
|
"-DRUBY_LIB_INSTALL=${placeholder "out"}/lib/ruby"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-copy";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
buildInputs = [ boost cpp-hocon curl leatherman libwhereami libyamlcpp openssl ruby utillinux ];
|
buildInputs = [ boost cpp-hocon curl leatherman libwhereami libyamlcpp openssl ruby utillinux ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user