aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-06-28 08:38:50 +0100
committerChristopher Baines <mail@cbaines.net>2023-07-10 08:26:00 +0100
commitf7b4258aedf33cf8469429dde929c5f961a78d11 (patch)
treed6cbacea4f3a47526bfa4e70cbf03721995fc5c6 /gnu/installer.scm
parentddeb07d0b98aa7899b75b5f8a0971589da4b9f10 (diff)
downloadguix-f7b4258aedf33cf8469429dde929c5f961a78d11.tar.gz
guix-f7b4258aedf33cf8469429dde929c5f961a78d11.zip
gnu: %ruby-rails-version: Update to 7.0.5.1.
* gnu/packages/rails.scm (%ruby-rails-version): Update to 7.0.5.1. (ruby-rails-monorepo): Update hash. (ruby-activesupport)[propagated-inputs]: Switch to ruby-minitest-5.15 to ruby-minitest. (ruby-activerecord)[native-inputs]: Add ruby-mini-portile-2.
Diffstat (limited to 'gnu/installer.scm')
0 files changed, 0 insertions, 0 deletions
jure build system. This phase makes sure the timestamp of compiled class files is set to a later point in time than the timestamp of the corresponding Clojure source files. If the timestamps of the class and source files are the same, the Clojure compiler will compile the sources again which can lead to issues. This problem has been discussed here [1]. The suggested solution was to keep/adjust the timestamps of the class files. [1] https://www.mail-archive.com/clojure@googlegroups.com/msg99928.html * gnu/packages/clojure.scm (clojure): Update to 1.11.1 and update all of LIBRARIES accordingly. [arguments]: In 'unpack-library-sources' phase, copy from "core-specs-alpha-src" and "spec-alpha-src" as well. Add phases 'closure-spec-skip-macros', 'clojure-spec-compile', 'maven-classpath-properties', and 'reset-class-timestamps'. * guix/build/clojure-build-system.scm (regular-jar-file?) (reset-class-timestamps): New procedures. (%standard-phases): Add 'reset-class-timestamps' phase. Co-authored-by: Ludovic Courtès <ludo@gnu.org> r0man 2022-07-23gnu: clojure-tools: Update to 1.11.1.1149....* gnu/packages/clojure.scm (clojure-tools): Update to 1.11.1.1149. Signed-off-by: Ludovic Courtès <ludo@gnu.org> r0man 2022-07-23gnu: clojure-tools-deps-alpha: Update to 0.14.1212....* gnu/packages/clojure.scm (clojure-tools-deps-alpha): Update to 0.14.1212. Signed-off-by: Ludovic Courtès <ludo@gnu.org> r0man 2022-07-23gnu: clojure-tools-gitlibs: Update to 2.4.181....* gnu/packages/clojure.scm (clojure-tools-gitlibs): Update to 2.4.181. Signed-off-by: Ludovic Courtès <ludo@gnu.org> r0man 2022-07-23gnu: clojure-tools-cli: Update to 1.0.206....* gnu/packages/clojure.scm (clojure-tools-cli): Update to 1.0.206. Signed-off-by: Ludovic Courtès <ludo@gnu.org> r0man 2022-07-17gnu: clojure-tools: Install tools....When installing clojure-tools, clojure still had no access to the tools because they were not installed. * gnu/packages/clojure.scm (clojure-tools)[arguments]: Install `tools.edn'. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Nikolai Weidt