Skip to content

Commit

Permalink
dtools: Fix rdmd test when building with newer phobos version which d…
Browse files Browse the repository at this point in the history
…oesn't include std.stdiobase.d anymore.
  • Loading branch information
ThomasMader committed Sep 2, 2017
1 parent 8a2a3da commit 930b01a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/tools/dtools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 930b01a

Please sign in to comment.