From a86aba952e7f5fc204726a5ee145df3f06a182d5 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 26 Jan 2025 21:09:49 +0100 Subject: [PATCH] python313Packages.pelican: relax pygments constraint --- pkgs/development/python-modules/pelican/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pelican/default.nix b/pkgs/development/python-modules/pelican/default.nix index 61ac136ece98..39462140a732 100644 --- a/pkgs/development/python-modules/pelican/default.nix +++ b/pkgs/development/python-modules/pelican/default.nix @@ -61,7 +61,7 @@ buildPythonPackage rec { build-system = [ pdm-backend ]; - pythonRelaxDeps = [ "unidecode" ]; + pythonRelaxDeps = [ "pygments" ]; buildInputs = [ glibcLocales