enlightenment.efl: add missing parent icon themes
This commit is contained in:
parent
7be06c67f8
commit
6660106c72
1 changed files with 8 additions and 6 deletions
|
@ -1,12 +1,11 @@
|
|||
{ stdenv, fetchurl, meson, ninja, pkgconfig, SDL, SDL2, alsaLib,
|
||||
avahi, bullet, check, curl, dbus, doxygen, expat, fontconfig,
|
||||
freetype, fribidi, ghostscript, giflib, glib, gst_all_1, gtk3,
|
||||
harfbuzz, ibus, jbig2dec, libGL, libdrm, libinput, libjpeg, libpng,
|
||||
libpulseaudio, libraw, librsvg, libsndfile, libspectre, libtiff,
|
||||
libwebp, libxkbcommon, luajit, lz4, mesa, openjpeg, openssl,
|
||||
poppler, python27Packages, systemd, udev, utillinux, writeText,
|
||||
xorg, zlib
|
||||
}:
|
||||
harfbuzz, hicolor-icon-theme, ibus, jbig2dec, libGL, libdrm,
|
||||
libinput, libjpeg, libpng, libpulseaudio, libraw, librsvg,
|
||||
libsndfile, libspectre, libtiff, libwebp, libxkbcommon, luajit, lz4,
|
||||
mesa, openjpeg, openssl, poppler, python27Packages, systemd, udev,
|
||||
utillinux, writeText, xorg, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "efl";
|
||||
|
@ -51,6 +50,7 @@ stdenv.mkDerivation rec {
|
|||
xorg.libXcursor
|
||||
xorg.xorgproto
|
||||
zlib
|
||||
# still missing parent icon themes: Mint-X, RAVE-X, Faenza
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
@ -95,6 +95,8 @@ stdenv.mkDerivation rec {
|
|||
xorg.xcbutilkeysyms
|
||||
];
|
||||
|
||||
dontDropIconThemeCache = true;
|
||||
|
||||
mesonFlags = [
|
||||
"--buildtype=release"
|
||||
"-D build-tests=false" # disable build tests, which are not working
|
||||
|
|
Loading…
Reference in a new issue