blobfuse: fix build with gcc8
This commit is contained in:
parent
f4bcbb1df8
commit
9e612cc860
@ -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;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user