zbar: wrap Qt frontend
This commit is contained in:
parent
da135c2704
commit
61fdd203d6
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||
xmlto
|
||||
autoreconfHook
|
||||
docbook_xsl
|
||||
qt5.wrapQtAppsHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
@ -61,6 +62,12 @@ stdenv.mkDerivation rec {
|
|||
"--without-qt"
|
||||
];
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
postFixup = lib.optionalString enableVideo ''
|
||||
wrapQtApp "$out/bin/zbarcam-qt"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Bar code reader";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue