3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

68535 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice c073efc91c
gnu: kdenlive: Update to 20.08.3.
* gnu/packages/kde.scm (kdenlive): Update to 20.08.3.
2020-11-07 13:40:45 +01:00
Tobias Geerinckx-Rice ac37c10de7
gnu: samba: Update to 4.13.2.
* gnu/packages/samba.scm (samba): Update to 4.13.2.
2020-11-07 13:40:45 +01:00
Tobias Geerinckx-Rice c290e9fc52
gnu: system-config-printer: Update to 1.5.13.
* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.13.
2020-11-07 13:40:45 +01:00
Tobias Geerinckx-Rice a2c60f8ad2
gnu: shotwell: Update to 0.30.11.
* gnu/packages/gnome.scm (shotwell): Update to 0.30.11.
2020-11-07 13:40:45 +01:00
Tobias Geerinckx-Rice c95fbe645f
gnu: bcachefs-tools: Update to 0.1-1.742dbbd.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-1.742dbbd.
[inputs]: Add eudev.
2020-11-07 13:40:45 +01:00
Tobias Geerinckx-Rice d057a9c423
gnu: libscrypt: Add a :static output.
* gnu/packages/crypto.scm (libscrypt)[outputs]: Add "static" to this new
field.
[arguments]: Add an ‘install:static’ phase.
2020-11-07 13:40:45 +01:00
Tobias Geerinckx-Rice 9fbe695df5
gnu: libreoffice: Enable LibreOffice Base.
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Enable the
Firebird SDBC.
[inputs]: Add firebird.
2020-11-07 13:40:45 +01:00
Tobias Geerinckx-Rice 3f8158d6f0
gnu: Add firebird.
* gnu/packages/databases.scm (firebird): New public variable.
2020-11-07 13:40:45 +01:00
Christopher Baines 501b325b7e
gnu: guix-build-coordinator: Update to 0-5.98f5083.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-5.98f5083.
[native-inputs,propagated-inputs]: Add guile-lib.
2020-11-07 12:24:33 +00:00
Mathieu Othacehe 6dcbbcdab7
installer: Edit partitioning warning message.
* gnu/installer/newt/partition.scm (draw-formatting-page): Add an extra new
line.
2020-11-07 13:19:25 +01:00
Mathieu Othacehe 8338d414b3
installer: Limit listbox height.
Fixes: <https://issues.guix.gnu.org/44428>.

