molden: unbreak build, make compatible with gcc-10

main
Markus Kowalewski 2 years ago
parent 74c9d7985b
commit 5fd7f4ef82
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48
  1. 6
      pkgs/applications/science/chemistry/molden/default.nix

@ -19,7 +19,11 @@ stdenv.mkDerivation rec {
--replace '-I/usr/X11R6/include' "" \
--replace '/usr/local/' $out/ \
--replace 'sudo' "" \
--replace '-C surf depend' '-C surf'
--replace '-C surf depend' '-C surf' \
--replace 'FFLAGS =' 'FFLAGS = -fallow-argument-mismatch'
substituteInPlace ambfor/makefile --replace 'FFLAGS =' 'FFLAGS = -fallow-argument-mismatch'
sed -in '/^# DO NOT DELETE THIS LINE/q;' surf/Makefile
'';

Loading…
Cancel
Save