nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.ircstates: relax pendulum constraint

+2
+2
pkgs/development/python-modules/ircstates/default.nix
··· 23 23 24 24 build-system = [ setuptools ]; 25 25 26 + pythonRelaxDeps = [ "pendulum" ]; 27 + 26 28 dependencies = [ 27 29 irctokens 28 30 pendulum