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.flake8-future-import: add missing runHook

+4
+4
pkgs/development/python-modules/flake8-future-import/default.nix
··· 43 43 nativeCheckInputs = [ six ]; 44 44 45 45 checkPhase = '' 46 + runHook preCheck 47 + 46 48 ${python.interpreter} -m test_flake8_future_import 49 + 50 + runHook postCheck 47 51 ''; 48 52 49 53 meta = with lib; {