aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
Commit message (Collapse)AuthorAge
* gnu: ansible: Update to 8.5.0.Jack Hill2023-10-30
| | | | | | | * gnu/packages/admin.scm (ansible): Update to 8.5.0. Change-Id: I38ac84a0945f3ba10e13246cf8ae95c3795b52b3 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: ansible-core: Update to 2.15.5 and fix tests.Jack Hill2023-10-30
| | | | | | | | | | * gnu/packages/admin.scm (ansible-core): Update to 2.15.5. [#:phases]<check>: Enable tests that now pass and choose the right ansible-test to invoke. [propagated-inputs]: Replace python-resolvelib-0.5 with python-resolvelib. Change-Id: Ibda3222a16fefb1484affdb62e38a3a07ce61986 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: swineherd: Update to 0.0.3.Ricardo Wurmus2023-10-26
| | | | | | * gnu/packages/admin.scm (swineherd): Update to 0.0.3. Change-Id: I4b0907c5e57a82b5bd628a8c6a7f9851b19e0a5e
* Merge remote-tracking branch 'origin/rust-team'Efraim Flashner2023-10-21
|\
| * Revert "build: cargo-build-system: Disable tests by default."Efraim Flashner2023-10-18
| | | | | | | | | | | | This reverts commit 37667443074a6de29f7665868f102111d62f0af9. This change needs more discussion.
| * build: cargo-build-system: Disable tests by default.Efraim Flashner2023-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/build-system/cargo.scm (cargo-build): Disable tests by default. * gnu/packages/admin.scm (greetd, wlgreet, du-dust), * gnu/packages/bioinformatics.scm (circtools, python-gseapy), * gnu/packages/crypto.scm (rust-minisign, b3sum), * gnu/packages/gnome.scm (librsvg), * gnu/packages/python-crypto.scm (python-blake3, python-cryptography-rust), * gnu/packages/python-xyz.scm (python-orjson), * gnu/packages/rust-apps.scm (agate, alfis, bat, diffr, drill, dutree, exa, fd, hexyl, hyperfine, i3status-rust, just, maturin, ripgrep, rot8, rust-swc, rust-cargo-edit, git-interactive-rebase-tool, rust-cbindgen, rust-cbindgen-0.24, rust-cbindgen-0.19, sniffglue, tectonic, treefmt, hex, tokei, vivid, watchexec, rbw, rust-analyzer, rust-cargo-c, rtss, skim, skim-0.7, svd2rust, swayhide, tealdeer, git-absorb, zoxide, htmlq), * gnu/packages/sequoia.scm (sequoia-sqv), * gnu/packages/syndication.scm (newsboat), * gnu/packages/terminals.scm (alacritty), * gnu/packages/text-editors.scm (kak-lsp, parinfer-rust), * gnu/packages/tree-sitter.scm (tree-sitter-cli), * gnu/packages/video.scm (rav1e), * gnu/packages/web.scm (monolith, castor) [arguments]: Enable tests.
| * gnu: du-dust: Install manpage, shell completions.Efraim Flashner2023-10-18
| | | | | | | | | | * gnu/packages/admin.scm (du-dust)[arguments]: Add a phase to install the manpage and shell completions.
| * gnu: du-dust: Update to 0.8.6.Efraim Flashner2023-10-18
| | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (du-dust): Update to 0.8.6. [arguments]: Add cargo-test-flags. Don't install the source. [cargo-inputs]: Add rust-ansi-term-0.12, rust-atty-0.2, rust-clap-mangen-0.1. Replace rust-lscolors-0.7 with 0.13, rust-sysinfo-0.15 with 0.27, rust-terminal-size-0.1 with 0.2. [cargo-development-inputs]: Replace rust-assert-cmd-1 with 2.
| * gnu: wlgreet: Update to 0.4.1.Efraim Flashner2023-10-18
| | | | | | | | | | | | | | * gnu/packages/admin.scm (wlgreet): Update to 0.4.1. [cargo-inputs]: Replace rust-greetd-ipc-0.8 with 0.9, rust-nix-0.15 with 0.25, rust-os-pipe-0.8 with 1, rust-rusttype-0.7 with 0.9. Remove rust-xml-rs-0.8.
* | gnu: isc-dhcp: Remove unused net-tools input.Tobias Geerinckx-Rice2023-10-15
| | | | | | | | | | | | * gnu/packages/admin.scm (isc-dhcp)[arguments]: Don't wrap the ‘dhclient-script’ PATH with net-tools. [inputs]: Remove net-tools altogether.
* | gnu: isc-dhcp: Fix cross-compilation to powerpc-linux.Efraim Flashner2023-10-18
|/ | | | | | * gnu/packages/admin.scm (isc-dhcp)[arguments]: Adjust the custom 'fix-bind-cross-compilation phase to force linking with '-latomic' when building for powerpc-linux.
* gnu: dool: Update to 1.3.0.Yovan Naumovski2023-10-14
| | | | | | * gnu/packages/admin.scm (dool): Update to 1.3.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: inxi-minimal: Update to 3.3.30-1.Tobias Geerinckx-Rice2023-09-24
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.30-1.
* gnu: nmrpflash: Use G-expressions.Tobias Geerinckx-Rice2023-09-24
| | | | | * gnu/packages/admin.scm (nmrpflash)[arguments]: Rewrite as G-expressions.
* gnu: nmrpflash: Update to 0.9.21.Tobias Geerinckx-Rice2023-09-24
| | | | * gnu/packages/admin.scm (nmrpflash): Update to 0.9.21.
* gnu: guile-fibers: Remove version from latest package.Christopher Baines2023-09-25
| | | | | | | | | | | | | | | | | | | As I think this makes more sense, the version is only specified when you need a specific previous release. * gnu/packages/guile-xyz.scm (guile-fibers): Rename to guile-fibers-1.0. (guile-fibers-1.3): Rename to guile-fibers. (guile-fibers-1.1): Inherit from guile-fibers. * gnu/packages/admin.scm (shepherd-0.10)[native-inputs]: Replace guile-fibers-1.3 with guile-fibers. * gnu/packages/ci.scm (cuirass)[inputs]: Likewise. * gnu/packages/gnunet.scm (gnunet-scheme)[propagated-inputs,native-inputs]: Likewise. * gnu/packages/package-management.scm (guix-build-coordinator) [inputs,propagated-inputs]: Likewise. * gnu/packages/package-management.scm (nar-herder)[inputs,propagated-inputs]: Likewise. * gnu/packages/web.scm (guix-data-service)[propagated-inputs]: Likewise.
* gnu: uwufetch: Avoid top-level package references.Marius Bakke2023-09-22
| | | | | * gnu/packages/admin.scm (uwufetch)[arguments]: Use the grep and gawk provided by INPUTS, instead of the top-level variables.
* gnu: pfetch: Update to 0.7.0-1.a906ff8.Tobias Geerinckx-Rice2023-09-17
| | | | | * gnu/packages/admin.scm (pfetch): Update to 0.7.0-1.a906ff8. [arguments]: Don't explicitly return #t from phases.
* gnu: swineherd: Propagate inputs.Ricardo Wurmus2023-09-18
| | | | | | | | Swineherd does not wrap its inputs, so it needs to drag along all its Guile inputs when installed. * gnu/packages/admin.scm (swineherd)[inputs]: Move all from here... [propagated-inputs]: ...to here.
* gnu: Remove extraneous imports.Maxim Cournoyer2023-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found by running 'guild compile -W3 gnu/packages/$module.scm', using guild from the upcoming Guile. * gnu/packages/admin.scm: Remove extraneous imports. * gnu/packages/avr.scm: Likewise. * gnu/packages/base.scm: Likewise. * gnu/packages/bootloaders.scm: Likewise. * gnu/packages/firmware.scm: Likewise. * gnu/packages/linphone.scm: Likewise. * gnu/packages/telephony.scm: Likewise. * gnu/packages/cran.scm: Likewise. * gnu/packages/kde.scm: Likewise. * gnu/packages/libcanberra.scm: Likewise. * gnu/packages/libreoffice.scm: Likewise. * gnu/packages/mes.scm: Likewise. * gnu/packages/mingw.scm: Likewise. * gnu/packages/serialization.scm: Likewise. * gnu/packages/sync.scm: Likewise. * gnu/packages/syncthing.scm: Likewise. * gnu/packages/terminals.scm: Likewise. * gnu/packages/version-control.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/wm.scm: Likewise. * gnu/packages/emulators.scm: Likewise. Reviewed-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nnn: Update to 4.9.Tobias Geerinckx-Rice2023-09-10
| | | | * gnu/packages/admin.scm (nnn): Update to 4.9.
* gnu: inxi-minimal: Update to 3.3.29-1.Tobias Geerinckx-Rice2023-09-10
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.29-1.
* gnu: nmon: Update to 16p.Tobias Geerinckx-Rice2023-09-10
| | | | * gnu/packages/admin.scm (nmon): Update to 16p.
* gnu: dmidecode: Update to 3.5.Tobias Geerinckx-Rice2023-09-10
| | | | * gnu/packages/admin.scm (dmidecode): Update to 3.5.
* gnu: bfs: Update to 3.0.2.Tobias Geerinckx-Rice2023-09-10
| | | | * gnu/packages/admin.scm (bfs): Update to 3.0.2.
* gnu: rottlog: Add gawk as an input.Skyler2023-09-14
| | | | | | | | | | This avoids an issue where rottlog will delete the entire /tmp directory if gawk is not installed. See <https://issues.guix.gnu.org/65793>. * gnu/packages/admin.scm (rottlog): Add gawk input, also update the patch-paths build phase for awk invocations. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: neofetch: Fix cross-compiling.Zheng Junjie2023-09-14
| | | | | | | * gnu/packages/admin.scm (neofetch): Fix cross-compiling. [arguments]: Use Gexp. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add swineherd.Ricardo Wurmus2023-09-12
| | | | * gnu/packages/admin.scm (swineherd): New variable.
* gnu: shepherd: Switch back to Fibers 1.1 on Arm machines.Ludovic Courtès2023-09-08
| | | | | | | | | | | Fixes <https://issues.guix.gnu.org/64966>. * gnu/packages/admin.scm (shepherd-0.10)[native-inputs]: Use GUILE-FIBERS-1.1 when ‘target-arm?’ is true. Reported-by: Timotej Lazar <timotej.lazar@araneo.si> Reported-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Reported-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
* gnu: Add tcptrack.Jakob Kirsch2023-09-01
| | | | | | | | * gnu/packages/admin.scm (tcptrack): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reviewed-by: Jelle Licht <jlicht@fsfe.org>
* gnu: hyfetch: Update to 1.4.10.Hilton Chain2023-08-29
| | | | | | * gnu/packages/admin.scm (hyfetch): Update to 1.4.10. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add bfs.Tobias Kortkamp2023-08-20
| | | | | | * gnu/packages/admin.scm (bfs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Update email addresses for Juliana Sims.Juliana Sims2023-08-16
| | | | | | | | * .mailmap: Add an entry for Juliana. * gnu/packages/admin.scm, gnu/packages/audio.scm, gnu/packages/build-tools.scm, gnu/packages/scheme.scm: Update Juliana's email. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: uwufetch: Add and use missing inputs.Juliana Sims2023-08-12
| | | | | | | * gnu/packages/admin.scm (uwufetch) [inputs]: Add missing inputs. [phases]: Use the fully-qualified paths of the input gawk and grep. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: uwufetch: Manually create missing include dir.Juliana Sims2023-08-08
| | | | | | | * gnu/packages/admin.scm (uwufetch) [arguments]: Manually create missing include dir. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: uwufetch: Fix typo in build phase name.Juliana Sims2023-08-08
| | | | | | * gnu/packages/admin.scm (uwufetch) [arguments]: Fix typo in build phase name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lynis: Use G-expressions.Tobias Geerinckx-Rice2023-07-30
| | | | | * gnu/packages/admin.scm (lynis)[arguments]: Rewrite as G-expressions.
* gnu: lynis: Update to 3.0.9.Tobias Geerinckx-Rice2023-07-30
| | | | * gnu/packages/admin.scm (lynis): Update to 3.0.9.
* gnu: acpica: Update to 20230628.Tobias Geerinckx-Rice2023-07-30
| | | | * gnu/packages/admin.scm (acpica): Update to 20230628.
* gnu: sudo: Update to 1.9.14p3.Tobias Geerinckx-Rice2023-07-30
| | | | * gnu/packages/admin.scm (sudo): Update to 1.9.14p3.
* gnu: jc: Update to 1.23.4.Tobias Geerinckx-Rice2023-07-30
| | | | * gnu/packages/admin.scm (jc): Update to 1.23.4.
* gnu: fuse@3: Bind to default FUSE variable.Tobias Geerinckx-Rice2023-07-23
| | | | | | | | | | * gnu/packages/linux.scm (fuse): Rename this… (fuse-2): …to this, and… (fuse-3): …rename this… (fuse): …to this! (fuse-static): Rename this… (fuse-2-static): …to this. Adjust all users.
* gnu: mactelnet: Unbundle uthash.Bruno Victal2023-07-18
| | | | | | | | * gnu/packages/admin.scm (mactelnet)[source]: Unbundle uthash. [inputs]: Add uthash. [license]: Remove bsd-2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add mactelnet.Bruno Victal2023-07-18
| | | | | | | | * gnu/packages/admin.scm (mactelnet): New variable. * gnu/packages/patches/mactelnet-remove-init.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: shepherd: Update to 0.10.2.Ludovic Courtès2023-07-18
| | | | * gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.2.
* gnu: thermald: Update to 2.5.3.Tobias Geerinckx-Rice2023-07-16
| | | | * gnu/packages/admin.scm (thermald): Update to 2.5.3.
* gnu: sudo: Update to 1.9.14p1.Tobias Geerinckx-Rice2023-07-16
| | | | | * gnu/packages/admin.scm (sudo): Update to 1.9.14p1. [arguments]: Use a different filthy hack to quote _PATH_MV.
* gnu: s-tui: Update to 1.1.4.Tobias Geerinckx-Rice2023-07-16
| | | | * gnu/packages/admin.scm (s-tui): Update to 1.1.4.
* gnu: inxi-minimal: Update to 3.3.28-1.Tobias Geerinckx-Rice2023-07-16
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.28-1.
* gnu: jc: Update to 1.23.3.Tobias Geerinckx-Rice2023-07-16
| | | | * gnu/packages/admin.scm (jc): Update to 1.23.3.