mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #12432 from kragniz/12405
pythonPackages.mezzanine: disable pypy
This commit is contained in:
commit
ec71535c81
@ -10553,6 +10553,8 @@ in modules // {
|
||||
sha256 = "1cd7d3dji8q4mvcnf9asxn8j109pd5g5d5shr6xvn0iwr35qprgi";
|
||||
};
|
||||
|
||||
disabled = isPyPy;
|
||||
|
||||
buildInputs = with self; [ pyflakes pep8 ];
|
||||
propagatedBuildInputs = with self; [
|
||||
django_1_6 filebrowser_safe grappelli_safe bleach tzlocal beautifulsoup4
|
||||
|
Loading…
Reference in New Issue
Block a user