Unverified Commit d4e34e0c authored by Artturi's avatar Artturi Committed by GitHub
Browse files

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

parents f95a262d e4110a5e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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