tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
molden: fix GCC 14 build
Stan Papadopoulos
1 year ago
1706ef6e
130595eb
+3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
mo
molden
package.nix
+3
pkgs/by-name/mo/molden/package.nix
···
27
27
28
28
patches = [ ./dont_register_file_types.patch ];
29
29
30
30
+
# fix build with GCC 14
31
31
+
env.NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration -Wno-implicit-int -Wno-return-mismatch";
32
32
+
30
33
postPatch = ''
31
34
substituteInPlace ./makefile --replace '-L/usr/X11R6/lib' "" \
32
35
--replace '-I/usr/X11R6/include' "" \