about summary refs log tree commit diff
path: root/pkgs/tools/system/plan9port/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/plan9port/default.nix')
-rw-r--r--pkgs/tools/system/plan9port/default.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/pkgs/tools/system/plan9port/default.nix b/pkgs/tools/system/plan9port/default.nix
index b1f963e807f05..2aab36372715b 100644
--- a/pkgs/tools/system/plan9port/default.nix
+++ b/pkgs/tools/system/plan9port/default.nix
@@ -2,13 +2,9 @@
 , fontconfig, freetype, libX11, libXext, libXt, xorgproto
 , perl # For building web manuals
 , which, ed
-, darwin
+, Carbon, Cocoa, IOKit, Metal, QuartzCore, DarwinTools # For building on Darwin
 }:
 
-let
-  inherit (darwin.apple_sdk.frameworks) Carbon Cocoa IOKit Metal QuartzCore;
-  inherit (darwin) DarwinTools;
-in
 stdenv.mkDerivation rec {
   pname = "plan9port";
   version = "2022-09-12";
@@ -121,8 +117,6 @@ stdenv.mkDerivation rec {
     ];
     mainProgram = "9";
     platforms = platforms.unix;
-    # TODO: revisit this when the sdk situation on x86_64-darwin changes
-    broken = stdenv.isDarwin && stdenv.isx86_64;
   };
 }
 # TODO: investigate the mouse chording support patch