fix(banana-accounting): multiple issues (#221820)
banana-accounting: add missing libgcrypt and wrapGAppsHook
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user