tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python313Packages.urwidgets: fix build
Tom Hunze
5 months ago
a2403e9b
06c99c29
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
urwidgets
default.nix
+2
pkgs/development/python-modules/urwidgets/default.nix
···
25
25
26
26
propagatedBuildInputs = [ urwid ];
27
27
28
28
+
pythonRelaxDeps = [ "urwid" ];
29
29
+
28
30
pythonImportsCheck = [ "urwidgets" ];
29
31
30
32
meta = with lib; {