jankyborders: switch to apple-sdk_11 (#352631)

This commit is contained in:
Weijia Wang
2024-11-01 02:27:15 +01:00
committed by GitHub
+10 -17
View File
@@ -1,15 +1,12 @@
{ lib
, fetchFromGitHub
, pkg-config
, pkgs
, overrideSDK
, darwin
, testers
, nix-update-script
{
lib,
stdenv,
apple-sdk_11,
fetchFromGitHub,
pkg-config,
testers,
nix-update-script,
}:
let
stdenv = overrideSDK pkgs.stdenv "11.0";
in
stdenv.mkDerivation (finalAttrs: {
pname = "JankyBorders";
version = "1.6.0";
@@ -25,12 +22,8 @@ stdenv.mkDerivation (finalAttrs: {
pkg-config
];
buildInputs = with darwin.apple_sdk.frameworks; [
AppKit
ApplicationServices
CoreFoundation
CoreGraphics
SkyLight
buildInputs = [
apple-sdk_11
];
installPhase = ''