Skip to content

Commit

Permalink
dmd: don't bring Foundation into scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbx committed Jul 26, 2024
1 parent 818f30b commit bc3208b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/dm/dmd/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
, writeTextFile
, bash
, curl
, Foundation
, darwin
, gdb
, git
, tzdata
Expand Down Expand Up @@ -124,7 +124,7 @@ stdenv.mkDerivation (finalAttrs: {
curl
tzdata
] ++ lib.optionals stdenv.isDarwin [
Foundation
darwin.apple_sdk.frameworks.Foundation
];

nativeCheckInputs = [
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7256,10 +7256,6 @@ with pkgs;

dleyna-server = callPackage ../development/libraries/dleyna-server { };

dmd = callPackage ../by-name/dm/dmd/package.nix {
inherit (darwin.apple_sdk.frameworks) Foundation;
};

dmg2img = callPackage ../tools/misc/dmg2img { };

docbook2odf = callPackage ../tools/typesetting/docbook2odf { };
Expand Down

0 comments on commit bc3208b

Please sign in to comment.