mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #178128 from OPNA2608/fix/dmd_gdb_grep
dmd: Fix grep in test after gdb bump
This commit is contained in:
commit
7bb8a39dfd
@ -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…
Reference in New Issue
Block a user