about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2024-05-14 13:35:59 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2024-05-15 09:08:54 +1000
commite5d9b197e9f13b29ca797e6a0aab21840eab64d4 (patch)
tree2f34f2eaf360f41549ebaa1a312d7c55b8697072 /pkgs/top-level
parentd1414f543e40172dfd20e5a42ccd8c9108219693 (diff)
darwin.openwith: unbreak on x86_64-darwin
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/darwin-packages.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/top-level/darwin-packages.nix b/pkgs/top-level/darwin-packages.nix
index eef19ac6ef725..cca74e047dbdd 100644
--- a/pkgs/top-level/darwin-packages.nix
+++ b/pkgs/top-level/darwin-packages.nix
@@ -172,9 +172,7 @@ impure-cmds // appleSourcePackages // chooseLibs // {
     inherit (apple_sdk_11_0.libs) simd;
   };
 
-  openwith = pkgs.darwin.apple_sdk_11_0.callPackage ../os-specific/darwin/openwith {
-    inherit (apple_sdk_11_0.frameworks) AppKit Foundation UniformTypeIdentifiers;
-  };
+  openwith = callPackage ../os-specific/darwin/openwith { };
 
   stubs = pkgs.callPackages ../os-specific/darwin/stubs { };