mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 09:05:54 +02:00
gnu: elixir: Fix search paths.
* gnu/packages/elixir.scm (elixir): Fix search paths. [native-search-paths]: Add search path for Erlang deps. Change-Id: I9215404215911d8ca17de01c4e57ba996c6b3233 Signed-off-by: Giacomo Leidi <therewasa@fishinthecalculator.me>
This commit is contained in:
committed by
Giacomo Leidi
parent
6e5488902e
commit
c4164697f3
@@ -169,7 +169,8 @@ Mix.CLI.main()"
|
||||
(list (search-path-specification
|
||||
(variable "GUIX_ELIXIR_LIBS")
|
||||
(files (list (string-append "lib/elixir/" (version-major+minor
|
||||
version)))))))
|
||||
version))
|
||||
"lib/erlang/lib")))))
|
||||
(home-page "https://elixir-lang.org/")
|
||||
(synopsis "Functional meta-programming aware language")
|
||||
(description "Elixir is a dynamic, functional language used to build
|
||||
|
||||
Reference in New Issue
Block a user