Skip to content

Commit

Permalink
overlays/btop: apple-sdk_15
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Nov 4, 2024
1 parent 3893202 commit 39647d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions overlays/btop/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
_: _final: prev: {
# TODO: remove stdenv and buildinputs override after next unstable
btop = (prev.btop.override { inherit (prev) stdenv; }).overrideAttrs (_oldAttrs: {
buildInputs = prev.lib.optionals prev.stdenv.hostPlatform.isDarwin [
prev.apple-sdk_15
(prev.darwinMinVersionHook "10.15")
];
});
}

0 comments on commit 39647d1

Please sign in to comment.