blobfuse: fix build with gcc8

This commit is contained in:
Franz Pletz 2019-01-11 03:57:52 +01:00
parent f4bcbb1df8
commit 9e612cc860
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1qh04z1fsj1l6l12sz9yl2sy9hwlrnzac54hwrr7wvsgv90n9gbp";
};
NIX_CFLAGS_COMPILE = [ "-Wno-error=catch-value" ];
buildInputs = [ curl gnutls libgcrypt libuuid fuse ];
nativeBuildInputs = [ cmake pkgconfig ];
@ -20,4 +22,4 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ jbgi ];
platforms = platforms.linux;
};
}
}