sogo: fix build
This commit is contained in:
parent
527a335952
commit
ce06b17376
1 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,8 @@ gnustep.stdenv.mkDerivation rec {
|
||||||
"--enable-mfa"
|
"--enable-mfa"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types -Wno-error=int-conversion -Wno-error=implicit-int";
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
# Create gnustep.conf
|
# Create gnustep.conf
|
||||||
mkdir -p $out/share/GNUstep
|
mkdir -p $out/share/GNUstep
|
||||||
|
|
Loading…
Reference in a new issue