hydrus: unpin python version

This commit is contained in:
Daniel Olsen
2022-07-13 23:45:45 +02:00
parent eab2d27e22
commit 76562ec8d9
+1 -2
View File
@@ -27199,8 +27199,7 @@ with pkgs;
gtk-pipe-viewer = perlPackages.callPackage ../applications/video/pipe-viewer { withGtk3 = true; };
hydrus = python39Packages.callPackage ../applications/graphics/hydrus {
python3Packages = python39Packages;
hydrus = python3Packages.callPackage ../applications/graphics/hydrus {
inherit miniupnpc_2 swftools;
inherit (qt5) wrapQtAppsHook;
};