aboutsummaryrefslogtreecommitdiff
path: root/gnu/bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/bootloader')
0 files changed, 0 insertions, 0 deletions
n class='msg-tooltip'>* gnu/packages/code.scm (scc): Update to 3.3.5. Change-Id: I17536f3de68bd124c07f1e1908607d248db75492 Sharlatan Hellseher 2024-07-03gnu: global: Update to 6.6.13....* gnu/packages/code.scm (global): Update to 6.6.13. Change-Id: I4a00f0853b9ad9dcd216f4a7e33a23df3c1caa13 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Andy Tai 2024-06-24gnu: astyle: Update to 3.5....* gnu/packages/code.scm (astyle): Update to 3.5. [source]: Change source archive file name to match the upstream. [arguments]: Remove "modules". Add "patch-makefile" phase to set the C++ compiler to version c++17 as it is required for the build. Simplify "install-more" file. Change-Id: I8777710d723d22320c288c331645f8d61d5e640e Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Artyom V. Poptsov 2024-04-07gnu: Remove withershins....This was only ever needed for powertabeditor. * gnu/packages/code.scm (withershins): Remove variable. Change-Id: I1c286073d1415cd2261ad58017855fedb7701b05 Ricardo Wurmus 2024-04-07gnu: automatic-component-toolkit: Swap to go-build-system....* gnu/packages/code.scm (automatic-component-toolkit): [build-system]: Swap to go-build-system to make the package more maintainable and build predictable. [arguments] <#:phases>: Swap to default 'build and 'install phases, revert 'configure phase. Add 'pretend-cmd-act phase to satisfy go-build-system. [native-inputs]: Remove go. Change-Id: Iba7bd4c87bdbbb91381f81a77c7811cb9f1f4943 Sharlatan Hellseher 2024-04-06gnu: packages: code: Add golang module back....Fix CI as seen in <https://ci.guix.gnu.org/eval/1229755>. * gnu/packages/code.scm: Add golang module back, required for automatic-component-toolkit. Change-Id: I5e099f769e7edf5735e2119e65fd37619fe4760e Sharlatan Hellseher 2024-04-06gnu: Add scc...* gnu/packages/code.scm (scc): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I90653554a6f0640718892622f76c0c1be138687c Fries 2024-03-21gnu: universal-ctags: Update to 6.1.20240317.0....* gnu/packages/code.scm (universal-ctags): Update to 6.1.20240317.0. Change-Id: I035bc73702fbe9951820e176f09bde16bd9049c6 Efraim Flashner 2024-03-21gnu: global: Update to 6.6.12....* gnu/packages/code.scm (global): Update to 6.6.12. Change-Id: If073f74f55199bfbc9f29b95e9e3db3a6cf00548 Efraim Flashner 2024-02-22gnu: universal-ctags: Update to 6.1.20240218.0....* gnu/packages/code.scm (universal-ctags): Update to 6.1.20240218.0. Change-Id: I3d4b19d0ba002d809cb5e659899965d3f62e8e1a Efraim Flashner 2023-11-08gnu: Have vim packages use vim-build-system....* gnu/packages/vim.scm (vim-neocomplete, vim-neocomplete-snippets, vim-neosnippet, vim-scheme, vim-luna, vim-fugitive, vim-airline, vim-airline-themes, vim-syntastic, neovim-syntastic, vim-solarized, vim-rainbow, editorconfig-vim, neovim-packer, vim-guix-vim, vim-asyncrun, vim-dispatch, vim-gemini-vim, vim-eunuch, vim-slime, vim-vlime, vim-paredit, vim-surround, vim-gnupg, vim-ctrlp, vim-mucomplete, vim-gitgutter, vim-characterize, vim-tagbar, vim-nerdtree, vim-nerdcommander): [build-system]: Switch to vim-build-system. [arguments]: Adjust accordingly. * gnu/packages/code.scm (global)[arguments]: Move vim files to their new location. * gnu/packages/lisp.scm (txr), * gnu/packages/mail.scm (msmtp), * gnu/packages/rust-apps.scm (skim), * gnu/packages/vim.scm (vifm), * gnu/packages/wm.scm (fluxbox): Same. Co-authored-by: Efraim Flashner <efraim@flashner.co.il> Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I8b3e5d65d76a100c3dbddc1ae562b72966c2b304 Jonathan Scoresby 2023-10-05gnu: universal-ctags: Update to 6.0.20231001.0....* gnu/packages/code.scm (universal-ctags): Update to 6.0.20231001.0. Efraim Flashner 2023-09-24gnu: kcov: Clean up build phase....* gnu/packages/code.scm (kcov)[arguments]: Use SEARCH-INPUT-FILE and remove a vestigial LET from the 'fix-/bin/bash-references phase. Tobias Geerinckx-Rice 2023-09-24gnu: kcov: Update to 42....* gnu/packages/code.scm (kcov): Update to 42. Tobias Geerinckx-Rice 2023-09-24gnu: astyle: Don't build static or debug libraries....* gnu/packages/code.scm (astyle)[arguments]: Build only the "release" and "shared" targets we actually care about. Tobias Geerinckx-Rice 2023-09-24gnu: astyle: Use G-expressions....* gnu/packages/code.scm (astyle)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2023-09-24gnu: astyle: Omit static libraries....* gnu/packages/code.scm (astyle)[arguments]: Improve the buggy regexp in the 'install-libs phase to install only dynamic libraries. Tobias Geerinckx-Rice 2023-09-24gnu: astyle: Update to 3.4.8....* gnu/packages/code.scm (astyle): Update to 3.4.8. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice