lol

wxhexeditor: move to pkgs/by-name

+1 -1
pkgs/applications/editors/wxhexeditor/default.nix pkgs/by-name/wx/wxhexeditor/package.nix
pkgs/applications/editors/wxhexeditor/missing-semicolon.patch pkgs/by-name/wx/wxhexeditor/missing-semicolon.patch
+1 -1
pkgs/top-level/all-packages.nix
··· 15879 15879 15880 15880 wsjtx = qt5.callPackage ../applications/radio/wsjtx { }; 15881 15881 15882 - wxhexeditor = callPackage ../applications/editors/wxhexeditor { 15882 + wxhexeditor = callPackage ../by-name/wx/wxhexeditor/package.nix { 15883 15883 inherit (darwin.apple_sdk.frameworks) Cocoa; 15884 15884 inherit (llvmPackages) openmp; 15885 15885 wxGTK = wxGTK32;