From 1baf1b79f782cae50245912234aca92ec45101a7 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Sun, 5 Jan 2025 16:08:59 +0100 Subject: [PATCH] python312Packages.inkex: clean up test inputs --- pkgs/development/python-modules/inkex/default.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/pkgs/development/python-modules/inkex/default.nix b/pkgs/development/python-modules/inkex/default.nix index ae013099ba75..542cb22f335a 100644 --- a/pkgs/development/python-modules/inkex/default.nix +++ b/pkgs/development/python-modules/inkex/default.nix @@ -23,8 +23,7 @@ buildPythonPackage { pname = "inkex"; inherit (inkscape) version; - - format = "pyproject"; + pyproject = true; inherit (inkscape) src; @@ -38,16 +37,19 @@ buildPythonPackage { }) ]; - nativeBuildInputs = [ poetry-core ]; + build-system = [ poetry-core ]; pythonRelaxDeps = [ "numpy" ]; - propagatedBuildInputs = [ + dependencies = [ cssselect lxml numpy + pillow pygobject3 + pyparsing pyserial + scour tinycss2 ]; @@ -60,10 +62,6 @@ buildPythonPackage { checkInputs = [ gtk3 - packaging - pillow - pyparsing - scour ]; disabledTests =