pivy: import soqt properly
This commit is contained in:
parent
858ccc567c
commit
8c3cef55c5
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, buildPythonPackage, fetchFromGitHub, pkgs, qtbase, qmake }:
|
||||
{ stdenv, buildPythonPackage, fetchFromGitHub, pkgs, qtbase, qmake, soqt }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pivy";
|
||||
|
|
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue