tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.cart: adjust inputs
Fabian Affolter
4 years ago
3a8627dc
36797a3c
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
cart
default.nix
-2
pkgs/development/python-modules/cart/default.nix
···
4
4
, fetchFromGitHub
5
5
, pythonOlder
6
6
, pytestCheckHook
7
7
-
, unittest2
8
7
}:
9
8
10
9
buildPythonPackage rec {
···
27
26
28
27
checkInputs = [
29
28
pytestCheckHook
30
30
-
unittest2
31
29
];
32
30
33
31
pytestFlagsArray = [