zbar: fix cross compilation
This commit fixes cross compilation for zbar by adding `qtbase` to its `nativeBuildInputs`.
This commit is contained in:
parent
c8cb1f7a2d
commit
95a4cdaba5
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
|
||||||
] ++ lib.optionals enableVideo [
|
] ++ lib.optionals enableVideo [
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
wrapQtAppsHook
|
wrapQtAppsHook
|
||||||
|
qtbase
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue