mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
gencfsm: fix build error
This commit is contained in:
parent
9f115bcc7f
commit
41916d90e6
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ stdenv.mkDerivation rec {
|
|||
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 = [
|
||||
autoconf
|
||||
automake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue