From 86f56f178e2b140cca56d832e98dbcc0bed1514c Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:41:15 +0100 Subject: [PATCH] wxhexeditor: move to pkgs/by-name --- .../editors => by-name/wx}/wxhexeditor/missing-semicolon.patch | 0 .../default.nix => by-name/wx/wxhexeditor/package.nix} | 0 pkgs/top-level/all-packages.nix | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/{applications/editors => by-name/wx}/wxhexeditor/missing-semicolon.patch (100%) rename pkgs/{applications/editors/wxhexeditor/default.nix => by-name/wx/wxhexeditor/package.nix} (100%) 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;