aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
Commit message (Collapse)AuthorAge
* gnu: inetutils: Add libxcrypt dependency.Josselin Poiret2024-08-31
| | | | | | * gnu/packages/admin.scm (inetutils): Add libxcrypt dependency. Change-Id: I6c7bc49f60e532edac395a2b1ba89e3f1f95b4e7
* gnu: shadow: Add libxcrypt dependency.Josselin Poiret2024-08-31
| | | | | | * gnu/packages/admin.scm (shadow): Add libxcrypt dependency. Change-Id: I3fa0b7239dcf100ba8a6431155557d1523bcfd25
* gnu: shepherd: Update alias to shepherd-0.10.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/admin.scm (shepherd): Update from shepherd-0.9 to shepherd-0.10. Change-Id: Ie93d302f0e43b861ba609f6de27bea2141019036
* gnu: wpa-supplicant-gui: Use 'imagemagick/stable' variant.Maxime Devos2024-08-31
| | | | | | | | | | | * gnu/packages/admin.scm (wpa-supplicant-gui): [native-inputs]: Use the 'imagemagick/stable' variant. [arguments]<#:disallowed-phases>: Prevent 'imagemagick/stable' from entering the closure. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I8a998857b2d366744da16ea4850b02c52ba7c565
* gnu: Use 'gtk-doc/stable' in native-inputs instead of 'gtk-doc'.Maxime Devos2024-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | Commit 9dea1618755891526f708aa335b4136c1302d16e only replaced 'gtk-doc' with 'gtk-doc/stable' in the native-inputs of some packages, but we may as well do this for all packages. * gnu/packages/admin.scm (thermald) [native-inputs]: Replace 'gtk-doc' with 'gtk-doc/stable'. * gnu/packages/glib.scm (glib-with-documentation): Likewise. * gnu/packages/mate.scm (mate-desktop, atril, caja-extensions) (mate-utils, eom, engrampa, pluma, mate-polkit) [native-inputs]: Likewise. * gnu/packages/messaging.scm (libgnt, loudmouth) [native-inputs]: Likewise. * gnu/packages/music.scm (denemo, gsequencer) [native-inputs]: Likewise. * gnu/packages/photo.scm (entangle) [native-inputs]: Likewise. * gnu/packages/security-token.scm (libu2f-host, libu2f-server) [native-inputs]: Likewise. * gnu/packages/wm.scm (keybinder, keybinder-3.0) [native-inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I6c647ff1394e0a48bef0e6fb1ae43533673f1d79
* gnu: inetutils: Convert to gexp.Felix Lechner2024-08-31
| | | | | | | | * gnu/packages/admin.scm (inetutils): Convert to gexp; fix indentation. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ic61fa69040b4e554ad8303192167f331bec4e863
* gnu: inetutils: Update to 2.5.Ludovic Courtès2024-08-31
| | | | | | * gnu/packages/admin.scm (inetutils): Update to 2.5. Change-Id: I345c27f45a1d00c27c0acda82dee96077002acef
* gnu: shadow: Remove input labels.Ludovic Courtès2024-08-31
| | | | | | | | * gnu/packages/admin.scm (shadow)[arguments]: In ‘set-runtime-shell’, use ‘search-input-file’. [inputs]: Remove labels. Change-Id: I1ce9d93f425c77f901d8e21b37d1a069824cab45
* gnu: dfc: Remove input labels.Ludovic Courtès2024-08-31
| | | | | | * gnu/packages/admin.scm (dfc)[native-inputs]: Remove label. Change-Id: I2f67a109a9ebada64457241adffd1d57e9cba3b6
* gnu: daemonize: Fix typo in description.Ludovic Courtès2024-08-31
| | | | | | * gnu/packages/admin.scm (daemonize)[description]: Fix trpo. Change-Id: I60023e7c6d3a6422bb6d44cb0633b6bbdc76938e
* gnu: dstat: Add bash-minimal to inputs and use gexps.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/admin.scm (dstat) [inputs]: Add bash-minimal. [arguments]: Use gexps. Delete trailing #t. Change-Id: Ia0635f39dfbc09be96690be678d1ad22983b6c08
* gnu: nmap: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | * gnu/packages/admin.scm (nmap) [inputs]: Add bash-minimal. Change-Id: I396355acd89752f2e01afd9b1fc522d525757155
* gnu: rename: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/admin.scm (rename) [inputs]: Add bash-minimal. [arguments]: Delete trailing #t. Change-Id: I800046ed153f1b323c2b8ced895cba9eeeaeaf43
* gnu: clusterssh: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | | * gnu/packages/admin.scm (clusterssh) [inputs]: Add bash-minimal. [arguments]: Delete trailing #t. Change-Id: Icb6e0833e2dba3145c63294d003554c2de6bb169
* gnu: cloud-utils: Add bash-minimal to inputs.Maxim Cournoyer2024-08-31
| | | | | | * gnu/packages/admin.scm (cloud-utils) [inputs]: Add bash-minimal. Change-Id: I7b2d699784b14b0ca919a698d945560e6bce35c0
* gnu: du-dust: Fix ZSH completion.Tobias Geerinckx-Rice2024-08-18
| | | | | | * gnu/packages/admin.scm (du-dust)[arguments]: Fix typo. Change-Id: Id139b5e213981e9cf9bfe63f661f75404ccf9b50
* gnu: sshguard: Fix indentation.Nicolas Goaziou2024-08-20
| | | | | | * gnu/packages/admin.scm (sshguard): Fix indentation. Change-Id: I14760065a8aa9968f7125ec0327acd4d45f2eb51
* gnu: Add sshguard.Ashish SHUKLA2024-08-20
| | | | | | | * gnu/packages/admin.scm (sshguard): New variable. Change-Id: I551771ff49af3e852322f2518f0758494aaedee3 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: direvent: Update to 5.4.Andy Tai2024-08-19
| | | | | | | * gnu/packages/admin.scm (direvent): update to 5.4. Change-Id: I955abd8e3d75ff2fa7afa99c8d6b2eed2328b20a Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: Replace (almost) all uses of /run/setuid-programs.Tobias Geerinckx-Rice2024-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | …those good for master, anyway. * gnu/packages/admin.scm (ktsuss, opendoas, hosts) [arguments]: Replace /run/setuid-programs with /run/privileged/bin. * gnu/packages/containers.scm (slirp4netns)[arguments]: Likewise. * gnu/packages/debian.scm (pbuilder)[arguments]: Likewise. * gnu/packages/disk.scm (udevil)[arguments]: Likewise. * gnu/packages/enlightenment.scm (efl, enlightenment) [arguments]: Likewise. * gnu/packages/gnome.scm (gdm, gnome-control-center) [arguments]: Likewise. * gnu/packages/linux.scm (singularity)[arguments]: Likewise. * gnu/packages/lxde.scm (spacefm)[arguments]: Likewise. * gnu/packages/monitoring.scm (zabbix-agentd)[arguments]: Likewise. * gnu/packages/virtualization.scm (ganeti)[arguments]: Likewise. * gnu/packages/xdisorg.scm (xsecurelock)[arguments]: Likewise. * gnu/services/dbus.scm (dbus-configuration-directory): Likewise. * gnu/services/ganeti.scm (%default-ganeti-environment-variables): Likewise. * gnu/services/monitoring.scm (zabbix-agent-shepherd-service): Likewise. * gnu/tests/ldap.scm (marionette): Likewise. * gnu/tests/monitoring.scm (os): Likewise.
* gnu: di: Update to 4.53.Artyom V. Poptsov2024-08-14
| | | | | | | * gnu/packages/admin.scm (di): Update to 4.53. Change-Id: Ib23a64c626ed95e197f6dc672c868e8660b8c68d Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: atop: Update to 2.11.0.Artyom V. Poptsov2024-08-14
| | | | | | | * gnu/packages/admin.scm (atop): Update to 2.11.0. Change-Id: I9dfd6e2e0220c1a54a709b05a71f1b21c9ffa85d Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: stress-ng: Don't stress test when building for riscv64-linux.Christopher Baines2024-08-11
| | | | | | | | | As this seems to cause instability on the VisionFive 2 systems at least. * gnu/packages/admin.scm (stress-ng)[arguments]: Set #:tests? to #f on riscv64. Change-Id: I0d7f3081793e1a286cf2644e9218516c9fda56d5
* gnu: shepherd 0.9: Switch from guile-3.0-latest to guile-3.0.David Thompson2024-07-19
| | | | | | | * gnu/packages/admin.scm (shepherd-0.9)[native-inputs]: Use guile-3.0. [inputs]: Ditto. Change-Id: I7f7efabc43e11e413300c6aa4c22919070d22389
* Merge branch 'go-team'Sharlatan Hellseher2024-07-18
|\ | | | | | | Change-Id: I0a7d44016da964930bea2584df9104cac5b7ea36
| * gnu: packages/golang: Set default go version to 1.21.Sharlatan Hellseher2024-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Golang versions 1.17 (02 Aug 2022), 1.18 (01 Feb 2023), 1.19 (06 Sep 2023) and 1.20 (06 Feb 2024) are EOL <https://endoflife.date/go>. These changes set preferable default version to the minimal currently maintained one e.g. 1.21 * gnu/packages/golang.scm (go): Set default to go-1.21, add annotation for the future maintenance. Remove field <#:go> setting Golang version to go-1.18, go-1.19, 1.20 and 1.21: * gnu/packages/admin.scm * gnu/packages/configuration-management.scm * gnu/packages/databases.scm * gnu/packages/disk.scm * gnu/packages/education.scm * gnu/packages/file-systems.scm * gnu/packages/finance.scm * gnu/packages/golang-check.scm * gnu/packages/golang-crypto.scm * gnu/packages/golang-web.scm * gnu/packages/golang-xyz.scm * gnu/packages/golang.scm * gnu/packages/high-availability.scm * gnu/packages/ipfs.scm * gnu/packages/irc.scm * gnu/packages/messaging.scm * gnu/packages/networking.scm * gnu/packages/syncthing.scm * gnu/packages/textutils.scm * gnu/packages/time.scm * gnu/packages/version-control.scm * gnu/packages/video.scm Change-Id: Ieba6a5d7a18423f838d14c02ad55a2ba9c8559eb
* | gnu: lr: Add comment about there not being tests.jgart2024-07-15
| | | | | | | | | | | | * gnu/packages/admin.scm (lr) [arguments]: Add comment. Change-Id: I067ad3171a29f5f58c40ad62a4b79f19e95c9a21
* | gnu: lr: Update to 1.6.jgart2024-07-15
|/ | | | | | * gnu/packages/admin.scm (lr): Update to 1.6. Change-Id: I561cf1cc65fb96f66a4827dfcec2ae0f33ff6447
* gnu: ansible: Update to 10.1.0.Vinicius Monego2024-07-05
| | | | | | * gnu/packages/admin.scm (ansible): Update to 10.1.0. Change-Id: If6c867fdb52c8a38cf48892e0692246c83affe21
* gnu: ansible-core: Update to 2.17.1.Vinicius Monego2024-07-05
| | | | | | | * gnu/packages/admin.scm (ansible-core): Update to 2.17.1. [source]: Update URI. Change-Id: Ia85ccabd5ac83e61baee8829ded0026ef0ae5388
* gnu: Add fastfetch.Richard Sent2024-06-30
| | | | | | | * gnu/packages/admin.scm (fastfetch): New variable. Change-Id: I2c8489f0773254b0e9e631c55bf016adb7c6e89b Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: shepherd: Update to 0.10.5.Ludovic Courtès2024-06-26
| | | | | | * gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.5. Change-Id: I4f195917e0103ba1da75a52665848bbc877b5d24
* gnu: smartmontools: Update to 7.4.Andy Tai2024-06-24
| | | | | | | * gnu/packages/admin.scm (smartmontools): Update to 7.4. Change-Id: I43848ea3e9c00827d05e1511b7fe01c491a61b23 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: rename: Update to 2.02.Wilko Meyer2024-06-21
| | | | | | | * gnu/packages/admin.scm (rename): Update to 2.02. Change-Id: I0792b169c4c1e621ff61e7774bd60d2d98f67a6f Signed-off-by: jgart <jgart@dismail.de>
* gnu: solaar: Update to 1.1.13.gemmaro2024-06-10
| | | | | | | | | * gnu/packages/admin.scm (solaar): Update to 1.1.13. [native-inputs]: Add python-pytest. [propagated-inputs]: Add python-dbus-python and python-evdev. Change-Id: I616c89ba50a0e8300c08856a96959eec7d274635 Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: aide: Update to 0.18.8.Artyom V. Poptsov2024-05-31
| | | | | | | | | | | | | | * gnu/packages/admin.scm (aide): Update to 0.18.8. [arguments]: Add configure flags to enable features "--with-posix-acl", "--with-selinux" and "--with-xattr". Add "--with-config-file=/etc/aide.conf" to instruct the program to use this patch to search for the configuration file. [native-inputs]: Add "pkg-config". [inputs]: Use "acl", "attr", "libselinux" and "pcre2". Change-Id: I15ae1d86ea9fdfed16e901c041bae292ec68a742 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: Add sysdig.Maxim Cournoyer2024-05-29
| | | | | | | | * gnu/packages/admin.scm (sysdig): New variable. * gnu/packages/patches/sysdig-shared-falcosecurity-libs.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I02b64db7a548e17ea83beb1ea27db87d29e99cf1
* gnu: htop: Update to 3.3.0.Wilko Meyer2024-05-29
| | | | | | | * gnu/packages/admin.scm (htop): Update to 3.3.0. Change-Id: Ia19d3fc5b65f8256321c7c07ac6fe8075d50515a Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: fasd: Update to 1.0.2.Artyom V. Poptsov2024-05-26
| | | | | | | | | | | | | * gnu/packages/admin.scm (fasd): Update to 1.0.2. [source]: Use project fork that integrates recent pull requests as the original project is unmaintained and archived. [home-page]: Update. [description]: Improve formatting. [license]: Change to expat (MIT) license as "LICENSE" file of the project contains MIT license. Change-Id: I0070c394a9a8b80ac137728831c0eb7a0e15e2b4 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: btop: Update to 1.3.2.Artyom V. Poptsov2024-05-22
| | | | | | | * gnu/packages/admin.scm (btop): Update to 1.3.2. Change-Id: I503bc5730dd498640cff76e252825c7b47cd5d11 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: shepherd-0.10: When target riscv64, use guile-fibers-1.1.Zheng Junjie2024-05-22
| | | | | | | * gnu/packages/admin.scm (shepherd-0.10)[native-inputs]: When target-riscv64? is true, use guile-fibers-1.1. Change-Id: I89d2e1a7bd6cbc69d19230d9b1c45ce6e339a13d
* gnu: atop: Update to 2.10.0.Artyom V. Poptsov2024-05-19
| | | | | | | | | * gnu/packages/admin.scm (atop): Update to 2.10.0. [native-inputs]: Add "pkg-config". [inputs]: Add "glib". Change-Id: I5d535489084c75867178668d74e51227e83b66b7 Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: isc-dhcp: Add debianutils as an input.Alexey Abramov2024-05-13
| | | | | | | | | | | | dhclient provides a hook mechanism for users. In order to run these hooks, dhclient-script uses run-parts to run all the executable files found in requested directory. run-parts is part of debianutils packages. * gnu/packages/admin.scm (isc-dhcp)[inputs]: Add "debianutils" to provide access to run-parts. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I2057881da57a6065d65d1de95e51ed1c8b19e15f
* gnu: jc: Update to 1.25.2.Oleg Pykhalov2024-05-01
| | | | | | * gnu/packages/admin.scm (jc): Update to 1.25.2. Change-Id: I076bf285a6fd23ef65f6c094b355c5891c8b76e7
* gnu: go-github-com-hashicorp-go-multierror: Adjust inputs.Sharlatan Hellseher2024-04-12
| | | | | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-hashicorp-go-multierror): [propagated-inputs]: Swap from native-inputs to propagated-inputs. * gnu/packages/admin.scm (fiano): [inputs]: Remove go-github-com-hashicorp-errwrap. Change-Id: Ie04c05d76b5d0e3ac94e2d956a282a8b9b13f6c6
* gnu: atop: Update source hash.Greg Hogan2024-04-05
| | | | | | | | | | The new ‘atop-2.9.0.tar.gz’ adds a single file, ‘mkdate’, which, when available, generates a ‘versdate.h’ file containing the current date. * gnu/packages/admin.scm (atop): Update source hash and add snippet. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I2de2068d052d0b37aff1a6d18f5639baac6ccdfa
* gnu: fiano: Update to 1.2.0.Sharlatan Hellseher2024-04-04
| | | | | | | | | | | | | | | | | | | | | | | | The version style has been changed from v7.0.2 starting v1.0.3. This change may cause guix refresh to detect incorrect latest version, see <https://github.com/linuxboot/fiano/tags>. This changes consolidate building all commands directly from the fiano package. * gnu/packages/admin.scm (fiano): Make variable public, update to 1.2.0. [source]: Remove snippet, there is no longer 'vendor' directory in a new release. [arguments] <#:phases>: Add custom 'build, 'check and 'install phases to cover complex package structure and produce all provided commands. [inputs]: Add go-github-com-dustin-go-humanize, go-github-com-hashicorp-errwrap, go-github-com-hashicorp-go-multierror, go-github-com-jessevdk-go-flags, go-github-com-pierrec-lz4, and go-github-com-spf13-pflag. [description]: Highlight which commands are included in the package. * gnu/packages/admin.scm (fiano-utk, fiano-fmap): Delete variables. Change-Id: I4b7573e20953ba52c9736e7f64c6b6347221fc72
* gnu: fiano: Refresh package style.Sharlatan Hellseher2024-04-04
| | | | | | | | | | * gnu/packages/admin.scm (fiano): Refresh package style. [source]: Remove trailing #t from the snippet. [arguments]: Use list style. [inputs]: Remove labels and use list style. [home-page]: Place before synopsis. Change-Id: I896c59d4be14c7ed16bc1978e0d9996bd7b93c17
* gnu: greetd: Fix cross-compilation.dan2024-04-02
| | | | | | | | | | * gnu/packages/admin.scm (greetd): Fix cross-compilation. [native-inputs]: Move linux-pam from here ... [inputs]: ... to here. [arguments]<#:phases>: Set release directory based on target. Change-Id: I822f8f215677bc951b21e46dddf44954a43df58f Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: shepherd: Update to 0.10.4.Ludovic Courtès2024-03-31
| | | | | | * gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.4. Change-Id: I09b8ac3544c59e47207bf7f640db13e4001a6322