Skip to content

Commit 96e6774

Browse files
kachickNickCao
andcommitted
ox: switch to the new darwin sdk pattern
https://discourse.nixos.org/t/the-darwin-sdks-have-been-updated/55295 Co-authored-by: Nick Cao <[email protected]>
1 parent 992c80c commit 96e6774

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pkgs/by-name/ox/ox/package.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ lib, stdenv, fetchFromGitHub, rustPlatform, darwin }:
1+
{ lib, stdenv, fetchFromGitHub, rustPlatform }:
22

33
rustPlatform.buildRustPackage rec {
44
pname = "ox";
@@ -13,8 +13,6 @@ rustPlatform.buildRustPackage rec {
1313

1414
cargoHash = "sha256-2Jk8uDiTGUQqLOOQVlYm5R7qQXIqP0PkFvv5E5qTzT0=";
1515

16-
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.AppKit ];
17-
1816
meta = with lib; {
1917
description = "Independent Rust text editor that runs in your terminal";
2018
homepage = "https://github.com/curlpipe/ox";

0 commit comments

Comments
 (0)