We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130595e commit 1706ef6Copy full SHA for 1706ef6
pkgs/by-name/mo/molden/package.nix
@@ -27,6 +27,9 @@ stdenv.mkDerivation rec {
27
28
patches = [ ./dont_register_file_types.patch ];
29
30
+ # fix build with GCC 14
31
+ env.NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration -Wno-implicit-int -Wno-return-mismatch";
32
+
33
postPatch = ''
34
substituteInPlace ./makefile --replace '-L/usr/X11R6/lib' "" \
35
--replace '-I/usr/X11R6/include' "" \
0 commit comments