Merge pull request #253927 from Sigmanificient/figma-linux-fix

This commit is contained in:
Artturi 2023-09-08 12:30:02 +03:00 committed by GitHub
commit d4e34e0c8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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