mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
dmd: migrate to pkgs/by-name
This commit is contained in:
parent
fd6871114e
commit
b0a8cf5243
@ -7493,7 +7493,7 @@ with pkgs;
|
||||
|
||||
dleyna-server = callPackage ../development/libraries/dleyna-server { };
|
||||
|
||||
dmd = callPackage ../development/compilers/dmd ({
|
||||
dmd = callPackage ../by-name/dm/dmd/package.nix ({
|
||||
inherit (darwin.apple_sdk.frameworks) Foundation;
|
||||
} // lib.optionalAttrs stdenv.isLinux {
|
||||
# https://github.com/NixOS/nixpkgs/pull/206907#issuecomment-1527034123
|
||||
|
Loading…
Reference in New Issue
Block a user