mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
pythonPackages.protobuf: disable on pypy
(cherry picked from commit 172d2793b9
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
df045923b4
commit
d9cb4f92b5
@ -9864,7 +9864,7 @@ let
|
||||
protobuf2_5 = self.protobufBuild pkgs.protobuf2_5;
|
||||
protobufBuild = protobuf: buildPythonPackage rec {
|
||||
inherit (protobuf) name src;
|
||||
disabled = isPy3k;
|
||||
disabled = isPy3k || isPyPy;
|
||||
|
||||
propagatedBuildInputs = with self; [ protobuf google_apputils ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user