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.pylint-plugin-utils: fix build

+2 -1
+2 -1
pkgs/development/python-modules/pylint-plugin-utils/default.nix
··· 5 5 6 6 # pythonPackages 7 7 , pylint 8 + , toml 8 9 }: 9 10 10 11 buildPythonPackage rec { ··· 21 20 }; 22 21 23 22 propagatedBuildInputs = [ 24 - pylint 23 + pylint toml 25 24 ]; 26 25 27 26 checkPhase = ''