Add wrapGAppsHook to build inputs
This commit is contained in:
parent
3471b72516
commit
689aaa51d4
1 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
, libusb1
|
||||
, libGL
|
||||
, qmake
|
||||
, wrapGAppsHook
|
||||
, wrapQtAppsHook
|
||||
, mkDerivation
|
||||
|
||||
|
@ -44,6 +45,7 @@ mkDerivation {
|
|||
pkg-config
|
||||
qmake
|
||||
qttools
|
||||
wrapGAppsHook
|
||||
wrapQtAppsHook
|
||||
];
|
||||
|
||||
|
@ -69,6 +71,8 @@ mkDerivation {
|
|||
"CONFIG+=qtquickcompiler"
|
||||
];
|
||||
|
||||
dontWrapGApps = true;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace qflipper_common.pri \
|
||||
--replace 'GIT_VERSION = unknown' 'GIT_VERSION = "${version}"' \
|
||||
|
@ -98,5 +102,4 @@ mkDerivation {
|
|||
maintainers = with maintainers; [ cab404 ];
|
||||
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" ]; # qtbase doesn't build yet on aarch64-darwin
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue