aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
Commit message (Collapse)AuthorAge
* 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
* gnu: wlgreet: Update to 0.4.1-1.7e79d60.Hilton Chain2024-03-17
| | | | | | | | | | | | This is a follow-up to 0e9c2d2eba5e573e43382611474784c8bf5a4309 (sway 1.9 update), which breaks wlgreet 0.4.1. Reported in <https://issues.guix.gnu.org/69667>. * gnu/packages/admin.scm (wlgreet): Update to 0.4.1-1.7e79d60. Change-Id: I81613baac01d366d6fc507203fca2cc95977df46 Reported-by: chris <chris@bumblehead.com>
* gnu: go-github.com-ulikunitz-xz: Adjust name.Sharlatan Hellseher2024-03-06
| | | | | | | | | | | | | | | * gnu/packages/golang-compression.scm (go-github.com-ulikunitz-xz): Rename variable to go-github-com-ulikunitz-xz to follow golang naming style. * gnu/packages/admin.scm (fiano) [inputs]: Remove go-github.com-ulikunitz-xz. Add go-github-com-ulikunitz-xz. * gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-cram) [propagated-inputs]: Remove go-github.com-ulikunitz-xz. Add go-github-com-ulikunitz-xz. Change-Id: Id2f2556666c4f9a08e0203f5ca7eb8352c492051
* Merge branch 'rust-team'Efraim Flashner2024-02-28
|\ | | | | | | Change-Id: Iee31c5de29c357c822f60df4fa8ce758779eb349
| * gnu: rust-winapi: Move to (gnu packages crates-windows).Efraim Flashner2024-02-20
| | | | | | | | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-winapi-0.3, rust-winapi-0.2, rust-winapi-build-0.1, rust-winapi-i686-pc-windows-gnu-0.4, rust-winapi-util-0.1, rust-winapi-wsapoll-0.1, rust-winapi-x86-64-pc-windows-gnu-0.4): Move from here ... * gnu/packages/crates-windows.scm: ... to here. Change-Id: Ida3a2a0cdae7f823c11c3b4a6d0dd36a158ec021
* | gnu: Add rdfind.Tomás Ortín2024-02-20
|/ | | | | | | * gnu/packages/admin.scm (rdfind): New variable. Change-Id: Ie25bb6b8f5f9a3942eec8d9346da99d73e3bf1dd Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add restartd.Nicolas Graves2024-02-18
| | | | | | | | | * gnu/packages/admin.scm (restartd): New variable. * gnu/packages/patches/restartd-update-robust.patch: Add file. * gnu/local.mk: Register gnu/packages/patches/restartd-update-robust.patch. Change-Id: I38b9b70e97b64f006a86d7618a75f1ec3ed8b034 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: go-github.com-ulikunitz-xz: Move to golang-compression.Sharlatan Hellseher2024-02-13
| | | | | | | | | | * gnu/packages/golang.scm (go-github.com-ulikunitz-xz): Move from here ... * gnu/packages/golang-compression.scm: ... to here. * gnu/packages/admin.scm: Add (gnu packages golang-compression) module. * gnu/packages/bioinformatics.scm: As above. Change-Id: I1901e67ac4336efd356085332572b3f09de90f7a
* gnu: go-golang-org-x-text: Move to golang-build.Sharlatan Hellseher2024-02-13
| | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-text): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/admin.scm: Add (gnu packages golang-build) module. * gnu/packages/bioinformatics.scm: As above. * gnu/packages/mail.scm: As above. Change-Id: Ifd15b35b460ae30c5c1d677551e95842b322b246
* gnu: Add pam-uaccess.Hilton Chain2024-02-05
| | | | | | * gnu/packages/admin.scm (pam-uaccess): New variable. Change-Id: I71b16e8548359fe59b2d09bb91b050bf9be33a78
* gnu: btop: Update to 1.3.0.宋文武2024-01-11
| | | | | | * gnu/packages/admin.scm (btop): Update to 1.3.0. Change-Id: Ie273ddde16d11b880493993070eda681a9f27e80
* gnu: shepherd: Update to 0.10.3.Ludovic Courtès2024-01-07
| | | | | | * gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.3. Change-Id: I6b14a41c22a18bcf0c5bd380d7f118276d0f761c
* gnu: swineherd: Update to 0.0.4.Ricardo Wurmus2023-12-23
| | | | | | * gnu/packages/admin.scm (swineherd): Update to 0.0.4. Change-Id: Ie8ca91c0de969fdfd524be915a2eee020bb3f7df
* gnu: hyfetch: Update to 1.4.11.Jaeme Sifat2023-12-19
| | | | | | | * gnu/packages/admin.scm (hyfetch): Update to 1.4.11. Change-Id: I244020ef556911107040e913ef76932ed97ae6e9 Signed-off-by: Hilton Chain <hako@ultrarare.space>
* gnu: inxi-minimal: Update to 3.3.31-2.Tobias Geerinckx-Rice2023-12-10
| | | | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.31-2. Change-Id: I6645cdc0870396ef6726bed1e24af534a4e03503
* gnu: igt-gpu-tools: Update to 1.28Gabriel Wicki2023-12-03
| | | | | | | | | | | * gnu/packages/admin.scm (igt-gpu-tools): Update to 1.28. [source]: Remove patch. [inputs]: Add python. * gnu/packages/patches/igt-gpu-tools-Use-libproc2.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it. Change-Id: I5dccd7d5a5df0084fabf713949940775671aecd7 Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: bfs: Update to 3.0.4.Tobias Geerinckx-Rice2023-11-19
| | | | | | * gnu/packages/admin.scm (bfs): Update to 3.0.4. Change-Id: Idc65d4629aa185b13a375263e10ebcc5b71a81ce
* gnu: bfs: Fix Texinfo typo.Tobias Geerinckx-Rice2023-11-19
| | | | * gnu/packages/admin.scm (bfs)[description]: Fix typo.
* gnu: spindle: Update to 0.13; remove input labels.Ludovic Courtès2023-11-15
| | | | | | | * gnu/packages/admin.scm (spindle): Update to 0.13. [inputs]: Remove labels. Change-Id: I2ccaaf2385797d81de2b1ffe28452281b4e5ae90
* gnu: spindle: Fix compilation with GCC 11.Ludovic Courtès2023-11-15
| | | | | | | * gnu/packages/admin.scm (spindle)[arguments]: Add CXXFLAGS to #:configure-flags. Change-Id: I660228b8839a524791273f3fc7b6935d704b6715
* gnu: launchmon: Fix compilation with GCC 11.Ludovic Courtès2023-11-15
| | | | | | * gnu/packages/admin.scm (launchmon)[arguments]: New field. Change-Id: I30665896ef90e74b91055c85bcfe991af24f3a38
* 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