dmd: Fix grep in test after gdb bump

main
OPNA2608 2 years ago
parent cb058dc7ea
commit 1ff67969b5
  1. 4
      pkgs/development/compilers/dmd/default.nix

@ -109,6 +109,10 @@ stdenv.mkDerivation rec {
rm dmd/test/runnable/gdb15729.sh
rm dmd/test/runnable/gdb4149.d
rm dmd/test/runnable/gdb4181.d
# Grep'd string changed with gdb 12
substituteInPlace druntime/test/exceptions/Makefile \
--replace 'in D main (' 'in _Dmain ('
''
+ lib.optionalString stdenv.isLinux ''

Loading…
Cancel
Save