3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pythonix: pin to nix_2_3

This commit is contained in:
Bernardo Meurer 2021-11-02 00:28:02 -07:00
parent d42768c8a8
commit 797e7d8393
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -7492,6 +7492,7 @@ in {
};
pythonix = callPackage ../development/python-modules/pythonix {
nix = pkgs.nix_2_3;
meson = pkgs.meson.override { python3 = self.python; };
};