mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
9b3cf68ef2
Tests now use a D program called run.d, rather than the previous Makefiles. The compiler makefiles located in compiler/src/ have been deprecated for a long time now and have finally been removed in favour of build.d. There is also a top-level generic Makefile which also works on Windows apparently. [1] The Phobos makefiles (posix.mak and such) have also been removed and replaced with a generic top-level Makefile. Same with druntime. [2] [1]: <https://dlang.org/changelog/2.107.0.html#dmd.makefiles> [2]: <https://dlang.org/changelog/2.107.0.html#druntime.makefiles> <https://dlang.org/changelog/2.107.0.html#makefiles>
6 lines
185 B
Nix
6 lines
185 B
Nix
import ./generic.nix {
|
|
version = "2.108.0";
|
|
dmdHash = "sha256-tlWcFgKtXzfqMMkOq4ezhZHdYCXFckjN5+m6jO4VH0U=";
|
|
phobosHash = "sha256-uU8S4rABOfhpKh+MvSbclkbdf0hrsuKF8SIpWMnPpfU=";
|
|
}
|