Merge pull request #89918 from romildo/upd.efl

enlightenment.efl: add dependence mint-x-icons
This commit is contained in:
José Romildo Malaquias 2020-06-11 07:21:02 -03:00 committed by GitHub
commit 3a70659b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@
, luajit , luajit
, lz4 , lz4
, mesa , mesa
, mint-x-icons
, openjpeg , openjpeg
, openssl , openssl
, poppler , poppler
@ -92,7 +93,7 @@ stdenv.mkDerivation rec {
xorg.libXcursor xorg.libXcursor
xorg.xorgproto xorg.xorgproto
zlib zlib
# still missing parent icon themes: Mint-X, RAVE-X, Faenza # still missing parent icon themes: RAVE-X, Faenza
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -107,6 +108,7 @@ stdenv.mkDerivation rec {
fribidi fribidi
ghostscript ghostscript
harfbuzz harfbuzz
hicolor-icon-theme # for the icon theme
jbig2dec jbig2dec
libdrm libdrm
libinput libinput
@ -117,6 +119,7 @@ stdenv.mkDerivation rec {
libwebp libwebp
libxkbcommon libxkbcommon
luajit luajit
mint-x-icons # Mint-X is a parent icon theme of Enlightenment-X
openjpeg openjpeg
poppler poppler
utillinux utillinux