Unverified Commit 9a78e673 authored by Theodore Ni's avatar Theodore Ni
Browse files

debase: use new Darwin SDK pattern

parent 224daf06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  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
+0 −4
Original line number Diff line number Diff line
@@ -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 {