wxhexeditor: move to pkgs/by-name

This commit is contained in:
Weijia Wang
2025-01-04 19:41:15 +01:00
parent 57f6015869
commit 86f56f178e
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -15879,7 +15879,7 @@ with pkgs;
wsjtx = qt5.callPackage ../applications/radio/wsjtx { };
wxhexeditor = callPackage ../applications/editors/wxhexeditor {
wxhexeditor = callPackage ../by-name/wx/wxhexeditor/package.nix {
inherit (darwin.apple_sdk.frameworks) Cocoa;
inherit (llvmPackages) openmp;
wxGTK = wxGTK32;