forked from mirrors/nixpkgs
keybase-gui: fix build regression
autoPatchelf wasn't finding some libraries anymore. It was probably fallout from PR #118479.
This commit is contained in:
parent
acf90e478d
commit
96bf6939b3
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue