tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.constantly: add pythonImportsCheck
Sandro Jäckel
3 years ago
0cd80c48
3d6c93dd
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
constantly
default.nix
+2
pkgs/development/python-modules/constantly/default.nix
···
9
9
sha256 = "0dgwdla5kfpqz83hfril716inm41hgn9skxskvi77605jbmp4qsq";
10
10
};
11
11
12
12
+
pythonImportsCheck = [ "constantly" ];
13
13
+
12
14
meta = with lib; {
13
15
homepage = "https://github.com/twisted/constantly";
14
16
description = "symbolic constant support";