about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-08 17:32:03 -0500
committerGitHub <noreply@github.com>2022-10-08 17:32:03 -0500
commit8fede648a85a4e0c00f6471b7ab08d2373c59f04 (patch)
treef22314a7a790246853c4e1b985f9d7b4da331829 /pkgs/top-level
parentb683dd69213228aa649b35fc62fc7de721ed626c (diff)
parent4a4300eae49622868868999f773b72d3e4598d59 (diff)
Merge pull request #195125 from wegank/wxhexeditor-darwin
wxhexeditor: add darwin support
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 8b50599c35c92..1554e796d7f84 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -32485,7 +32485,9 @@ with pkgs;
   wsjtx = qt5.callPackage ../applications/radio/wsjtx { };
 
   wxhexeditor = callPackage ../applications/editors/wxhexeditor {
-    wxGTK = wxGTK31;
+    inherit (darwin.apple_sdk.frameworks) Cocoa;
+    inherit (llvmPackages) openmp;
+    wxGTK = wxGTK32;
   };
 
   xa = callPackage ../development/compilers/xa/xa.nix { };