tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
wxhexeditor: move to pkgs/by-name
Weijia Wang
1 year ago
86f56f17
57f60158
+1
-1
3 changed files
expand all
collapse all
unified
split
pkgs
by-name
wx
wxhexeditor
missing-semicolon.patch
package.nix
top-level
all-packages.nix
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
15882
-
wxhexeditor = callPackage ../applications/editors/wxhexeditor {
15882
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;