dmd: migrate to pkgs/by-name

This commit is contained in:
Jeremy Baxter 2024-02-10 15:46:02 +13:00
parent fd6871114e
commit b0a8cf5243
5 changed files with 1 additions and 1 deletions

View File

@ -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