dtools: Fix rdmd test when building with newer phobos version which doesn't include std.stdiobase.d anymore.
This commit is contained in:
parent
8a2a3dad80
commit
930b01ab3d
@ -17,6 +17,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
substituteInPlace posix.mak \
|
||||
--replace gcc $CC
|
||||
|
||||
# To fix rdmd test with newer phobos
|
||||
substituteInPlace rdmd.d \
|
||||
--replace " std.stdiobase," ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ dmd ];
|
||||
|
Loading…
Reference in New Issue
Block a user