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 \
|
substituteInPlace posix.mak \
|
||||||
--replace gcc $CC
|
--replace gcc $CC
|
||||||
|
|
||||||
|
# To fix rdmd test with newer phobos
|
||||||
|
substituteInPlace rdmd.d \
|
||||||
|
--replace " std.stdiobase," ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ dmd ];
|
nativeBuildInputs = [ dmd ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user