Skip to content

Commit b4b31ad

Browse files
elmerfem: fix build (NixOS#377826)
2 parents 5154fd6 + f8c4cee commit b4b31ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/el/elmerfem/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
5858

5959
storepath = placeholder "out";
6060

61+
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
62+
6163
cmakeFlags = [
6264
"-DELMER_INSTALL_LIB_DIR=${storepath}/lib"
6365
"-DWITH_OpenMP:BOOLEAN=TRUE"

0 commit comments

Comments
 (0)