mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
enlightenment: add dependency on mesa_noglu
This commit is contained in:
parent
1095c414a6
commit
d76ac2707b
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, efl,
|
||||
xcbutilkeysyms, libXrandr, libXdmcp, libxcb, libffi, pam, alsaLib,
|
||||
luajit, bzip2, libpthreadstubs, gdbm, libcap, libGLU,
|
||||
luajit, bzip2, libpthreadstubs, gdbm, libcap, libGLU, mesa_noglu,
|
||||
xkeyboard_config, pcre
|
||||
}:
|
||||
|
||||
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||
libpthreadstubs
|
||||
gdbm
|
||||
pcre
|
||||
mesa_noglu
|
||||
] ++
|
||||
stdenv.lib.optionals stdenv.isLinux [ libcap ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue