forked from mirrors/nixpkgs
Merge pull request #89918 from romildo/upd.efl
enlightenment.efl: add dependence mint-x-icons
This commit is contained in:
commit
3a70659b4d
|
@ -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 a new issue