about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-09-08 12:30:02 +0300
committerGitHub <noreply@github.com>2023-09-08 12:30:02 +0300
commitd4e34e0c8f9630c934f6559c09fc9458444ca15c (patch)
tree7e7f68ad1a6fb0d218c5b6244ffae44318f5341b
parentf95a262d751ad6678c81065f6b2391b54b5a5a0a (diff)
parente4110a5ebf50ba1f9fa6397b83db986de84350fb (diff)
downloadnixlib-d4e34e0c8f9630c934f6559c09fc9458444ca15c.tar
nixlib-d4e34e0c8f9630c934f6559c09fc9458444ca15c.tar.gz
nixlib-d4e34e0c8f9630c934f6559c09fc9458444ca15c.tar.bz2
nixlib-d4e34e0c8f9630c934f6559c09fc9458444ca15c.tar.lz
nixlib-d4e34e0c8f9630c934f6559c09fc9458444ca15c.tar.xz
nixlib-d4e34e0c8f9630c934f6559c09fc9458444ca15c.tar.zst
nixlib-d4e34e0c8f9630c934f6559c09fc9458444ca15c.zip
Merge pull request #253927 from Sigmanificient/figma-linux-fix
-rw-r--r--pkgs/applications/graphics/figma-linux/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/figma-linux/default.nix b/pkgs/applications/graphics/figma-linux/default.nix
index 1afc65ea0fc1..9f6407f71739 100644
--- a/pkgs/applications/graphics/figma-linux/default.nix
+++ b/pkgs/applications/graphics/figma-linux/default.nix
@@ -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