From 6c2712dbf09d21f5e76e15170235fd62bf9e1cf4 Mon Sep 17 00:00:00 2001 From: Stefan Junker <1181362+steveeJ@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:33:50 +0200 Subject: [PATCH] fix(banana-accounting): multiple issues (#221820) banana-accounting: add missing libgcrypt and wrapGAppsHook --- pkgs/applications/office/banana-accounting/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/office/banana-accounting/default.nix b/pkgs/applications/office/banana-accounting/default.nix index 555b2a2aad2c..e1c5f7fdeb40 100644 --- a/pkgs/applications/office/banana-accounting/default.nix +++ b/pkgs/applications/office/banana-accounting/default.nix @@ -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 = ''