mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
figma-linux: Add missing wrapGAppsHook
This commit is contained in:
parent
e6aa338820
commit
e4110a5ebf
@ -4,6 +4,7 @@
|
|||||||
, fetchurl
|
, fetchurl
|
||||||
, autoPatchelfHook
|
, autoPatchelfHook
|
||||||
, dpkg
|
, dpkg
|
||||||
|
, wrapGAppsHook
|
||||||
, ...
|
, ...
|
||||||
}:
|
}:
|
||||||
with lib;
|
with lib;
|
||||||
@ -16,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "sha256-+xiXEwSSxpt1/Eu9g57/L+Il/Av+a/mgGBQl/4LKR74=";
|
sha256 = "sha256-+xiXEwSSxpt1/Eu9g57/L+Il/Av+a/mgGBQl/4LKR74=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoPatchelfHook dpkg ];
|
nativeBuildInputs = [ autoPatchelfHook dpkg wrapGAppsHook ];
|
||||||
|
|
||||||
buildInputs = with pkgs;[
|
buildInputs = with pkgs;[
|
||||||
alsa-lib
|
alsa-lib
|
||||||
|
Loading…
Reference in New Issue
Block a user