mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 07:37:43 +00:00
fix(banana-accounting): multiple issues (#221820)
banana-accounting: add missing libgcrypt and wrapGAppsHook
This commit is contained in:
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user