inkcut: move to pkgs/by-name

This commit is contained in:
Arnout Engelen
2025-04-16 15:02:32 +02:00
parent 9115088d53
commit daff458644
2 changed files with 3 additions and 5 deletions
@@ -3,7 +3,7 @@
fetchpatch,
python3,
fetchFromGitHub,
wrapQtAppsHook,
qt5,
cups,
}:
@@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
owner = pname;
repo = pname;
tag = "v${version}";
sha256 = "sha256-S5IrNWVoUp1w+P7DrKlOUOyY3Q16CHSct9ndZOB3UpU=";
hash = "sha256-S5IrNWVoUp1w+P7DrKlOUOyY3Q16CHSct9ndZOB3UpU=";
};
patches = [
@@ -45,7 +45,7 @@ python3.pkgs.buildPythonApplication rec {
--replace ", 'lpr', " ", '${cups}/bin/lpr', "
'';
nativeBuildInputs = [ wrapQtAppsHook ];
nativeBuildInputs = [ qt5.wrapQtAppsHook ];
propagatedBuildInputs = with python3.pkgs; [
enamlx
-2
View File
@@ -14914,8 +14914,6 @@ with pkgs;
imgp = python3Packages.callPackage ../applications/graphics/imgp { };
inkcut = libsForQt5.callPackage ../applications/misc/inkcut { };
inkscape = callPackage ../applications/graphics/inkscape {
lcms = lcms2;
};