pythonPackages.pyside: inherit mesa from pkgs

This commit is contained in:
David Pätzel
2019-10-21 10:29:58 -07:00
committed by Jon
parent 6a2a395241
commit 3db3c787d5
+3 -1
View File
@@ -1039,7 +1039,9 @@ in {
pyschedule = callPackage ../development/python-modules/pyschedule { };
pyside = callPackage ../development/python-modules/pyside { };
pyside = callPackage ../development/python-modules/pyside {
inherit (pkgs) mesa;
};
pysideShiboken = callPackage ../development/python-modules/pyside/shiboken.nix {
inherit (pkgs) libxml2 libxslt; # Do not need the Python bindings.