Skip to content

Commit

Permalink
pythonPackages.pyside: inherit mesa from pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaetzel authored and jonringer committed Oct 21, 2019
1 parent 6a2a395 commit 3db3c78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3db3c78

Please sign in to comment.