Commit graph

72211 commits

Author SHA1 Message Date
Maxim Cournoyer 14ac034dab
gnu: Add docbook-sgml.
* gnu/packages/docbook.scm (docbook-sgml): New variable.
2021-01-14 09:24:49 -05:00
Maxim Cournoyer 273cf0378d
gnu: Add iso-8879-entities.
* gnu/packages/docbook.scm (iso-8879-entities): New private variable.
2021-01-14 09:24:49 -05:00
Maxim Cournoyer 1729fb52ab
gnu: Add openjade.
* gnu/packages/xml.scm (openjade): New variable.
2021-01-14 09:24:49 -05:00
Maxim Cournoyer de99dc4824
gnu: opensp: Add doc output, enable tests and add search path.
* gnu/packages/xml.scm (opensp)[outputs]: Add doc output.
[inputs]: Move to...
[native-inputs]: ... here.  Add autoconf, automake, gettext and libtool and
libxml2.
[arguments]: Enable tests.
{make-flags}: New argument.
[phases]{patch-docbook-paths}: No longer patch XMLTO command line.
{delete-configure, honor-docdir, fix-tests-makefile.am}: New phases.
[native-search-paths]: Define a SGML_CATALOG_FILES search path specification.
[description]: Extend description.
2021-01-14 09:24:31 -05:00
Maxim Cournoyer a34eafce27
gnu: opensp: Move package to (gnu packages xml).
* gnu/packages/finance.scm (opensp): Move to...
* gnu/packages/xml.scm (opensp): ... here.
2021-01-14 09:24:06 -05:00
Sharlatan Hellseher 88eb5370ec
gnu: Add cl-mssql.
* gnu/packages/lisp-xyz.scm (cl-mssql, ecl-mssql, sbcl-mssql): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-14 10:22:50 +01:00
Sharlatan Hellseher 0c0a2831b0
gnu: Add freetds.
* gnu/packages/databases.scm (freetds): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-14 10:22:50 +01:00
Ludovic Courtès 4c21676698
news: Add entry for zstd support.
* etc/news.scm: Add entry.
2021-01-14 09:49:07 +01:00
Ludovic Courtès a879e35116
gnu: guix: Update to 1w6i9z4.
* gnu/packages/package-management.scm (guix): Update to 1w6i9z4.
2021-01-14 09:12:25 +01:00
Ludovic Courtès 03655f1e41
self: Add dependency on guile-zstd.
* guix/self.scm (specification->package): Add "guile-zstd".
(compiled-guix)[guile-zstd]: New variable.
[dependencies]: Add it.
2021-01-14 09:12:24 +01:00
Jelle Licht 296156d9d1
gnu: emacs-ivy-posframe: Fix source URL.
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe)[source]: Fix URL.
2021-01-14 08:46:25 +01:00
Vincent Legoll ca34b6f045
gnu: ipxe: Update to 1.21.1.
* gnu/packages/bootloaders.scm (ipxe): Update to 1.21.1.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-01-14 01:31:06 +01:00
Vincent Legoll aeed7218a9
gnu: Add ipxe.
* gnu/packages/bootloaders.scm (ipxe): New variable.
* gnu/packages/patches/ipxe-reproducible-geniso.patch: New file …
* gnu/local.mk (dist_patch_DATA): … add it.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
Co-authored-by: Brice Waegeneire <brice@waegenei.re>
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-01-14 01:17:04 +01:00
Christopher Lemmer Webber 872aa117d2
gnu: crawl: Update to 0.26.0.
* gnu/packages/games.scm (crawl): Update to 0.26.0.
  Remove no-longer-needed snippet.
2021-01-13 18:30:41 -05:00
Ludovic Courtès 23862011c3
tests: Fix JSON syntax error in 'crate.scm'.
This issue is caught with Guile-JSON 4.4.1, but not by 4.3.2.

