Skip to content

Commit

Permalink
treewide: replace darwin.apple_sdk_11_0.stdenv with stdenv on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Jan 3, 2025
1 parent f4d10f1 commit 896be7b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9482,11 +9482,6 @@ with pkgs;

json2yaml = haskell.lib.compose.justStaticExecutables haskellPackages.json2yaml;

libjodycode = callPackage ../development/libraries/libjodycode {
# missing aligned_alloc()
stdenv = if stdenv.hostPlatform.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
};

kddockwidgets = libsForQt5.callPackage ../development/libraries/kddockwidgets { };

keybinder = callPackage ../development/libraries/keybinder {
Expand Down Expand Up @@ -15890,10 +15885,6 @@ with pkgs;
xwaylandSupport = false;
};

chatterino2 = callPackage ../applications/networking/instant-messengers/chatterino2 {
stdenv = if stdenv.hostPlatform.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
};

wgnord = callPackage ../applications/networking/wgnord/default.nix { };

whalebird = callPackage ../applications/misc/whalebird {
Expand Down Expand Up @@ -16159,7 +16150,6 @@ with pkgs;
};

groestlcoin = libsForQt5.callPackage ../applications/blockchains/groestlcoin {
stdenv = darwin.apple_sdk_11_0.stdenv;
withGui = true;
inherit (darwin) autoSignDarwinBinariesHook;
};
Expand Down

0 comments on commit 896be7b

Please sign in to comment.