diff options
author | pjotrp | 2016-06-11 08:31:45 +0000 |
---|---|---|
committer | pjotrp | 2016-06-11 08:31:45 +0000 |
commit | db545e61412c151a4bc215ef7e879891d52e593d (patch) | |
tree | d4c50b8f986613a8bb499e3f6d6fb87c6d07ca73 | |
parent | 6e746650100c77940add6b6637a8748cf10ce1a8 (diff) | |
download | guix-bioinformatics-db545e61412c151a4bc215ef7e879891d52e593d.tar.gz |
Erlang: Added fontconfig, but still getting warnings - same as my Emacs installation
-rw-r--r-- | gn/packages/erlang.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gn/packages/erlang.scm b/gn/packages/erlang.scm index 9141e08..9e900cb 100644 --- a/gn/packages/erlang.scm +++ b/gn/packages/erlang.scm @@ -23,6 +23,7 @@ #:use-module (guix download) #:use-module (guix build-system gnu) #:use-module (gnu packages autotools) + #:use-module (gnu packages fontutils) #:use-module (gnu packages gl) #:use-module (gnu packages ncurses) #:use-module (gnu packages perl) @@ -58,8 +59,9 @@ ("wxwidgets" ,wxwidgets) ("openssl" ,openssl))) (propagated-inputs - ;; Headers from Mesa and GLU are needed. + ;; Headers from Mesa are needed for wxwidgets (and erlang debugger) `(("glu" ,glu) + ("fontconfig" ,fontconfig) ("mesa" ,mesa))) (arguments |