* gnu/installer/newt.scm (init): Print screen size.
* gnu/installer/newt/page.scm (default-listbox-height): New variable.
(run-listbox-selection-page): Use it.
* gnu/installer/newt/wifi.scm (wifi-listbox-height): Ditto.
* gnu/installer/newt/network.scm (run-technology-page): Set the maximum
listbox height to 5.
* gnu/installer/newt/ethernet.scm (run-ethernet-page): Ditto.
* gnu/installer/newt/final.scm (run-config-display-page): Change listbox
height.
* gnu/installer/newt/partition.scm (run-disk-page): Ditto.
* gnu/installer/newt/welcome.scm (display-logo?): New procedure.
(run-menu-page): Use it.
* gnu/installer/steps.scm (%configuration-file-width): Remove it.
2020-11-07 13:19:25 +01:00
Michael Rohleder 07239f39db
gnu: xfce4-power-manager: Update to 1.7.1.
* gnu/packages/xfce.scm (xfce4-power-manager): Update to 1.7.1.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-11-07 19:33:11 +08:00
Noah Landis d8ef0fe30c
gnu: Add emacs-monokai-theme.
* gnu/packages/emacs-xyz.scm (emacs-monokai-theme): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-07 10:44:04 +01:00
Nicolas Goaziou d360528512
gnu: emacs-emms: Update to 6.1.
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 6.1.
2020-11-07 10:21:42 +01:00
Pierre Neidhardt 73dd9e5196
gnu: emacs-webfeeder: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-webfeeder): Update to 1.1.0.
2020-11-07 09:40:56 +01:00
Nicolas Goaziou 7b18ade5f0
gnu: Add rust-version-compare-0.0.
* gnu/packages/crates-io.scm (rust-version-compare-0.0): New variable.
2020-11-06 21:39:17 +01:00
Nicolas Goaziou 4513aaf385
gnu: Add rust-ansi-parser-0.6
* gnu/packages/crates-io.scm (rust-ansi-parser-0.6): New variable.
2020-11-06 21:25:23 +01:00
Ryan Prior via Guix-patches via 27ae5ae991
gnu: esbuild: Update to 0.8.4.
* gnu/packages/web.scm (esbuild): Update to 0.8.4.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-06 11:46:57 -05:00
Ryan Prior via Guix-patches via f7b1b22e4b
gnu: vala-language-server: Update to 0.48.1.
* gnu/packages/gnome-xyz.scm (vala-language-server): Update to 0.48.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-06 11:46:56 -05:00
Ryan Prior via Guix-patches via d1d69543ba
gnu: vala: Update to 0.50.1.
* gnu/packages/gnome.scm (vala-0.48): Remove variable.
(vala-0.50): New variable.
* gnu/packages/gnome-xyz.scm (vala-language-server)[inputs]: Adjust accordingly.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-06 11:46:56 -05:00
Leo Famulari 0e25fe420e
gnu: linux-libre 4.14: Update to 4.14.204.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.204.
(linux-libre-4.14-pristine-source): Update hash.
2020-11-06 11:11:43 -05:00
Leo Famulari fa8e21a986
gnu: linux-libre 4.19: Update to 4.19.155.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.155.
(linux-libre-4.19-pristine-source): Update hash.
2020-11-06 11:11:43 -05:00
Leo Famulari 54288f59b6
gnu: linux-libre 5.4: Update to 5.4.75.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.74.
(linux-libre-5.4-pristine-source): Update hash.
2020-11-06 11:11:43 -05:00
Leo Famulari cfeef4cf24
gnu: linux-libre: Update to 5.9.6.
* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.6.
(linux-libre-5.9-pristine-source): Update hash.
2020-11-06 11:11:39 -05:00
Leo Famulari ae9fbece00
gnu: gqrx: Update to 2.13.3.
* gnu/packages/radio.scm (gqrx): Update to 2.13.3.
2020-11-05 17:44:56 -05:00
Nicolas Goaziou 31200d8b05
gnu: emacs-solidity: Fix version.
* gnu/packages/emacs-xyz.scm (emacs-solidity): Fix version since the commit
used does not match a version bump.
2020-11-05 23:27:19 +01:00
Martin Becze 40bf42121f
gnu: Add emacs-solidity.
* gnu/packages/emacs-xyz.scm (emacs-solidity): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-05 23:25:00 +01:00
nixo 0e74436137
gnu: Add font-juliamono.
* gnu/packages/fonts.scm (font-juliamono): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-05 23:16:13 +01:00
Noah Landis 2d357136dc
gnu: Add emacs-nord-theme.
* gnu/packages/emacs-xyz.scm (emacs-nord-theme): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-05 21:20:52 +01:00
raingloom fe1cd098d2
services: Add yggdrasil-service-type.
* gnu/services/networking.scm (yggdrasil-configuration)
(yggdrasil-configuration?, yggdrasil-configuration-package)
(yggdrasil-configuration-auto-conf, yggdrasil-configuration-log-level)
(yggdrasil-configuration-log-to): New procedures.
(yggdrasil-service-type): New variable.
* doc/guix.texi: Document it.
* gnu/system/examples/yggdrasil.tmpl: Provide example.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-11-05 18:45:40 +01:00
raingloom d814246e2e
gnu: Add yggdrasil.
* gnu/packages/networking.scm (yggdrasil): New variable.
* gnu/packages/patches/yggdrasil-extra-config.patch: New file.
* gnu/local.mk (dist_PATCH_DATA): Add it.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-11-05 18:44:20 +01:00
raingloom 6ba1769da1
gnu: Add go-github-com-kardianos-minwinsvc.
* gnu/packages/golang.scm (go-github-com-kardianos-minwinsvc): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-11-05 18:44:16 +01:00
raingloom 546ddefc76
gnu: Add go-golang-zx2c4-com-wireguard.
* gnu/packages/golang.scm (go-golang-zx2c4-com-wireguard): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-11-05 18:44:10 +01:00
raingloom 1ce9759407
gnu: Add go-github-com-hjson-hjson-go.
* gnu/packages/golang.scm (go-github-com-hjson-hjson-go): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-11-05 18:44:06 +01:00
raingloom 336c9f0a81
gnu: Add go-github-com-hashicorp-go-syslog.
* gnu/packages/golang.scm (go-github-com-hashicorp-go-syslog): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-11-05 18:43:59 +01:00
Leo Famulari 251cb68342
gnu: linux-libre: Update to 5.9.4.
* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.4.
(linux-libre-5.9-pristine-source): Update hash.
2020-11-05 11:48:45 -05:00
Julien Lepiller eff2cabdde
nls: Update translations of the manual. 2020-11-05 16:42:38 +01:00
Julien Lepiller d3ecaa0363
nls: Update 'ta' translation. 2020-11-05 16:42:32 +01:00
Ludovic Courtès a5945a60cf
gnu: chromium: Silent 'local-file' warning.
This is a followup to fddc870632.

