hugin: move override into package.nix (#485690)

This commit is contained in:
Michael Daniels
2026-02-01 00:50:43 +00:00
committed by GitHub
2 changed files with 4 additions and 7 deletions
+4 -3
View File
@@ -30,7 +30,8 @@
sqlite,
vigra,
wrapGAppsHook3,
wxGTK,
wxGTK32,
wxGTK' ? wxGTK32,
zlib,
}:
@@ -65,7 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
panotools
sqlite
vigra
wxGTK
wxGTK'
zlib
];
@@ -74,7 +75,7 @@ stdenv.mkDerivation (finalAttrs: {
makeWrapper
pkg-config
wrapGAppsHook3
wxGTK
wxGTK'
];
strictDeps = true;
-4
View File
@@ -10356,10 +10356,6 @@ with pkgs;
hpack = haskell.lib.compose.justStaticExecutables haskellPackages.hpack;
hugin = callPackage ../by-name/hu/hugin/package.nix {
wxGTK = wxGTK32;
};
huggle = libsForQt5.callPackage ../applications/misc/huggle { };
hyperion-ng = libsForQt5.callPackage ../applications/video/hyperion-ng { };