aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/jamvm-2.0.0-opcode-guard.patch
diff options
context:
space:
mode:
authorgemmaro <gemmaro.dev@gmail.com>2023-08-07 23:05:40 +0900
committerLudovic Courtès <ludo@gnu.org>2023-08-15 00:33:51 +0200
commit5d14e1c0b05b0b559171f513701108e17e72f523 (patch)
tree9320761a9045b75a7c5e6a69406391eb21e8979d /gnu/packages/patches/jamvm-2.0.0-opcode-guard.patch
parent2700940b9861a6d5fe5ea9cb5dda5756d71934f4 (diff)
downloadguix-5d14e1c0b05b0b559171f513701108e17e72f523.tar.gz
guix-5d14e1c0b05b0b559171f513701108e17e72f523.zip
gnu: highlight: Use new package style.
* gnu/packages/pretty-print.scm (highlight) Use new package style. [arguments]: Use G-expression. Drop trailing #t from phases. [source, inputs, native-inputs, description]: Reformat with guix style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/patches/jamvm-2.0.0-opcode-guard.patch')
0 files changed, 0 insertions, 0 deletions
n>Maxim Cournoyer 2022-09-01gnu: CMake: Update to 3.24.1....* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.24.1. Marius Bakke 2022-06-27gnu: CMake: Update to 3.23.2....* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.23.2. (%preserved-third-party-files): Preserve bundled ELF header files. * gnu/packages/patches/cmake-curl-certificates.patch: Adjust for upstream changes. Marius Bakke 2022-06-27gnu: CMake: Use G-expressions....* gnu/packages/cmake.scm (%common-build-phases): Remove trailing #t's. (cmake-bootstrap, cmake-minimal, cmake, emacs-cmake-mode)[arguments]: Use G-expressions. Marius Bakke 2022-06-27gnu: CMake: Remove input labels....* gnu/packages/cmake.scm (cmake-bootstrap)[inputs]: Remove labels. (cmake)[native-inputs]: Likewise. Use MODIFY-INPUTS. Marius Bakke 2022-06-27gnu: CMake: Bootstrap with system jsoncpp....* gnu/packages/cmake.scm (cmake-bootstrap)[arguments]: Remove "--no-system-jsoncpp" from #:configure-flags. [inputs]: Add JSONCPP. (cmake-minimal)[inputs]: Remove. Marius Bakke