pivy: import soqt properly

This commit is contained in:
Thomas Tuegel 2020-09-07 10:55:46 -05:00
parent 858ccc567c
commit 8c3cef55c5
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchFromGitHub, pkgs, qtbase, qmake }:
{ stdenv, buildPythonPackage, fetchFromGitHub, pkgs, qtbase, qmake, soqt }:
buildPythonPackage rec {
pname = "pivy";

View file

@ -4419,6 +4419,7 @@ in {
pivy = callPackage ../development/python-modules/pivy {
inherit (qt5) qtbase qmake;
inherit (libsForQt5) soqt;
};
pkgconfig = callPackage ../development/python-modules/pkgconfig { inherit (pkgs) pkgconfig; };