Merge pull request #108259 from r-burns/pythonix

python3Packages.pythonix: 0.1.6 -> 0.1.7, fix python module
This commit is contained in:
Jörg Thalheim
2021-01-06 10:19:43 +00:00
committed by GitHub
2 changed files with 16 additions and 5 deletions
+4 -1
View File
@@ -6031,7 +6031,10 @@ in {
pythonIRClib = callPackage ../development/python-modules/pythonirclib { };
pythonix = callPackage ../development/python-modules/pythonix { inherit (pkgs) meson pkgconfig; };
pythonix = callPackage ../development/python-modules/pythonix {
inherit (pkgs) pkg-config;
meson = pkgs.meson.override { python3 = self.python; };
};
python-jenkins = callPackage ../development/python-modules/python-jenkins { };