debase: use new Darwin SDK pattern

This commit is contained in:
Theodore Ni 2024-11-10 23:15:56 -08:00
parent 224daf06ca
commit 9a78e67344
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{
darwin,
apple-sdk_11,
fetchFromGitHub,
fetchpatch, # Delete at next version bump.
lib,
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libgit2
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk_11_0.frameworks.Foundation ];
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_11 ];
installPhase = ''
runHook preInstall

View File

@ -1197,10 +1197,6 @@ with pkgs;
datalad-gooey = with python3Packages; toPythonApplication datalad-gooey;
debase = callPackage ../by-name/de/debase/package.nix {
stdenv = if stdenv.hostPlatform.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
};
forgejo-lts = callPackage ../by-name/fo/forgejo/lts.nix { };
gfold = callPackage ../applications/version-management/gfold {