pivy: import soqt properly

This commit is contained in:
Thomas Tuegel
2020-09-07 10:55:46 -05:00
parent 858ccc567c
commit 8c3cef55c5
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";