aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/printers.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-09-09 20:59:21 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-09-09 21:05:20 +0100
commit85a603f58b9b6fef86984a3b2cfc27bd13314ba1 (patch)
tree98dda283d98b1bd43effe90a288880031a998169 /gnu/packages/printers.scm
parent6da76f1f04782f87c9f637b84f48e06e42d71624 (diff)
downloadguix-85a603f58b9b6fef86984a3b2cfc27bd13314ba1.tar.gz
guix-85a603f58b9b6fef86984a3b2cfc27bd13314ba1.zip
gnu: kubo: Unbundle more inputs.
* gnu/packages/ipfs.scm (kubo): Unbundle more inputs. [source]: Delete "vendor/github.com/AndreasBriese", "vendor/github.com/containerd", "vendor/github.com/davidlazar", "vendor/github.com/decred", "vendor/github.com/dgraph-io", "vendor/github.com/elastic", "vendor/github.com/ipfs/go-ds-badger", "vendor/github.com/ipfs/go-ds-leveldb", "vendor/github.com/libp2p/go-libp2p", "vendor/github.com/marten-seemann", "vendor/github.com/mikioh", "vendor/github.com/opencontainers", and "vendor/github.com/raulk". [arguments] <#:phases>: Simplify 'copy-input-to-vendor-directory by replacing it with 'fix-embed-go-libp2p-asn-util. [inputs]: Remove go-github-com-docker-go-units, go-github-com-flynn-noise, go-github-com-gorilla-websocket, go-github-com-klauspost-compress, go-github-com-libp2p-go-buffer-pool, go-github-com-libp2p-go-flow-metrics, go-github-com-libp2p-go-nat, go-github-com-libp2p-go-reuseport, go-github-com-libp2p-go-yamux-v4, go-github-com-libp2p-zeroconf-v2, go-github-com-multiformats-go-multiaddr-fmt, go-github-com-multiformats-go-multistream, go-github-com-pion-webrtc-v3, go-github-com-quic-go-quic-go, and go-github-com-quic-go-webtransport-go; add go-github-com-ipfs-go-ds-badger, go-github-com-ipfs-go-ds-leveldb, and go-github-com-libp2p-go-libp2p. Change-Id: Ied37be0a18e98bd5fe6d1c6d721d0c5733460721
Diffstat (limited to 'gnu/packages/printers.scm')
0 files changed, 0 insertions, 0 deletions
b4c387591bb40613569e8cdfad'>gnu: 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