tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gencfsm: fix build error
Tim Häring
9 months ago
41916d90
9f115bcc
+5
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ge
gencfsm
package.nix
+5
pkgs/by-name/ge/gencfsm/package.nix
···
29
29
sha256 = "RXVwg/xhfAQv3pWp3UylOhMKDh9ZACTuKM4lPrn1dk8=";
30
30
};
31
31
32
32
+
env.NIX_CFLAGS_COMPILE = toString [
33
33
+
# tools.c:38:5: error: implicit declaration of function 'gnome_encfs_manager_on_logout' []
34
34
+
"-Wno-implicit-function-declaration"
35
35
+
];
36
36
+
32
37
nativeBuildInputs = [
33
38
autoconf
34
39
automake