hugin: move override into package.nix

This commit is contained in:
Aliaksandr
2026-01-31 21:00:35 +02:00
parent a05303e9a3
commit a3cc19a766
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
@@ -10364,10 +10364,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 { };