* tests/crate.scm (test-root-dependencies): Add missing comma.
2021-01-13 22:42:49 +01:00
Ludovic Courtès e28d2cdd75
doc: Mention optional dependency on Guile-zstd.
* doc/guix.texi (Requirements): Add Guile-zstd.
2021-01-13 22:24:19 +01:00
Ludovic Courtès 016299d859
substitute: Add zstd support.
* guix/scripts/substitute.scm (%compression-methods): Add zstd.
(compresses-better?): "lzip" always wins.
2021-01-13 22:24:19 +01:00
Ludovic Courtès d288a4de7d
publish: Add support for zstd compression.
* guix/scripts/publish.scm (compress-nar)[write-compressed-file]: New
procedure.
Use it for 'gzip' and 'lzip'.  Add 'zstd.
(nar-response-port, string->compression-type): Add case for 'zstd'.
* tests/publish.scm (zstd-supported?): New procedure.
("/nar/zstd/*"): New test.
* doc/guix.texi (Invoking guix publish): Document zstd compression.
(Base Services): Add cross-reference to the above node.
2021-01-13 22:24:19 +01:00
Ludovic Courtès db0cecdf6b
utils: Support zstd compression via Guile-zstd.
* guix/utils.scm (lzip-port): Return a single value.
(zstd-port): New procedure.
(decompressed-port, compressed-output-port): Add 'zstd' case.
* tests/utils.scm (test-compression/decompression): Test 'zstd' when
the (zstd) module is available.
2021-01-13 22:24:19 +01:00
Ludovic Courtès 0d04658710
utils: Remove 'compressed-output-port'.
This procedure was unused except in one test.

* guix/utils.scm (compressed-port): Remove.
* tests/utils.scm (test-compression/decompression): Rewrite to use
'compressed-output-port' instead.
2021-01-13 22:24:19 +01:00
Ludovic Courtès 0d22fc8d36
services: shepherd: 'shepherd-service-type' requires documentation.
* gnu/services/shepherd.scm (shepherd-service-type): Require a
'description' form.
* gnu/services/base.scm (root-file-system-service-type)
(rngd-service-type, host-name-service-type):
(virtual-terminal-service-type, console-keymap-service-type)
(syslog-service-type, swap-service-type)
(kmscon-service-type): Add description.
* gnu/services/networking.scm (dhcp-client-service-type): Likewise.
* gnu/system/install.scm (cow-store-service-type): Likewise.
* gnu/system/linux-container.scm (dummy-networking-service-type):
Likewise.
* gnu/system/mapped-devices.scm (device-mapping-service-type):
Likewise.
* tests/guix-system.sh: Likewise.
2021-01-13 22:24:18 +01:00
Leo Famulari e9f3a800e2
gnu: linux-libre 4.14: Update to 4.14.251.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.251.
(linux-libre-4.14-pristine-source): Update hash.
2021-01-13 16:15:18 -05:00
Leo Famulari 40dc597b06
gnu: linux-libre 4.19: Update to 4.19.167.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.167.
(linux-libre-4.19-pristine-source): Update hash.
2021-01-13 16:15:15 -05:00
Leo Famulari 0dc484edcf
gnu: linux-libre 4.4: Update to 4.4.251.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.251.
(linux-libre-4.4-pristine-source): Update hash.
2021-01-13 14:05:18 -05:00
Leo Famulari d679a78489
gnu: linux-libre 4.9: Update to 4.9.251.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.251.
(linux-libre-4.9-pristine-source): Update hash.
2021-01-13 14:05:18 -05:00
Leo Famulari c2a594defa
gnu: linux-libre 5.4: Update to 5.4.89.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.89.
(linux-libre-5.4-pristine-source): Update hash.
2021-01-13 14:05:18 -05:00
Leo Famulari 61d21a7e44
gnu: linux-libre 5.10: Update to 5.10.7.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.7.
(linux-libre-5.10-pristine-source): Update hash.
2021-01-13 14:05:18 -05:00
Fredrik Salomonsson 63a0fe4c8a
gnu: Add pinentry-rofi.
* gnu/packages/gnupg.scm (pinentry-rofi): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-13 16:26:59 +01:00
Raphaël Mélotte 7c430e8763
gnu: Add emacs-helm-slack.
* gnu/packages/emacs-xyz.scm (emacs-helm-slack): New variable.

Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-13 16:26:59 +01:00
Vinicius Monego 5cdae34774
gnu: setzer: Update to 0.3.9.
* gnu/packages/gnome.scm (setzer): Update to 0.3.9.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-13 16:26:58 +01:00
Vinicius Monego d29e09ff36
gnu: libredwg: Update to 0.12.
* gnu/packages/engineering.scm (libredwg): Update to 0.12.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-13 16:26:58 +01:00
Ludovic Courtès d5a1b0e86f
substitute: Remove extra 'newline' call.
This led to extra "substitute:" lines since commit
79c6614f58 or thereabouts.

* guix/scripts/substitute.scm (fetch-narinfos): Remove extra 'newline'
call, which can be traced back to
d3a652037e (2015).
2021-01-13 16:26:58 +01:00
Ludovic Courtès 9673402d02
gnu: cmh: Update source code URL.
Partly fixes <https://bugs.gnu.org/42162>.

