Loading pkgs/development/python-modules/qpageview/default.nix +1 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ buildPythonPackage, hatchling, pyqt6, poppler-qt5, pycups, }: Loading @@ -24,7 +23,6 @@ buildPythonPackage rec { dependencies = [ pyqt6 poppler-qt5 pycups ]; Loading @@ -33,7 +31,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "qpageview" ]; meta = { description = "Page-based viewer widget for Qt5/PyQt5"; description = "Page-based viewer widget for Qt6/PyQt6"; homepage = "https://github.com/frescobaldi/qpageview"; changelog = "https://github.com/frescobaldi/qpageview/blob/${src.tag}/ChangeLog"; license = lib.licenses.gpl3Only; Loading Loading
pkgs/development/python-modules/qpageview/default.nix +1 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ buildPythonPackage, hatchling, pyqt6, poppler-qt5, pycups, }: Loading @@ -24,7 +23,6 @@ buildPythonPackage rec { dependencies = [ pyqt6 poppler-qt5 pycups ]; Loading @@ -33,7 +31,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "qpageview" ]; meta = { description = "Page-based viewer widget for Qt5/PyQt5"; description = "Page-based viewer widget for Qt6/PyQt6"; homepage = "https://github.com/frescobaldi/qpageview"; changelog = "https://github.com/frescobaldi/qpageview/blob/${src.tag}/ChangeLog"; license = lib.licenses.gpl3Only; Loading