keybase-gui: fix build regression

autoPatchelf wasn't finding some libraries anymore.
It was probably fallout from PR #118479.
master
Vladimír Čunát 2021-04-21 21:42:13 +02:00
parent acf90e478d
commit 96bf6939b3
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, alsaLib, atk, cairo, cups, udev
{ stdenv, lib, fetchurl, alsaLib, atk, cairo, cups, udev, libdrm, mesa
, dbus, expat, fontconfig, freetype, gdk-pixbuf, glib, gtk3, libappindicator-gtk3
, libnotify, nspr, nss, pango, systemd, xorg, autoPatchelfHook, wrapGAppsHook
, runtimeShell, gsettings-desktop-schemas }:
@ -53,6 +53,8 @@ stdenv.mkDerivation rec {
xorg.libXrender
xorg.libXtst
xorg.libxcb
libdrm
mesa.out
];
runtimeDependencies = [