enlightenment.efl: add dependence mint-x-icons
It provides the Mint-X icon theme, which is a parent of the Enlightenment-X icon theme.
This commit is contained in:
parent
51e8a82f1e
commit
3c1ac429d4
@ -39,6 +39,7 @@
|
||||
, luajit
|
||||
, lz4
|
||||
, mesa
|
||||
, mint-x-icons
|
||||
, openjpeg
|
||||
, openssl
|
||||
, poppler
|
||||
@ -92,7 +93,7 @@ stdenv.mkDerivation rec {
|
||||
xorg.libXcursor
|
||||
xorg.xorgproto
|
||||
zlib
|
||||
# still missing parent icon themes: Mint-X, RAVE-X, Faenza
|
||||
# still missing parent icon themes: RAVE-X, Faenza
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -107,6 +108,7 @@ stdenv.mkDerivation rec {
|
||||
fribidi
|
||||
ghostscript
|
||||
harfbuzz
|
||||
hicolor-icon-theme # for the icon theme
|
||||
jbig2dec
|
||||
libdrm
|
||||
libinput
|
||||
@ -117,6 +119,7 @@ stdenv.mkDerivation rec {
|
||||
libwebp
|
||||
libxkbcommon
|
||||
luajit
|
||||
mint-x-icons # Mint-X is a parent icon theme of Enlightenment-X
|
||||
openjpeg
|
||||
poppler
|
||||
utillinux
|
||||
|
Loading…
Reference in New Issue
Block a user