gencfsm: fix build error

This commit is contained in:
Tim Häring 2025-05-28 18:28:08 +02:00
parent 9f115bcc7f
commit 41916d90e6
No known key found for this signature in database
GPG key ID: 51BA87AD19288CB9

View file

@ -29,6 +29,11 @@ stdenv.mkDerivation rec {
sha256 = "RXVwg/xhfAQv3pWp3UylOhMKDh9ZACTuKM4lPrn1dk8="; sha256 = "RXVwg/xhfAQv3pWp3UylOhMKDh9ZACTuKM4lPrn1dk8=";
}; };
env.NIX_CFLAGS_COMPILE = toString [
# tools.c:38:5: error: implicit declaration of function 'gnome_encfs_manager_on_logout' []
"-Wno-implicit-function-declaration"
];
nativeBuildInputs = [ nativeBuildInputs = [
autoconf autoconf
automake automake