forked from mirrors/nixpkgs
python3Packages.pythonix: pin to nix_2_3
This commit is contained in:
parent
d42768c8a8
commit
797e7d8393
|
@ -7492,6 +7492,7 @@ in {
|
|||
};
|
||||
|
||||
pythonix = callPackage ../development/python-modules/pythonix {
|
||||
nix = pkgs.nix_2_3;
|
||||
meson = pkgs.meson.override { python3 = self.python; };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue