Merge pull request #50491 from oxij/pkgs/tiny-fixes

trivial: random fixes
This commit is contained in:
xeji
2018-11-18 16:58:55 +01:00
committed by GitHub
6 changed files with 16 additions and 11 deletions

View File

@@ -2444,7 +2444,10 @@ in {
google_cloud_speech = callPackage ../development/python-modules/google_cloud_speech { };
gpgme = toPythonModule (pkgs.gpgme.override { pythonSupport=true; });
gpgme = toPythonModule (pkgs.gpgme.override {
pythonSupport = true;
inherit (self) python;
});
gphoto2 = callPackage ../development/python-modules/gphoto2 {
inherit (pkgs) pkgconfig;