Merge pull request #108259 from r-burns/pythonix
python3Packages.pythonix: 0.1.6 -> 0.1.7, fix python module
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user