summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
Commit message (Collapse)AuthorAge
* gnu: isc-dhcp: Fix cross-compilation.Mathieu Othacehe2022-03-14
| | | | | * gnu/packages/admin.scm (isc-dhcp)[inputs]: Move config to ... [native-inputs]: ... here.
* gnu: sudo: Update to 1.9.10.Tobias Geerinckx-Rice2022-02-27
| | | | * gnu/packages/admin.scm (sudo): Update to 1.9.10.
* gnu: thermald: Fix build.Guillaume Le Vaillant2022-02-26
| | | | | * gnu/packages/admin.scm (thermald)[arguments]: Add "--disable-werror" to 'configure-flags'.
* gnu: testdisk: Relocate and improve description.Maxim Cournoyer2022-02-22
| | | | | | | | | | This is the result of attempting to package 'photorec', only to realize it's part of testdisk, which we already had in the first place. * gnu/packages/admin.scm (testdisk): Move to... * gnu/packages/disk.scm (testdisk): ... here. [description]: Expound, and add a description section about the included PhotoRec tool.
* gnu: tree: Update to 2.0.2.Efraim Flashner2022-02-19
| | | | * gnu/packages/admin.scm (tree): Update to 2.0.2.
* gnu: opendoas: Update to 6.8.2.Tobias Geerinckx-Rice2022-02-13
| | | | | * gnu/packages/admin.scm (opendoas): Update to 6.8.2. [arguments]: Don't explicitly return #t from phases.
* gnu: audit: Update to 3.0.7.Tobias Geerinckx-Rice2022-02-13
| | | | * gnu/packages/admin.scm (audit): Update to 3.0.7.
* gnu: udpcast: Update to 20211207.Michael Rohleder2022-02-14
| | | | | | | * gnu/packages/admin.scm (udpcast): Update to 20211207. [source]: Remove buildroot.net uri. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: novena-eeprom: Build with older i2c-tools.Efraim Flashner2022-02-07
| | | | | * gnu/packages/admin.scm (novena-eeprom)[inputs]: Build with i2c-tools-3. * gnu/packages/linux.scm (i2c-tools-3): New variable.
* gnu: isc-dhcp: Fix building on riscv64-linux.Efraim Flashner2022-02-07
| | | | | | * gnu/packages/admin.scm (isc-dhcp)[arguments]: Add phase to update configure scripts. [inputs]: Add config.
* gnu: cpulimit: Fix build with glibc-2.32.Eric Bavier2022-01-29
| | | | | | * gnu/packages/patches/cpulimit-with-glib-2.32.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (cpulimit)[source]: Use it.
* gnu: wpa-wupplicant: Update to 2.10 [security fixes].Leo Famulari2022-01-16
| | | | | | | | | | | | | | | See the upstream advisory for more information on the security fixes contained in these updates: https://w1.fi/security/2022-1/sae-eap-pwd-side-channel-attack-update-2.txt * gnu/packages/admin.scm (wpa-supplicant-minimal): Update to 2.10. [source]: Remove obsolete patches. * gnu/packages/patches/wpa-supplicant-CVE-2021-27803.patch, gnu/packages/patches/wpa-supplicant-CVE-2021-30004.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: hostapd: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/admin.scm (hostapd)[arguments]: Rewrite as G-expressions.
* gnu: hostapd: Use PKG-CONFIG-FOR-TARGET.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/admin.scm (hostapd)[arguments]: Use PKG-CONFIG-FOR-TARGET.
* gnu: hostapd: Update to 2.10.Tobias Geerinckx-Rice2022-01-16
| | | | | | * gnu/packages/admin.scm (hostapd): Update to 2.10. [arguments]: Don't explicitly return #t from phases. [source]: Remove patches.
* Revert "gnu: password-store: Fix failing test suite."Marius Bakke2022-01-17
| | | | This reverts commit a40ac6271578ea061a8a07b2adbd6032a690ca70.
* Merge branch 'version-1.4.0'Maxim Cournoyer2022-01-17
|\ | | | | | | | | | | | | With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm
| * gnu: shadow: Update to 4.9.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | | | * gnu/packages/admin.scm (shadow): Update to 4.9. [source]: Remove hurd patch, merged upstream. [phases]{fix-linking-to-pam}: New phase. * gnu/packages/patches/shadow-hurd-pctrl.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it.
| * gnu: isc-dhcp: Address TODOs.Maxim Cournoyer2022-01-10
| | | | | | | | | | | | | | * gnu/packages/admin.scm (isc-dhcp): Remove trailing #t. [phases]{post-install}: Remove the 'native-inputs' argument. {post-configure}: Do not patch the libexec scripts. [inputs]{bash}: Remove conditional.
* | Revert "gnu: tree: Fix problem with no output when fd3 is present."Tobias Geerinckx-Rice2022-01-09
| | | | | | | | This reverts commit bd4f314bbacaaa56751be3a4769f2082be747d24.
* | gnu: password-store: Fix failing test suite.Tobias Geerinckx-Rice2022-01-15
| | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (tree-1): New public variable. * gnu/packages/password-utils.scm (password-store)[inputs]: Use it rather than the default tree@2. Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com> and Olivier Dion <olivier.dion@polymtl.ca>.
* | gnu: tree: Fix problem with no output when fd3 is present.Marius Bakke2022-01-15
| | | | | | | | | | | | * gnu/packages/patches/tree-disable-stddata.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/admin.scm (tree)[source](patches): New field.
* | gnu: tree: Rewrite with gexps.Efraim Flashner2022-01-12
| | | | | | | | * gnu/packages/admin.scm (tree)[arguments]: Rewrite with gexps.
* | gnu: tree: Fix cross-compiling.Efraim Flashner2022-01-12
| | | | | | | | * gnu/packages/admin.scm (tree)[arguments]: Use cc-for-taget.
* | gnu: tree: Update to 2.0.1.Efraim Flashner2022-01-12
|/ | | | * gnu/packages/admin.scm (tree): Update to 2.0.1.
* gnu: Add xfel.Danny Milosavljevic2022-01-10
| | | | * gnu/packages/admin.scm (xfel): New variable.
* gnu: thermald: Update to 2.4.7.Tobias Geerinckx-Rice2022-01-09
| | | | * gnu/packages/admin.scm (thermald): Update to 2.4.7.
* gnu: Add stress-ng.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/admin.scm (stress-ng): New public variable.
* gnu: nmrpflash: Update to 0.9.16.Marius Bakke2022-01-05
| | | | * gnu/packages/admin.scm (nmrpflash): Update to 0.9.16.
* gnu: direvent: Update to 5.3.Tobias Geerinckx-Rice2022-01-04
| | | | | | | | * gnu/packages/admin.scm (direvent): Update to 5.3. [source]: Drop hard-to-maintain snippet… [arguments]: …in favour of a wider regexp in the 'substitute-file-names phase, renamed from 'patch-/bin/sh, as we also patch "/bin/kill" to keep the tests passing.
* gnu: direvent: Use G-expressions.Tobias Geerinckx-Rice2022-01-04
| | | | | * gnu/packages/admin.scm (direvent)[source, arguments]: Rewrite using G-expressions. Don't explicitly return #t from phases.
* gnu: pies: Update to 1.7.Efraim Flashner2022-01-03
| | | | | * gnu/packages/admin.scm (pies): Update to 1.7. [arguments]: Remove trailing #t from phases.
* gnu: alive: Update to 2.0.5.Efraim Flashner2022-01-03
| | | | | | * gnu/packages/admin.scm (alive): Update to 2.0.5. [inputs]: Replace guile-2.0 with guile-3.0. [native-inputs]: Add lzip.
* gnu: Capitalize beginning of synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (hungrycat)[synopsis]: Captalize. * gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise. * gnu/packages/cpp.scm (clipper)[synopsis]: Likewise. * gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3, rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2, rust-takeable-option-0.4, rust-ttf-parser-0.12)[synopsis]: Likewise. * gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise. * gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise. * gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise. * gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise. * gnu/packages/maths.scm (coda)[synopsis]: Likewise. * gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise. * gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
* gnu: Remove leading article from synopsis.Vagrant Cascadian2021-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (hungrycat)[synopsis]: Remove leading article. * gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise. * gnu/packages/cpp.scm (clipper)[synopsis]: Likewise. * gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]: Likewise. * gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3, rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2, rust-takeable-option-0.4, rust-ttf-parser-0.12, rust-svd-parser-0.9)[synopsis]: Likewise. * gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise. * gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise. * gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise. * gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise. * gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise. * gnu/packages/lisp.scm (gcl, clisp)[synopsis]: Likewise. * gnu/packages/maths.scm (coda)[synopsis]: Likewise. * gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise. * gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise. * gnu/packages/python-xyz.scm (python-pari-jupyter, python-markuppy, python-febelfin-coda)[synopsis]: Likewise. * gnu/packages/scheme.scm (mit-scheme)[synopsis]: Likewise. * gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise. * gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
* gnu: bpytop: Update to 1.0.68.Michael Rohleder2021-12-27
| | | | | | * gnu/packages/admin.scm (bpytop): Update to 1.0.68. Signed-off-by: Leo Famulari <leo@famulari.name>
* build-system/go: Use go-1.17 by default.Sarah Morgensen2021-12-24
| | | | | | | | | | | | | | | Build all Go packages with go-1.17 by default. Explicitly specify an older Go version in packages which cannot build with go-1.17. * gnu/packages/golang.scm (go): Update from 'go-1.14' to 'go-1.17'. * gnu/packages/docker.scm (docker)[native-inputs]: Explicitly use 'go-1.14'. * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-cmdkit-files)[arguments]: Explicitly use Go 1.16. (go-ipfs)[arguments]: Use the default version of Go. * gnu/packages/syncthing.scm (syncthing)[arguments]: Likewise. * gnu/packages/admin.scm (runitor)[arguments]: Likewise. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: bpytop: Fix build.Michael Rohleder2021-12-20
| | | | | | * gnu/packages/admin.scm (bpytop)[arguments]: Delete 'sanity-check phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add udpcastArtyom V. Poptsov2021-12-20
| | | | | | * gnu/packages/admin.scm (udpcast): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: acpica: Update to 20211217.Tobias Geerinckx-Rice2021-12-20
| | | | * gnu/packages/admin.scm (acpica): Update to 20211217.
* gnu: inxi-minimal: Update to 3.3.11-1.Tobias Geerinckx-Rice2021-12-19
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.11-1.
* gnu: inxi-minimal: Update to 3.3.10-1.Tobias Geerinckx-Rice2021-12-17
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.10-1.
* gnu: audit: Tweak description.Tobias Geerinckx-Rice2021-12-17
| | | | * gnu/packages/admin.scm (audit)[description]: Edit slightly.
* gnu: audit: Remove input labels.Tobias Geerinckx-Rice2021-12-17
| | | | | * gnu/packages/admin.scm (audit)[inputs]: Remove input labels.
* gnu: audit: Update to 3.0.6.Tobias Geerinckx-Rice2021-12-17
| | | | * gnu/packages/admin.scm (audit): Update to 3.0.6.
* gnu: htop: Update to 3.1.2.Tobias Geerinckx-Rice2021-12-17
| | | | * gnu/packages/admin.scm (htop): Update to 3.1.2.
* gnu: ansible: Update native-search-paths.Efraim Flashner2021-12-15
| | | | | * gnu/packages/admin.scm (ansible)[native-search-paths]: Update to search in python3.9 subfolder.
* gnu: igt-gpu-tools: Include man pages.Tobias Geerinckx-Rice2021-12-14
| | | | | | * gnu/packages/admin.scm (igt-gpu-tools)[arguments]: Add a new 'find-rst2man.py phase. (native-inputs): Add python-docutils.
* gnu: igt-gpu-tools: Fix build with newer Mesons.Tobias Geerinckx-Rice2021-12-14
| | | | | * gnu/packages/admin.scm (igt-gpu-tools)[arguments]: Add a new 'fix-meson.build phase.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)