blobfuse: fix build with gcc8

This commit is contained in:
Franz Pletz
2019-06-17 07:05:55 +02:00
parent f4bcbb1df8
commit 9e612cc860
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1qh04z1fsj1l6l12sz9yl2sy9hwlrnzac54hwrr7wvsgv90n9gbp"; sha256 = "1qh04z1fsj1l6l12sz9yl2sy9hwlrnzac54hwrr7wvsgv90n9gbp";
}; };
NIX_CFLAGS_COMPILE = [ "-Wno-error=catch-value" ];
buildInputs = [ curl gnutls libgcrypt libuuid fuse ]; buildInputs = [ curl gnutls libgcrypt libuuid fuse ];
nativeBuildInputs = [ cmake pkgconfig ]; nativeBuildInputs = [ cmake pkgconfig ];