diff --git a/pkgs/applications/editors/wxhexeditor/missing-semicolon.patch b/pkgs/by-name/wx/wxhexeditor/missing-semicolon.patch similarity index 100% rename from pkgs/applications/editors/wxhexeditor/missing-semicolon.patch rename to pkgs/by-name/wx/wxhexeditor/missing-semicolon.patch diff --git a/pkgs/applications/editors/wxhexeditor/default.nix b/pkgs/by-name/wx/wxhexeditor/package.nix similarity index 100% rename from pkgs/applications/editors/wxhexeditor/default.nix rename to pkgs/by-name/wx/wxhexeditor/package.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index c1246415e951..12a611fa2e95 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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;