fix(banana-accounting): multiple issues (#221820)

banana-accounting: add missing libgcrypt and wrapGAppsHook
This commit is contained in:
Stefan Junker 2023-04-24 14:33:50 +02:00 committed by GitHub
parent 7b648b5dd3
commit 6c2712dbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@
, libX11
, lib
, stdenv
, libgcrypt
, wrapGAppsHook
}:
stdenv.mkDerivation {
@ -33,10 +35,12 @@ stdenv.mkDerivation {
stdenv.cc.cc.lib
libGL
libX11
libgcrypt
];
nativeBuildInputs = [
autoPatchelfHook
wrapGAppsHook
];
installPhase = ''