Merge pull request #253927 from Sigmanificient/figma-linux-fix
This commit is contained in:
commit
d4e34e0c8f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue