aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/elixir.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2022-06-30 16:57:13 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2022-06-30 17:01:20 +0200
commit9829f53a3f88884e245e962073528be46918ad2e (patch)
tree35339e16b0cfc8093958ade284340cecd91267b4 /gnu/packages/elixir.scm
parentaeea9a31111850283d699291cee51149fbe0fbcc (diff)
downloadguix-9829f53a3f88884e245e962073528be46918ad2e.tar.gz
guix-9829f53a3f88884e245e962073528be46918ad2e.zip
gnu: sbcl: Fix build on some architectures.
* gnu/packages/lisp.scm (sbcl)[arguments]: Update 'build-doc' phase to build the doc for SB-SIMD only on x86_64-linux.
Diffstat (limited to 'gnu/packages/elixir.scm')
0 files changed, 0 insertions, 0 deletions
t to the core subset. Mathieu Othacehe 2021-07-05ci: Change "core" subset to include the latest GCC and Guile....* gnu/ci.scm (%core-packages): Replace GCC-7 by GCC-11 and GUILE-2.0 by GUILE-3.0. Ludovic Courtès 2021-07-03ci: Remove duplicate ".SYSTEM" extension for cross-compilation jobs....* gnu/ci.scm (package-cross-job): Remove ".SYSTEM". Ludovic Courtès 2021-05-25ci: Add derivation inputs....* gnu/ci.scm (derivation->job): Add the derivation inputs to the job association list. Mathieu Othacehe 2021-05-25ci: Add derivation inputs....* gnu/ci.scm (derivation->job): Add the derivation inputs to the job association list. Mathieu Othacehe