audacity: add wrapGAppsHook (#200290)

This commit is contained in:
Weijia Wang
2022-11-08 20:31:26 -05:00
committed by GitHub
parent 6222a96a71
commit 61dcd8abc4
@@ -4,6 +4,7 @@
, fetchpatch
, cmake
, makeWrapper
, wrapGAppsHook
, pkg-config
, python3
, gettext
@@ -91,6 +92,7 @@ stdenv.mkDerivation rec {
pkg-config
python3
makeWrapper
wrapGAppsHook
] ++ optionals stdenv.isLinux [
linuxHeaders
];