Unverified Commit daff4586 authored by Arnout Engelen's avatar Arnout Engelen
Browse files

inkcut: move to pkgs/by-name

parent 9115088d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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;
  };