diff options
author | Robert Smith <robertsmith@posteo.net> | 2019-03-18 15:05:18 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-21 20:48:12 +0100 |
commit | 2f87048dbe14097b9fe19ec470e2628cfca7fdbf (patch) | |
tree | 079d89d38bd67fbb305c2012ede6fda0ee9cd2f7 /gnu/local.mk | |
parent | 7ac8d96d77c297db1f86c1534d1771e991c5f46a (diff) | |
download | guix-2f87048dbe14097b9fe19ec470e2628cfca7fdbf.tar guix-2f87048dbe14097b9fe19ec470e2628cfca7fdbf.tar.gz |
gnu: elixir: Update to 1.8.1.
* gnu/packages/elixir.scm (elixir): Update to 1.8.1.
[source](patches): New field.
[home-page]: Use HTTPS.
* gnu/packages/patches/elixir-path-length.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c0b7478635..b3c54a752a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -732,6 +732,7 @@ dist_patch_DATA = \ %D%/packages/patches/dvd+rw-tools-add-include.patch \ %D%/packages/patches/efl-mesa-compat.patch \ %D%/packages/patches/elfutils-tests-ptrace.patch \ + %D%/packages/patches/elixir-path-length.patch \ %D%/packages/patches/einstein-build.patch \ %D%/packages/patches/emacs-exec-path.patch \ %D%/packages/patches/emacs-fix-scheme-indent-function.patch \ |