Merge pull request #56696 from jokogr/f/libarcus

pythonPackages.libarcus: use pkgs.protobuf as input
This commit is contained in:
Robert Schütz
2019-03-05 09:10:29 +01:00
committed by GitHub
3 changed files with 5 additions and 4 deletions

View File

@@ -15,8 +15,9 @@ buildPythonPackage rec {
disabled = pythonOlder "3.4.0";
propagatedBuildInputs = [ sip protobuf ];
propagatedBuildInputs = [ sip ];
nativeBuildInputs = [ cmake ];
buildInputs = [ protobuf ];
postPatch = ''
# To workaround buggy SIP detection which overrides PYTHONPATH