me
/
guix
Archived
1
0
Fork 0

gnu: efl: Add missing input.

* gnu/packages/enlightenment.scm (efl)[propagated-inputs]: Add libunwind.
master
Efraim Flashner 2021-11-17 09:03:35 +02:00
parent a96add7919
commit 105b3689d2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@
#:use-module (gnu packages gtk)
#:use-module (gnu packages ibus)
#:use-module (gnu packages image)
#:use-module (gnu packages libunwind)
#:use-module (gnu packages linux)
#:use-module (gnu packages llvm)
#:use-module (gnu packages lua)
@ -127,6 +128,7 @@
("libjpeg" ,libjpeg-turbo)
("libsndfile" ,libsndfile)
("libpng" ,libpng)
("libunwind" ,libunwind)
("libx11" ,libx11)
("libxkbcommon" ,libxkbcommon)
("luajit" ,luajit)