summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: uwufetch: Avoid top-level package references.Marius Bakke2023-09-221-9/+9
| | | | | * 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-171-5/+4
| | | | | * 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-181-1/+1
| | | | | | | | 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-171-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-101-2/+2
| | | | * gnu/packages/admin.scm (nnn): Update to 4.9.
* gnu: inxi-minimal: Update to 3.3.29-1.Tobias Geerinckx-Rice2023-09-101-2/+2
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.29-1.
* gnu: nmon: Update to 16p.Tobias Geerinckx-Rice2023-09-101-2/+2
| | | | * gnu/packages/admin.scm (nmon): Update to 16p.
* gnu: dmidecode: Update to 3.5.Tobias Geerinckx-Rice2023-09-101-3/+3
| | | | * gnu/packages/admin.scm (dmidecode): Update to 3.5.
* gnu: bfs: Update to 3.0.2.Tobias Geerinckx-Rice2023-09-101-2/+2
| | | | * gnu/packages/admin.scm (bfs): Update to 3.0.2.
* gnu: rottlog: Add gawk as an input.Skyler2023-09-141-2/+6
| | | | | | | | | | 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-141-7/+7
| | | | | | | * 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-121-1/+39
| | | | * gnu/packages/admin.scm (swineherd): New variable.
* gnu: shepherd: Switch back to Fibers 1.1 on Arm machines.Ludovic Courtès2023-09-081-2/+11
| | | | | | | | | | | 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-011-0/+22
| | | | | | | | * 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-291-2/+2
| | | | | | * gnu/packages/admin.scm (hyfetch): Update to 1.4.10. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add bfs.Tobias Kortkamp2023-08-201-0/+40
| | | | | | * 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-161-1/+1
| | | | | | | | * .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-121-0/+7
| | | | | | | * 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-081-1/+5
| | | | | | | * 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-081-1/+1
| | | | | | * 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-301-39/+42
| | | | | * gnu/packages/admin.scm (lynis)[arguments]: Rewrite as G-expressions.
* gnu: lynis: Update to 3.0.9.Tobias Geerinckx-Rice2023-07-301-3/+3
| | | | * gnu/packages/admin.scm (lynis): Update to 3.0.9.
* gnu: acpica: Update to 20230628.Tobias Geerinckx-Rice2023-07-301-3/+3
| | | | * gnu/packages/admin.scm (acpica): Update to 20230628.
* gnu: sudo: Update to 1.9.14p3.Tobias Geerinckx-Rice2023-07-301-2/+2
| | | | * gnu/packages/admin.scm (sudo): Update to 1.9.14p3.
* gnu: jc: Update to 1.23.4.Tobias Geerinckx-Rice2023-07-301-2/+2
| | | | * gnu/packages/admin.scm (jc): Update to 1.23.4.
* gnu: fuse@3: Bind to default FUSE variable.Tobias Geerinckx-Rice2023-07-231-1/+1
| | | | | | | | | | * 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-181-4/+10
| | | | | | | | * 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-181-0/+42
| | | | | | | | * 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-181-2/+2
| | | | * gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.2.
* gnu: thermald: Update to 2.5.3.Tobias Geerinckx-Rice2023-07-161-2/+2
| | | | * gnu/packages/admin.scm (thermald): Update to 2.5.3.
* gnu: sudo: Update to 1.9.14p1.Tobias Geerinckx-Rice2023-07-161-4/+4
| | | | | * 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-161-2/+2
| | | | * gnu/packages/admin.scm (s-tui): Update to 1.1.4.
* gnu: inxi-minimal: Update to 3.3.28-1.Tobias Geerinckx-Rice2023-07-161-2/+2
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.28-1.
* gnu: jc: Update to 1.23.3.Tobias Geerinckx-Rice2023-07-161-2/+2
| | | | * gnu/packages/admin.scm (jc): Update to 1.23.3.
* gnu: stress: Update to 1.0.7.Tobias Geerinckx-Rice2023-07-161-2/+2
| | | | * gnu/packages/admin.scm (stress): Update to 1.0.7.
* gnu: facter: Update to 4.4.1.Christopher Baines2023-07-101-49/+47
| | | | | | * gnu/packages/admin.scm (facter): Update to 4.4.1. [arguments,inputs]: Update style. [home-page]: Update.
* gnu: smartmontools: Update to 7.3.Tobias Geerinckx-Rice2023-07-021-2/+2
| | | | * gnu/packages/admin.scm (smartmontools): Update to 7.3.
* gnu: di: Use G-expressions.Tobias Geerinckx-Rice2023-07-021-9/+11
| | | | | * gnu/packages/admin.scm (di)[arguments]: Rewrite as G-expressions. Rename 'setup-environment phase to 'override-environment.
* gnu: di: Update to 4.52.Tobias Geerinckx-Rice2023-07-021-3/+4
| | | | * gnu/packages/admin.scm (di): Update to 4.52.
* gnu: tcpdump: Update to 4.99.4 [fixes CVE-2023-1801].Timotej Lazar2023-07-011-2/+2
| | | | | | * gnu/packages/admin.scm (tcpdump): Update to 4.99.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: igt-gpu-tools: Fix build with procps@4.Tobias Geerinckx-Rice2023-06-241-1/+3
| | | | | | * gnu/packages/patches/igt-gpu-tools-Use-libproc2.patch: New file. * gnu/packages/admin.scm (igt-gpu-tools)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?.Janneke Nieuwenhuizen2023-06-171-7/+6
| | | | | | | | * gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused.
* gnu: shepherd@0.10: Use guile-fibers 1.3.1.Ludovic Courtès2023-06-141-2/+6
| | | | | * gnu/packages/admin.scm (shepherd-0.10)[native-inputs, inputs]: Replace GUILE-FIBERS-1.1 with GUILE-FIBERS-1.3.
* gnu: doctl: Update to 1.94.0.Matthew James Kraai2023-06-121-2/+2
| | | | | | * gnu/packages/admin.scm (doctl): Update to 1.94.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: tree: Update to 2.1.1.Efraim Flashner2023-06-041-8/+4
| | | | | * gnu/packages/admin.scm (tree): Update to 2.1.1. [arguments]: Remove unneeded 'fix-manpage-version phase.
* gnu: atop: Update to 2.9.0.Greg Hogan2023-06-011-2/+2
| | | | | | * gnu/packages/admin.scm (atop): Update to 2.9.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: hyfetch: Update to 1.4.8.Hilton Chain2023-05-301-2/+3
| | | | | | | * gnu/packages/admin.scm (hyfetch): Update to 1.4.8. [arguments]: Disable tests. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: shepherd: Update to 0.10.1.Ludovic Courtès2023-05-301-2/+2
| | | | | | Fixes <https://issues.guix.gnu.org/63717>. * gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.1.
* gnu: jc: Update to 1.23.2.Greg Hogan2023-05-261-3/+5
| | | | | | | | * gnu/packages/admin.scm (jc): Update to 1.23.2. [build-system]: Change to PYPROJECT-BUILD-SYSTEM. [native-inputs]: Add python-pytest. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: shepherd: Fetch code from 'mirror://gnu'.Ludovic Courtès2023-05-131-1/+1
| | | | * gnu/packages/admin.scm (shepherd-0.10): Fix URL.