libsForQt5.qmltermwidget: fix build
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchgit, qtbase, qtquick1, qmakeHook }:
|
||||
{ stdenv, fetchgit, qtbase, qtquick1, qmakeHook, qtmultimedia }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.1.0";
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0ca500mzcqglkj0i6km0z512y3a025dbm24605xyv18l6y0l2ny3";
|
||||
};
|
||||
|
||||
buildInputs = [ qtbase qtquick1 ];
|
||||
buildInputs = [ qtbase qtquick1 qtmultimedia ];
|
||||
nativeBuildInputs = [ qmakeHook ];
|
||||
|
||||
patchPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user