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

banana-accounting: add missing libgcrypt and wrapGAppsHook
This commit is contained in:
Stefan Junker
2023-04-24 20:33:50 +08:00
committed by GitHub
parent 7b648b5dd3
commit 6c2712dbf0
@@ -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 = ''