Unverified Commit 6bc8b0e4 authored by Victor Engmark's avatar Victor Engmark
Browse files

mcomix: Use Python 3.12

Works around <https://sourceforge.net/p/mcomix/bugs/150/>.

Closes #428631.
parent 0a9e4b8f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  gobject-introspection,
  gtk3,
  mcomix,
  python3,
  python312, # TODO: Revert to python3 when upgrading past 3.1.0
  testers,
  wrapGAppsHook3,

@@ -17,7 +17,7 @@
  unrarSupport ? false, # unfree software
}:

python3.pkgs.buildPythonApplication rec {
python312.pkgs.buildPythonApplication rec {
  pname = "mcomix";
  version = "3.1.0";
  pyproject = true;
@@ -34,12 +34,12 @@ python3.pkgs.buildPythonApplication rec {

  nativeBuildInputs = [
    gobject-introspection
    python3.pkgs.setuptools
    python312.pkgs.setuptools
    wrapGAppsHook3
  ];

  propagatedBuildInputs =
    with python3.pkgs;
    with python312.pkgs;
    [
      pillow
      pycairo