cypress: add missing mesa dependency
This commit is contained in:
parent
bdc502c4c0
commit
0a70e6af02
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, lib, fetchzip, autoPatchelfHook, xorg, gtk2, gnome2, gtk3, nss, alsaLib, udev, unzip, wrapGAppsHook }:
|
{ stdenv, lib, fetchzip, autoPatchelfHook, xorg, gtk2, gnome2, gtk3, nss, alsaLib, udev, unzip, wrapGAppsHook, mesa }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cypress";
|
pname = "cypress";
|
||||||
|
@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
libXScrnSaver libXdamage libXtst
|
libXScrnSaver libXdamage libXtst
|
||||||
] ++ [
|
] ++ [
|
||||||
nss gtk2 alsaLib gnome2.GConf gtk3 unzip
|
nss gtk2 alsaLib gnome2.GConf gtk3 unzip
|
||||||
|
mesa # for libgbm
|
||||||
];
|
];
|
||||||
|
|
||||||
runtimeDependencies = [ (lib.getLib udev) ];
|
runtimeDependencies = [ (lib.getLib udev) ];
|
||||||
|
|
Loading…
Reference in New Issue