mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03: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
|
, libX11
|
||||||
, lib
|
, lib
|
||||||
, stdenv
|
, stdenv
|
||||||
|
, libgcrypt
|
||||||
|
, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -33,10 +35,12 @@ stdenv.mkDerivation {
|
|||||||
stdenv.cc.cc.lib
|
stdenv.cc.cc.lib
|
||||||
libGL
|
libGL
|
||||||
libX11
|
libX11
|
||||||
|
libgcrypt
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoPatchelfHook
|
autoPatchelfHook
|
||||||
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user