pythonPackages.pyside: inherit mesa from pkgs

This commit is contained in:
David Pätzel 2019-10-21 08:09:02 +02:00 committed by Jon
parent 6a2a395241
commit 3db3c787d5

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.