* gnu/packages/algebra.scm (cmh)[source, home-page]: Refer to
multiprecision.org.
2021-01-13 16:26:58 +01:00
Ludovic Courtès 87b0001325
git: Periodically delete least-recently-used cached checkouts.
This ensures ~/.cache/guix/checkouts is periodically cleaned up.

* guix/git.scm (cached-checkout-expiration)
(%checkout-cache-cleanup-period): New variables.
(delete-checkout): New procedure.
(update-cached-checkout)[cache-entries]: New procedure.
Add call to 'maybe-remove-expired-cache-entries'.
* guix/cache.scm (file-expiration-time): Add optional 'timestamp'
parameter and honor it.
2021-01-13 16:26:58 +01:00
Andreas Enge 56bfc71f0b
gnu: gmp-ecm: Update source URI.
* gnu/packages/algebra.scm (gmp-ecm): Update source URI from gforge.inria.fr
to gitlab.inria.fr.
2021-01-13 16:02:58 +01:00
Nicolas Goaziou fb65185379
gnu: emacs-websocket: Update to 1.13.1.
* gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.13.1.
2021-01-13 15:51:02 +01:00
Nicolas Goaziou 665030bdd2
gnu: emacs-posframe: Update to 0.8.4.
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.4.
2021-01-13 15:49:26 +01:00
Pierre Neidhardt dc9c866f6f
gnu: Add cmd.
* gnu/packages/lisp-xyz.scm (cl-cmd, ecl-cmd, sbcl-cmd): New variables.
2021-01-13 15:18:08 +01:00
Pierre Neidhardt 8142c550f0
gnu: Add shlex.
* gnu/packages/lisp-xyz.scm (cl-shlex, ecl-shlex, sbcl-shlex): New variables.
2021-01-13 15:16:41 +01:00
Leo Prikler 645a28ee97
Reapply "system: Assert, that user and group names are unique."
* gnu/system/shadow.scm (assert-unique-account-names)
(assert-unique-group-names): Demote formatted-message to warning.
2021-01-13 00:44:34 +01:00
Jonathan Brielmaier 8488f45b6e
Revert "system: Assert, that user and group names are unique."
This reverts commit a3002104a8, which
breaks certain system configurations like:

$ guix system reconfigure config.scm
guix system: error: the following groups appear more than once: lp
2021-01-12 23:53:53 +01:00
Leo Famulari b1cb9e67a6
gnu: Sonata: Update to 1.7.0.
* gnu/packages/mpd.scm (sonata): Update to 1.7.0.
2021-01-12 17:43:41 -05:00
Tanguy Le Carrour 85e97c9694
gnu: python-mpd2: Update to 3.0.1.
* gnu/packages/mpd.scm (python-mpd2): Update to 3.0.1.
[arguments]: Use pytest to run the tests.
[native-inputs] Add python-pytest.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-01-12 17:19:13 -05:00
Leo Famulari 080d80b6fe
gnu: beets-bandcamp: Fix formatting.
* gnu/packages/music.scm (beets-bandcamp)[description]: Fix formatting.
2021-01-12 17:19:13 -05:00
Tobias Geerinckx-Rice 5aa81639ff
gnu: redis: Update to 6.0.10.
* gnu/packages/databases.scm (redis): Update to 6.0.10.
2021-01-12 22:51:35 +01:00
Tobias Geerinckx-Rice 4de576e9b2
gnu: Fix comment typo.
* gnu/packages/efi.scm: Purge spurious space.
2021-01-12 22:51:35 +01:00
Vincent Legoll 373f808df2
gnu: Add efi_analyzer.
* gnu/packages/engineering.scm (efi_analyzer): New variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-01-12 22:08:33 +01:00
Jonathan Brielmaier b8c3fa315a
gnu: icedove: Update to 78.6.1.
* gnu/packages/gnuzilla.scm (icedove): Update to 78.6.1.
2021-01-12 18:50:27 +01:00
Florian Pelz 89dbcac107
doc: Remove trace of ci.guix.info.
* doc/guix.texi (Invoking guix weather): Use default substitute server
in example.
2021-01-12 16:46:25 +00:00
Mathieu Othacehe bb4e67415e
installer: Fix crash in parameters menu.
Fixes: <https://issues.guix.gnu.org/45378>.

* gnu/installer/newt/keymap.scm (run-layout-page): Return false when
"Continue" button is pressed.
(run-keymap-page): Do not try to compute variants if layout is false. Also do
not try to format the result if layout is false.
* gnu/installer.scm (compute-keymap-step): Do not apply keymap if
"run-keymap-page" returns false.
2021-01-12 16:40:27 +01:00