mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python3.pkgs.postorius: use checkInputs
This commit is contained in:
parent
6af4de84d3
commit
9a43cdc1c6
1 changed files with 1 additions and 1 deletions
|
@ -11,8 +11,8 @@ buildPythonPackage rec {
|
|||
sha256 = "1722lnscxfl8wdigf5d80d1qmd5gblr439wa989jxlww0wkjg9fl";
|
||||
};
|
||||
|
||||
buildInputs = [ beautifulsoup4 vcrpy mock ];
|
||||
propagatedBuildInputs = [ django-mailman3 ];
|
||||
checkInputs = [ beautifulsoup4 vcrpy mock ];
|
||||
|
||||
checkPhase = ''
|
||||
cd $NIX_BUILD_TOP/$sourceRoot
|
||||
|
|
Loading…
Reference in a new issue