mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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
@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
|
||||
] ++ lib.optionals enableVideo [
|
||||
wrapGAppsHook
|
||||
wrapQtAppsHook
|
||||
qtbase
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user