* gnu/packages/chromium.scm (%guix-patches): Use 'assume-valid-file-name'.
2020-11-05 16:15:22 +01:00
Ludovic Courtès a4e7749e91
services: Remove imports of (ice-9 …) modules.
* gnu/services/monitoring.scm (zabbix-server-activation): Remove (ice-9
rdelim) from the imported modules.
(zabbix-agent-activation): Likewise.
* gnu/tests/mail.scm (run-exim-test)[test]: Remove (ice-9 ftw) from the
imported modules.
2020-11-05 16:13:50 +01:00
Ludovic Courtès 4db90a6c15
pack: Do not include the host (guix config).
* guix/scripts/pack.scm (store-database)[build]: Import a
synthetic (guix config).
2020-11-05 16:13:50 +01:00
Ludovic Courtès e6934c0429
shepherd: Remove dependency on (guix utils).
Since commit 8ce6f4dc28, importing this
module in a gexp would pull in (guix config) from the host, thereby
leading to non-reproducible derivations.  Users in (gnu services ...) do
not expect that so simply remove the (guix utils) dependency for now.

* gnu/build/shepherd.scm (fork+exec-command/container)[strip-pid]: New
procedure.
Use it instead of 'strip-keyword-arguments'.
2020-11-05 16:13:50 +01:00
Ludovic Courtès ca465a9c84
gexp: Warn when importing (guix config) or (ice-9 …).
While importing those modules from the host system is valid, it is often
a mistake that introduces non-reproducibility.  This patch prints a
warning when that happens.

* guix/gexp.scm (gexp-attribute): Add #:validate parameter and honor it.
(gexp-modules)[validate-modules]: New procedure.
Pass it to 'gexp-attribute'.
* tests/gexp.scm ("gexp-modules, warning"): New test.
2020-11-05 16:13:50 +01:00
Ludovic Courtès 18fc84bce8
gexp: Store the source code location in <gexp>.
* guix/gexp.scm (<gexp>)[location]: New field.
(gexp-location): New procedure.
(write-gexp): Print the location of GEXP.
(gexp->derivation): Adjust call to 'make-gexp'.
(gexp): Likewise.
2020-11-05 16:13:50 +01:00
Ludovic Courtès 61d9c4458e
image: Error out when passed an unsupported partition type.
* gnu/build/image.scm (make-partition-image): Use 'raise' instead of
'format' when TYPE is not supported.
(convert-disk-image): Remove unneeded 'begin'.
2020-11-05 16:13:50 +01:00
Leo Famulari 552e9fc163
gnu: dump1090: Update to 4.0.
* gnu/packages/radio.scm (dump1090): Update to 4.0.
2020-11-05 00:57:27 -05:00
Tobias Geerinckx-Rice facdae042d
gnu: virt-viewer: Enable VNC support.
* gnu/packages/spice.scm (virt-viewer)[inputs]: Add gtk-vnc.
2020-11-05 04:00:13 +01:00
Tobias Geerinckx-Rice d67721ba9d
gnu: praat: Update to 6.1.30.
* gnu/packages/language.scm (praat): Update to 6.1.30.
2020-11-05 03:46:12 +01:00
Tobias Geerinckx-Rice 48951e8502
gnu: python-audioread: Update to 2.1.9.
* gnu/packages/mp3.scm (python-audioread): Update to 2.1.9.
2020-11-05 03:46:12 +01:00
Tobias Geerinckx-Rice c2ea080e05
gnu: toxic: Update to 0.8.4.
* gnu/packages/messaging.scm (toxic): Update to 0.8.4.
2020-11-05 03:46:12 +01:00