figma-linux: Add missing wrapGAppsHook

This commit is contained in:
Sigmanificient 2023-09-08 02:56:23 +02:00
parent e6aa338820
commit e4110a5ebf

View file

@ -4,6 +4,7 @@
, fetchurl
, autoPatchelfHook
, dpkg
, wrapGAppsHook
, ...
}:
with lib;
@ -16,7 +17,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-+xiXEwSSxpt1/Eu9g57/L+Il/Av+a/mgGBQl/4LKR74=";
};
nativeBuildInputs = [ autoPatchelfHook dpkg ];
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];
buildInputs = with pkgs;[
alsa-lib