dmd: remove broken flag

wip/yesman
Jörg Thalheim 7 years ago
parent 419869269d
commit 3b5245f0c4
  1. 1
      pkgs/development/compilers/dmd/2.067.1.nix
  2. 1
      pkgs/development/compilers/dmd/default.nix

@ -153,7 +153,6 @@ stdenv.mkDerivation rec {
# https://github.com/dlang/dmd/pull/6680
license = licenses.boost;
platforms = platforms.unix;
broken = true;
};
}

@ -160,6 +160,5 @@ stdenv.mkDerivation rec {
license = licenses.boost;
maintainers = with maintainers; [ ThomasMader ];
platforms = platforms.unix;
broken = true;
};
}

Loading…
Cancel
Save