hugin: move to by-name/

This commit is contained in:
Christoph Hrdinka
2025-12-17 17:47:38 +01:00
parent bec1f54cbf
commit 425ffa2cdc
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -10948,7 +10948,7 @@ with pkgs;
hpack = haskell.lib.compose.justStaticExecutables haskellPackages.hpack;
hugin = callPackage ../applications/graphics/hugin {
hugin = callPackage ../by-name/hu/hugin/package.nix {
wxGTK = wxGTK32;
};