pyqt5: Qt 5 infrastructure update
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ stdenv, fetchurl, python, pkgconfig, qt5, sip, pythonDBus, lndir, makeWrapper }:
|
||||
{ stdenv, fetchurl, python, pkgconfig, qtbase, qtsvg, qtwebkit, sip, pythonDBus
|
||||
, lndir, makeWrapper }:
|
||||
|
||||
let
|
||||
version = "5.4.2";
|
||||
@@ -20,7 +21,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [
|
||||
python pkgconfig makeWrapper lndir
|
||||
qt5.base qt5.svg qt5.webkit
|
||||
qtbase qtsvg qtwebkit
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ sip ];
|
||||
|
||||
Reference in New Issue
Block a user