Tobias Geerinckx-Rice
a001522657
gnu: sudo: Update to 1.9.10.
...
* gnu/packages/admin.scm (sudo): Update to 1.9.10.
2022-02-27 01:00:00 +01:00
Guillaume Le Vaillant
73db69bea1
gnu: thermald: Fix build.
...
* gnu/packages/admin.scm (thermald)[arguments]: Add "--disable-werror" to
'configure-flags'.
2022-02-26 17:14:14 +01:00
Maxim Cournoyer
f1f1b8b4e6
gnu: testdisk: Relocate and improve description.
...
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.
2022-02-22 23:28:47 -05:00
Efraim Flashner
3aaab0c9c4
gnu: tree: Update to 2.0.2.
...
* gnu/packages/admin.scm (tree): Update to 2.0.2.
2022-02-19 18:39:58 +02:00
Tobias Geerinckx-Rice
a0a3ff72a2
gnu: opendoas: Update to 6.8.2.
...
* gnu/packages/admin.scm (opendoas): Update to 6.8.2.
[arguments]: Don't explicitly return #t from phases.
2022-02-13 01:00:00 +01:00
Tobias Geerinckx-Rice
8937253fde
gnu: audit: Update to 3.0.7.
...
* gnu/packages/admin.scm (audit): Update to 3.0.7.
2022-02-13 01:00:00 +01:00
Michael Rohleder
8487383030
gnu: udpcast: Update to 20211207.
...
* gnu/packages/admin.scm (udpcast): Update to 20211207.
[source]: Remove buildroot.net uri.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-14 10:56:40 +01:00
Efraim Flashner
063b43b95e
gnu: novena-eeprom: Build with older i2c-tools.
...
* gnu/packages/admin.scm (novena-eeprom)[inputs]: Build with i2c-tools-3.
* gnu/packages/linux.scm (i2c-tools-3): New variable.
2022-02-07 14:19:16 +02:00
Efraim Flashner
3344567bb1
gnu: isc-dhcp: Fix building on riscv64-linux.
...
* gnu/packages/admin.scm (isc-dhcp)[arguments]: Add phase to update
configure scripts.
[inputs]: Add config.
2022-02-07 11:30:02 +02:00
Eric Bavier
1949c8b206
gnu: cpulimit: Fix build with glibc-2.32.
...
* 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.
2022-01-29 00:53:31 -06:00
Maxim Cournoyer
0d41fe4855
Merge branch 'staging' into core-updates.
...
With "conflicts" resolved in (mostly in favor of master/staging):
gnu/packages/admin.scm
gnu/packages/gnuzilla.scm
gnu/packages/gtk.scm
gnu/packages/kerberos.scm
gnu/packages/linux.scm
guix/lint.scm
2022-01-25 23:48:37 -05:00
Leo Famulari
d331bd0a39
gnu: wpa-wupplicant: Update to 2.10 [security fixes].
...
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>
2022-01-16 01:00:05 +01:00
Tobias Geerinckx-Rice
a41fee184f
gnu: hostapd: Use G-expressions.
...
* gnu/packages/admin.scm (hostapd)[arguments]:
Rewrite as G-expressions.
2022-01-16 01:00:00 +01:00
Tobias Geerinckx-Rice
3b3a4544a1
gnu: hostapd: Use PKG-CONFIG-FOR-TARGET.
...
* gnu/packages/admin.scm (hostapd)[arguments]: Use PKG-CONFIG-FOR-TARGET.
2022-01-16 01:00:00 +01:00
Tobias Geerinckx-Rice
07efa9df3e
gnu: hostapd: Update to 2.10.
...
* gnu/packages/admin.scm (hostapd): Update to 2.10.
[arguments]: Don't explicitly return #t from phases.
[source]: Remove patches.
2022-01-16 01:00:00 +01:00
Marius Bakke
9070dc562e
Revert "gnu: password-store: Fix failing test suite."
...
This reverts commit a40ac62715
.
2022-01-17 18:23:14 +01:00
Maxim Cournoyer
276f40fdc3
Merge branch 'version-1.4.0'
...
With resolved conflicts in:
gnu/packages/gnome.scm
gnu/packages/openstack.scm
gnu/packages/python-xyz.scm
2022-01-17 11:47:09 -05:00
Maxim Cournoyer
7ecc2e3d2b
gnu: shadow: Update to 4.9.
...
* 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.
2022-01-10 11:44:35 -05:00
Maxim Cournoyer
d3f195f77e
gnu: isc-dhcp: Address TODOs.
...
* 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.
2022-01-10 11:44:30 -05:00
Danny Milosavljevic
c78f916a46
gnu: Add xfel.
...
* gnu/packages/admin.scm (xfel): New variable.
2022-01-10 15:29:23 +01:00
Tobias Geerinckx-Rice
924352ab22
gnu: thermald: Update to 2.4.7.
...
* gnu/packages/admin.scm (thermald): Update to 2.4.7.
2022-01-09 01:36:38 +01:00
Tobias Geerinckx-Rice
360379200d
Revert "gnu: tree: Fix problem with no output when fd3 is present."
...
This reverts commit bd4f314bba
.
2022-01-09 01:00:00 +01:00
Tobias Geerinckx-Rice
a40ac62715
gnu: password-store: Fix failing test suite.
...
* 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>.
2022-01-15 00:51:34 +00:00
Marius Bakke
bd4f314bba
gnu: tree: Fix problem with no output when fd3 is present.
...
* 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.
2022-01-15 15:18:31 +01:00
Efraim Flashner
2d3bec89b5
gnu: tree: Rewrite with gexps.
...
* gnu/packages/admin.scm (tree)[arguments]: Rewrite with gexps.
2022-01-12 12:42:12 +02:00
Efraim Flashner
e773326cc2
gnu: tree: Fix cross-compiling.
...
* gnu/packages/admin.scm (tree)[arguments]: Use cc-for-taget.
2022-01-12 12:36:09 +02:00
Efraim Flashner
28302e04ae
gnu: tree: Update to 2.0.1.
...
* gnu/packages/admin.scm (tree): Update to 2.0.1.
2022-01-12 12:35:41 +02:00
Tobias Geerinckx-Rice
046322189b
gnu: Add stress-ng.
...
* gnu/packages/admin.scm (stress-ng): New public variable.
2022-01-07 05:57:52 +01:00
Marius Bakke
56b29a61e8
gnu: nmrpflash: Update to 0.9.16.
...
* gnu/packages/admin.scm (nmrpflash): Update to 0.9.16.
2022-01-05 11:20:00 +01:00
Tobias Geerinckx-Rice
a0c6b55881
gnu: direvent: Update to 5.3.
...
* 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.
2022-01-04 05:39:01 +01:00
Tobias Geerinckx-Rice
65fdb84d7c
gnu: direvent: Use G-expressions.
...
* gnu/packages/admin.scm (direvent)[source, arguments]:
Rewrite using G-expressions. Don't explicitly return #t from phases.
2022-01-04 05:39:01 +01:00
Efraim Flashner
8189ce1705
gnu: pies: Update to 1.7.
...
* gnu/packages/admin.scm (pies): Update to 1.7.
[arguments]: Remove trailing #t from phases.
2022-01-03 09:30:41 +02:00
Efraim Flashner
2e09516ea5
gnu: alive: Update to 2.0.5.
...
* gnu/packages/admin.scm (alive): Update to 2.0.5.
[inputs]: Replace guile-2.0 with guile-3.0.
[native-inputs]: Add lzip.
2022-01-03 09:19:47 +02:00
Vagrant Cascadian
ae876b9ce1
gnu: Capitalize beginning of synopsis.
...
* 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.
2021-12-30 21:23:27 -08:00
Vagrant Cascadian
9c3c68dae4
gnu: Remove leading article from synopsis.
...
* 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.
2021-12-30 20:54:47 -08:00
Michael Rohleder
be70ca27e3
gnu: bpytop: Update to 1.0.68.
...
* gnu/packages/admin.scm (bpytop): Update to 1.0.68.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-27 19:17:58 -05:00
Sarah Morgensen
717be95339
build-system/go: Use go-1.17 by default.
...
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>
2021-12-24 16:32:25 -05:00
Michael Rohleder
2a3027143c
gnu: bpytop: Fix build.
...
* gnu/packages/admin.scm (bpytop)[arguments]: Delete 'sanity-check phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-20 16:21:41 +01:00
Artyom V. Poptsov
85e3ed2bbc
gnu: Add udpcast
...
* gnu/packages/admin.scm (udpcast): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-12-20 16:21:40 +01:00
Tobias Geerinckx-Rice
67c72c8c70
gnu: acpica: Update to 20211217.
...
* gnu/packages/admin.scm (acpica): Update to 20211217.
2021-12-20 03:26:20 +01:00
Efraim Flashner
6ccf8ea81f
Merge branch 'master' into core-updates
2021-12-19 15:15:11 +02:00
Tobias Geerinckx-Rice
a035acc652
gnu: inxi-minimal: Update to 3.3.11-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.11-1.
2021-12-19 00:36:28 +01:00
Tobias Geerinckx-Rice
6a3900e75b
gnu: inxi-minimal: Update to 3.3.10-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.10-1.
2021-12-17 05:34:50 +01:00
Tobias Geerinckx-Rice
4b6ce80a5e
gnu: audit: Tweak description.
...
* gnu/packages/admin.scm (audit)[description]: Edit slightly.
2021-12-17 03:07:55 +01:00
Tobias Geerinckx-Rice
6557476742
gnu: audit: Remove input labels.
...
* gnu/packages/admin.scm (audit)[inputs]:
Remove input labels.
2021-12-17 03:07:54 +01:00
Tobias Geerinckx-Rice
27e5e38763
gnu: audit: Update to 3.0.6.
...
* gnu/packages/admin.scm (audit): Update to 3.0.6.
2021-12-17 03:07:54 +01:00
Tobias Geerinckx-Rice
028bf93355
gnu: htop: Update to 3.1.2.
...
* gnu/packages/admin.scm (htop): Update to 3.1.2.
2021-12-17 03:07:52 +01:00
Efraim Flashner
87624540b4
gnu: ansible: Update native-search-paths.
...
* gnu/packages/admin.scm (ansible)[native-search-paths]: Update to
search in python3.9 subfolder.
2021-12-15 12:21:10 +02:00
Tobias Geerinckx-Rice
c4b786fb33
gnu: igt-gpu-tools: Include man pages.
...
* gnu/packages/admin.scm (igt-gpu-tools)[arguments]:
Add a new 'find-rst2man.py phase.
(native-inputs): Add python-docutils.
2021-12-14 19:35:23 +01:00
Tobias Geerinckx-Rice
cf879dc0b6
gnu: igt-gpu-tools: Fix build with newer Mesons.
...
* gnu/packages/admin.scm (igt-gpu-tools)[arguments]:
Add a new 'fix-meson.build phase.
2021-12-14 19:35:23 +01:00
Ludovic Courtès
e3196755e6
gnu: Further simplify package inputs.
...
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.)
2021-12-13 22:15:07 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
...
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
2021-12-13 17:48:25 +01:00
Mathieu Othacehe
32750e8c3e
Merge remote-tracking branch 'signed/master' into core-updates
2021-12-10 21:49:25 +01:00
Nikolay Korotkiy
2fa1bcd971
gnu: nnn: Update to 4.4.
...
* gnu/packages/admin.scm (nnn): Update to 4.4.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-10 00:44:01 +01:00
Leo Famulari
37186ec462
gnu: isc-dhcp: Update bundled BIND to 9.11.36 [fixes CVE-2021-25219].
...
* gnu/packages/admin.scm (isc-dhcp)[inputs]:
Update bundled BIND to 9.11.36.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-12-09 01:24:37 +01:00
Petr Hodina
0ba4e94e84
gnu: Add realmd.
...
* gnu/packages/admin.scm (realmd): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-08 14:26:39 -05:00
Ricardo Wurmus
9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-12-05 19:17:41 +01:00
Tobias Geerinckx-Rice
26787a7034
gnu: thefuck: Update to 3.31.
...
* gnu/packages/admin.scm (thefuck): Update to 3.31.
[arguments]: Don't call buggy settings.init() during test suite.
2021-11-30 01:08:54 +01:00
Tobias Geerinckx-Rice
b7beb039a2
gnu: solaar: Update to 1.0.7.
...
* gnu/packages/admin.scm (solaar): Update to 1.0.7.
[arguments]: Don't explicitly return #t from phases.
2021-11-27 00:49:54 +01:00
Tobias Geerinckx-Rice
ef9797c67b
gnu: netcat-openbsd: Update to 1.218-2.
...
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.218-2.
[arguments]: Don't explicitly return #t from phases.
2021-11-27 00:49:53 +01:00
Tobias Geerinckx-Rice
3887c1f3b3
gnu: inxi-minimal: Update to 3.3.09-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.09-1.
[arguments]: Don't explicitly return #t from phases.
2021-11-27 00:49:52 +01:00
Tobias Geerinckx-Rice
3e12376b86
gnu: s-tui: Update to 1.1.3.
...
* gnu/packages/admin.scm (s-tui): Update to 1.1.3.
2021-11-27 00:49:52 +01:00
Ludovic Courtès
9cfb0ef4d0
gnu: iftop: Build with '-O2'.
...
* gnu/packages/admin.scm (iftop)[arguments]: Pass "-O2 -g".
2021-11-25 15:08:19 +01:00
Leo Famulari
57c54bff35
gnu: iftop: Fix build failure with GCC 10.
...
* gnu/packages/admin.scm (iftop)[arguments]: New field.
2021-11-23 20:17:18 -05:00
Ludovic Courtès
3a317f7476
Merge branch 'master' into core-updates-frozen
2021-11-17 23:43:14 +01:00
Maxim Cournoyer
4e3ef1d6fd
gnu: ansible: Update to 4.7.0.
...
* gnu/packages/admin.scm (ansible): Update to 4.7.0.
2021-11-11 12:18:31 -05:00
Maxim Cournoyer
91bb9cb3a9
gnu: ansible-core: Use GUIX_PYTHONPATH to fix build.
...
* gnu/packages/admin.scm (ansible-core)[phases]{preserve-pythonpath}: Replace
PYTHONPATH by GUIX_PYTHONPATH.
2021-11-11 12:18:31 -05:00
Brice Waegeneire
f09563abb3
gnu: shadow: Set log in /var/log.
...
Fixes lastlog and faillog commands which otherwise look for lastlog and
faillog files in /etc.
* gnu/packages/admin.scm (shadow)[arguments]: Add configure flag
'shadow_cv_logdir'.
2021-11-11 10:31:15 -05:00
Tobias Geerinckx-Rice
3b7619b244
gnu: di: Update to 4.51.
...
* gnu/packages/admin.scm (di): Update to 4.51.
[arguments]: Don't explicitly return #t from phases.
2021-11-10 02:19:14 +01:00
Tobias Geerinckx-Rice
9b14b26f0a
gnu: packages: Remove last year's deprecations.
...
* gnu/packages/admin.scm (guile3.0-shepherd): Remove variable.
* gnu/packages/benchmark.scm (imb-openmpi): Likewise.
* gnu/packages/boost.scm (boost-with-python3): Likewise.
* gnu/packages/pep.scm (python-pep-adapter)[inputs]: Adjust accordingly.
* gnu/packages/cpp.scm (nlohmann-json-cpp): Likewise.
* gnu/packages/games.scm (openrct2)[inputs]: Adjust accordingly.
* gnu/packages/cups.scm (escpr): Likewise.
* gnu/packages/django.scm (python-django-jsonfield): Likewise.
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme)
(emacs-modus-vivendi-theme): Likewise.
* gnu/packages/engineering.scm (kicad-i18l): Likewise.
* gnu/packages/enlightenment.scm (enlightenment-wayland): Likewise.
* gnu/packages/firmware.scm (opensbi-qemu-virt, opensbi-qemu-sifive-u):
Likewise.
* gnu/packages/fonts.scm (font-gnu-freefont-ttf, font-open-dyslexic):
Likewise.
* gnu/packages/game-development.scm (guile3.0-chickadee)
(python-sge-pygame): Likewise.
* gnu/packages/games.scm (retux)[inputs]: Adjust accordingly.
* gnu/packages/gnome-xyz.scm (numix-theme): Likewise.
* gnu/packages/gnupg.scm (guile3.0-gcrypt): Likewise.
* gnu/packages/gstreamer.scm (gst-transcoder): Likewise.
* gnu/packages/gtk.scm (guile3.0-cairo, guile3.0-present, guile3.0-rsvg):
Likewise.
* gnu/packages/guile-xyz.scm (guile3.0-colorized, guile3.0-commonmark)
(guile3.0-config, guile3.0-email, guile3.0-fibers, guile3.0-gi)
(guile3.0-hall, guile3.0-hashing, guile3.0-haunt, guile3.0-ics)
(guile3.0-irregex, guile3.0-lib, guile3.0-mcron, guile3.0-minikanren)
(guile3.0-ncurses, guile3.0-ncurses/gpm, guile3.0-newt, guile3.0-parted)
(guile3.0-pfds, guile3.0-picture-language, guile3.0-semver)
(guile3.0-simple-zmq, guile3.0-squee, guile3.0-syntax-highlight)
(guile3.0-websocket, guile3.0-wisp, guile3.0-xapian): Likewise.
* gnu/packages/guile.scm (define-deprecated-guile3.0-package)
(guile3.0-json, guile3.0-gdbm-ffi, guile3.0-sqlite3)
(guile3.0-bytestructures, guile3.0-git): Likewise.
* gnu/packages/haskell-apps.scm (ghc-stylish-haskell): Likewise.
* gnu/packages/linux.scm (linux-libre-arm-veyron): Likewise.
* gnu/packages/mail.scm (guile3.0-mailutils): Likewise.
* gnu/packages/monitoring.scm (python2-graphite-web): Likewise.
* gnu/packages/package-management.scm (guile3.0-guix): Likewise.
* gnu/packages/package-management.scm (python-conda): Likewise.
* gnu/packages/phabricator.scm (libphutil): Likewise.
* gnu/packages/plotutils.scm (guile3.0-charting): Likewise.
* gnu/packages/python-xyz.scm (python2-smmap2, python-glances)
(python-smmap2): Likewise.
* gnu/packages/shells.scm (oil-shell): Likewise.
* gnu/packages/sqlite.scm (sqlite-with-column-metadata): Likewise.
* gnu/packages/ssh.scm (guile3.0-ssh): Likewise.
* gnu/packages/terminals.scm (et): Likewise.
* gnu/packages/tls.scm (guile3.0-gnutls): Likewise.
* gnu/packages/vlang.scm (v): Likewise.
* gnu/packages/vpn.scm (wireguard): Likewise.
* gnu/packages/web-browsers.scm (next, sbcl-next): Likewise.
* gnu/packages/xorg.scm (transset-df): Likewise.
2021-11-08 23:00:55 +01:00
Efraim Flashner
1c94392a13
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-11-08 09:06:14 +02:00
Tobias Geerinckx-Rice
90cd653abe
gnu: ansible-core: Update to 2.11.6.
...
* gnu/packages/admin.scm (ansible-core): Update to 2.11.6.
2021-11-07 22:52:43 +01:00
Efraim Flashner
075df3d3e2
Merge remote-tracking branch 'origin/master' into core-updates-frozen
2021-11-03 14:27:51 +02:00
Tobias Geerinckx-Rice
fbc449cc3c
gnu: inxi-minimal: Update to 3.3.08-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.08-1.
2021-11-03 00:39:49 +01:00
Ludovic Courtès
2dffe4767c
gnu: Use 'search-input-file' some more.
...
This patch replaces occurrences of:
(string-append (assoc-ref %build-inputs "…") "/…")
by:
(search-input-file %build-inputs "/…")
* doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R
Shiny example.
* gnu/packages/admin.scm (screenfetch): Use 'search-input-file'.
(ufetch): Likewise.
(hosts): Likewise.
* gnu/packages/backup.scm (dirvish): Likewise.
* gnu/packages/code.scm (colormake): Likewise.
* gnu/packages/compression.scm (makeself-safeextract): Likewise.
* gnu/packages/debug.scm (scanmem): Likewise.
* gnu/packages/education.scm (snap): Likewise.
(omnitux): Likewise.
* gnu/packages/emacs-xyz.scm (epipe): Likewise.
* gnu/packages/games.scm (openttd-opensfx): Likewise.
(openttd-openmsx): Likewise.
(openrct2-title-sequences): Likewise.
(openrct2-objects): Likewise.
(mrrescue): Likewise.
(0ad-data): Likewise.
(xonotic-data): Likewise.
(drascula): Likewise.
(make-lure-package): Likewise.
(make-queen-package): Likewise.
(sky): Likewise.
* gnu/packages/gnome.scm (network-manager): Likewise.
* gnu/packages/gnuzilla.scm (icedove): Likewise.
* gnu/packages/guile-xyz.scm (guile-shapefile): Likewise.
* gnu/packages/hurd.scm (netdde): Likewise.
* gnu/packages/javascript.scm (js-context-menu): Likewise.
(js-commander): Likewise.
(js-xmldom-sre): Likewise.
* gnu/packages/kde-frameworks.scm (krunner): Likewise.
* gnu/packages/kodi.scm (kodi-cli): Likewise.
* gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise.
* gnu/packages/linux.scm (e2fsck/static): Likewise.
* gnu/packages/markup.scm (markdown): Likewise.
* gnu/packages/maths.scm (hdf-java): Likewise.
* gnu/packages/multiprecision.scm (libtomcrypt): Likewise.
* gnu/packages/networking.scm (batctl): Likewise.
* gnu/packages/python-xyz.scm (python-pymediainfo): Likewise.
* gnu/packages/shells.scm (fish-foreign-env): Likewise.
* gnu/packages/tex.scm (texlive-fonts-iwona): Likewise.
* gnu/packages/upnp.scm (miniupnpc): Likewise.
* gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise.
* gnu/packages/virtualization.scm (qemu): Likewise.
* gnu/packages/web.scm (icedtea-web): Likewise.
* gnu/packages/wm.scm (stumpish): Likewise.
2021-10-23 23:05:21 +02:00
Mathieu Othacehe
e486b2b674
Merge remote-tracking branch 'signed/master' into core-updates
2021-10-18 14:37:26 +00:00
Tobias Geerinckx-Rice
ae6a2a5231
gnu: inxi-minimal: Update to 3.3.07-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.07-1.
2021-10-17 02:27:18 +02:00
Tobias Geerinckx-Rice
51b7762914
gnu: htop: Update to 3.1.1.
...
* gnu/packages/admin.scm (htop): Update to 3.1.1.
2021-10-17 02:27:17 +02:00
Marius Bakke
0f77e50139
Merge branch 'master' into core-updates-frozen
2021-10-14 00:01:12 +02:00
Stephen Paul Weber
987b50f4e9
gnu: Add runitor
...
* gnu/packages/admin.scm (runitor): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13 11:48:03 +02:00
Mathieu Othacehe
a1eca979fb
Merge remote-tracking branch 'origin/master' into core-updates-frozen.
2021-10-12 17:46:23 +00:00
Tobias Geerinckx-Rice
d84420d494
gnu: lynis: Update to 3.0.6.
...
* gnu/packages/admin.scm (lynis): Update to 3.0.6.
[arguments]: Don't explicitly return #t from phases.
2021-10-05 21:36:38 +02:00
Tobias Geerinckx-Rice
2cced18b76
gnu: acpica: Update to 20210930.
...
* gnu/packages/admin.scm (acpica): Update to 20210930.
2021-10-04 21:21:10 +02:00
Tobias Geerinckx-Rice
a91ad29d17
gnu: nmap: Update to 7.92.
...
* gnu/packages/admin.scm (nmap): Update to 7.92.
[source, arguments]: Don't explicitly return #t from snippet & phases.
2021-10-04 21:21:10 +02:00
Tobias Geerinckx-Rice
ecc7de528f
gnu: stress: Update to 1.0.4.
...
* gnu/packages/admin.scm (stress): Update to 1.0.4.
[native-inputs]: Add autoconf & automake.
2021-10-04 21:21:10 +02:00
Maxime Devos
9bf44750dc
gnu: isc-dhcp: Remove trailing #t.
...
They aren't required anymore on core-updates.
* gnu/packages/admin.scm (isc-dhcp)[arguments]<#:phases>: Remove trailing #t.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-10-02 11:00:03 +00:00
Maxime Devos
0fe0a3a8ee
gnu: isc-dhcp: Remove unnecessary shebang patching.
...
* gnu/packages/admin.scm (isc-dhcp)[arguments]<#:phases>{post-install}:
Remove parts indicated by TODOs.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-10-02 11:00:03 +00:00
Maxime Devos
283bc45649
gnu: isc-dhcp: Make an input unconditional.
...
* gnu/packages/admin.scm (isc-dhcp)[inputs]{bash}: Always include this
input, even when compiling natively.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-10-02 11:00:03 +00:00
Maxime Devos
9ca2f94b1b
gnu: isc-dhcp: Don't use canonical-package.
...
As I understand it, canonical-package is only for things that
won't end up in the closure, so canonical-package shouldn't be
used here.
* gnu/packages/admin.scm (isc-dhcp)[inputs]{bash}: Remove 'canonical-package'.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-10-02 11:00:02 +00:00
Tobias Geerinckx-Rice
99df1b2ad2
gnu: detox: Update to 1.4.5.
...
* gnu/packages/admin.scm (detox): Update to 1.4.5.
2021-09-28 02:10:07 +02:00
Tobias Geerinckx-Rice
f25304236a
gnu: acpica: Update to 20210730.
...
* gnu/packages/admin.scm (acpica): Update to 20210730.
2021-09-24 17:48:47 +02:00
Z572
e1401fb727
gnu: htop: Update to 3.1.0.
...
* gnu/packages/admin.scm (htop): Update to 3.1.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-09-23 12:02:46 -04:00
Tobias Geerinckx-Rice
1572737db3
gnu: sudo: Update to 1.9.8p2.
...
* gnu/packages/admin.scm (sudo): Update to 1.9.8p2.
2021-09-21 19:20:25 +02:00
Mathieu Othacehe
4bacf9ced9
gnu: acpica: Update to 20210730.
...
* gnu/packages/admin.scm (acpica): Update to 20210730.
[source]: Fix uri field.
2021-09-20 09:36:57 +00:00
Tobias Geerinckx-Rice
517bd08609
gnu: jtbl: Update to 1.1.7.
...
* gnu/packages/admin.scm (jtbl): Update to 1.1.7.
2021-09-18 23:16:22 +02:00
Tobias Geerinckx-Rice
bb49701461
gnu: sudo: Update to 1.9.8p1.
...
* gnu/packages/admin.scm (sudo): Update to 1.9.8p1.
2021-09-17 10:40:42 +02:00
Tobias Geerinckx-Rice
aa6a397679
gnu: sudo: Omit snippet and phase return value.
...
* gnu/packages/admin.scm (sudo)[source]: Don't return #t from snippet.
[argument]: Nor from the 'pre-configure phase.
2021-09-17 10:40:42 +02:00
Marius Bakke
5c3cb22c9b
Merge branch 'master' into core-updates-frozen
...
Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/chez.scm
gnu/packages/docbook.scm
gnu/packages/ebook.scm
gnu/packages/gnome.scm
gnu/packages/linux.scm
gnu/packages/networking.scm
gnu/packages/python-web.scm
gnu/packages/python-xyz.scm
gnu/packages/tex.scm
gnu/packages/version-control.scm
gnu/packages/xml.scm
guix/build-system/dune.scm
guix/build-system/go.scm
guix/build-system/linux-module.scm
guix/packages.scm
2021-09-17 01:25:52 +02:00
Tobias Geerinckx-Rice
72297993a1
gnu: sudo: Update to 1.9.8.
...
* gnu/packages/admin.scm (sudo): Update to 1.9.8.
2021-09-13 19:15:01 +02:00
Ludovic Courtès
d9dfbf886d
Merge branch 'master' into core-updates-frozen
2021-09-07 14:19:08 +02:00