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
, fetchFromGitHub
5
, pythonOlder
6
, pytestCheckHook
7
-
, unittest2
8
}:
9
10
buildPythonPackage rec {
···
27
28
checkInputs = [
29
pytestCheckHook
30
-
unittest2
31
];
32
33
pytestFlagsArray = [
···
4
, fetchFromGitHub
5
, pythonOlder
6
, pytestCheckHook
0
7
}:
8
9
buildPythonPackage rec {
···
26
27
checkInputs = [
28
pytestCheckHook
0
29
];
30
31
pytestFlagsArray = [