diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-08-12 23:09:53 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-08-12 23:10:38 +0300 |
commit | 861fd04baf8087156d927c58f502132466e5ead5 (patch) | |
tree | bfd0428ce86dd98c37146d5fd80ae981409574e6 | |
parent | 9be481f8b9715bb6f94eaa9970ab6efee9a5539d (diff) | |
download | patches-861fd04baf8087156d927c58f502132466e5ead5.tar patches-861fd04baf8087156d927c58f502132466e5ead5.tar.gz |
gnu: efl: Don't include gtk+@3 in enclosure.
* gnu/packages/enlightenment.scm (efl)[propagated-inputs]: Replace
libinput with libinput-minimal.
-rw-r--r-- | gnu/packages/enlightenment.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 3fefdb36da..da1a1cf43d 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -123,7 +123,7 @@ ("glib" ,glib) ; ecore.pc, ecore-cxx.pc ("harfbuzz" ,harfbuzz) ; evas.pc, evas-cxx.pc ("luajit" ,luajit) ; elua.pc, evas.pc, evas-cxx.pc - ("libinput" ,libinput) ; elput.pc + ("libinput" ,libinput-minimal) ; elput.pc ("libpng" ,libpng) ; evas.pc, evas-cxx.pc ("libsndfile" ,libsndfile) ; ecore-audio.pc, ecore-audio-cxx.pc ("libxkbcommon" ,libxkbcommon) ; ecore-wl2.pc, elementary.pc, elput.pc |