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

Configure Feed

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

python3.pkgs.pytest-pylint: fix build

+3 -1
+3 -1
pkgs/development/python-modules/pytest-pylint/default.nix
··· 6 6 , pylint 7 7 , six 8 8 , pytestrunner 9 + , toml 9 10 }: 10 11 11 12 buildPythonPackage rec { ··· 19 18 sha256 = "b0c177d63f6e3f5b82fa2720a6570dd2ecff1616c26ed6d02d0cbf75fd98ddf9"; 20 19 }; 21 20 22 - buildInputs = [ pytestrunner ]; 21 + nativeBuildInputs = [ pytestrunner ]; 23 22 24 23 propagatedBuildInputs = [ 25 24 pytest 26 25 pylint 27 26 six 27 + toml 28 28 ]; 29 29 30 30 # tests not included with release