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

68579 commits

Author SHA1 Message Date
Efraim Flashner c547efe7dc
gnu: woff-tools: End all phases in #t.
* gnu/packages/fontutils.scm (woff-tools)[arguments]: End custom
'install phase with #t.
2020-11-08 21:22:41 +02:00
Efraim Flashner 146b756659
gnu: woff-tools: Fix cross building.
* gnu/packages/fontutils.scm (woff-tools)[arguments]: Don't hardcode gcc.
2020-11-08 21:22:41 +02:00
Efraim Flashner 149666dfef
gnu: grub: Only do code substitution when input is available.
* gnu/packages/bootloaders.scm (grub)[arguments]: In custom 'patch-stuff
phase only substitute the absolute location of the mdadm binary when it
is an input.
2020-11-08 21:22:35 +02:00
Mathieu Othacehe 8c287bb2fb
installer: parted: Add debug output.
* gnu/installer/parted.scm (mkpart): Log partition creation.
2020-11-08 19:41:12 +01:00
Marius Bakke dfe03a92a5
gnu: Add play-to-kodi-chromium.
* gnu/packages/browser-extensions.scm (play-to-kodi, play-to-kodi/chromium):
New variables.
2020-11-08 18:21:16 +01:00
Marius Bakke cb9a58aead
gnu: Add ublock-origin-chromium.
* gnu/packages/browser-extensions.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
2020-11-08 18:21:16 +01:00
Marius Bakke d7a295b24b
Add (gnu build chromium-extension).
* gnu/build/chromium-extension.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
2020-11-08 18:21:15 +01:00
Oleg Pykhalov c103010a4a
gnu: notmuch: Update to 0.31.1.
* gnu/packages/mail.scm (notmuch): Update to 0.31.1.
2020-11-08 17:29:40 +03:00
Ludovic Courtès f9926c071f
image: Offload "disk-image" derivations.
This is a followup to 99efa804bd.

* gnu/system/image.scm (system-disk-image): Pass #:local-build? #f to
'computed-file'.
2020-11-08 14:28:32 +01:00
AuPath d1c4667845
gnu: emacs-org-download: Update to 0.1.0-3.42ac361.
* gnu/packages/emacs-xyz.scm (emacs-org-download): Update to 0.1.0-3.42ac361.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-08 12:38:08 +01:00
Zhu Zihao 3140cff981
gnu: emacs-no-littering: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm(emacs-no-littering): Update to 1.2.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-08 12:27:19 +01:00
Pierre Langlois fc4338b88f
gnu: vpnc-scripts: Update to 20200925.3885f8b.
* gnu/packages/vpn.scm (vpnc-scripts): Update to 20200925.3885f8b.
2020-11-08 11:18:45 +00:00
Efraim Flashner d4dbcb81bc
gnu: openssl: Fix indentation.
* gnu/packages/tls.scm (openssl): Fix indentation of package definition.
2020-11-08 10:16:41 +02:00
Efraim Flashner 2496b92e6c
gnu: openssl: Fix cross compiling for mips64el-linux.
* gnu/packages/tls.scm (openssl)[arguments]: When cross compiling add
case for mips64el-linux.
2020-11-08 10:10:27 +02:00
Efraim Flashner e2f973b4ca
gnu: libgpg-error: Fix cross-compiling to mips64el-linux.
* gnu/packages/gnupg.scm (libgpg-error)[arguments]: When cross compiling
create a symlink for mips64el.
2020-11-08 10:08:58 +02:00
Tobias Geerinckx-Rice 8791ef7cf6
gnu: duperemove: Correctly report version.
* gnu/packages/disk (duperemove)[arguments]: Set ‘VER’ in #:make-flags.
2020-11-07 22:52:44 +01:00
Tobias Geerinckx-Rice b0afcce390
gnu: python-colorama: Update to 0.4.4.
* gnu/packages/python-xyz.scm (python-colorama): Update to 0.4.4.
2020-11-07 22:52:44 +01:00
Tobias Geerinckx-Rice 788783cb28
gnu: racket: Update to 7.9.
* gnu/packages/scheme.scm (racket, racket-minimal): Update to 7.9.
2020-11-07 22:52:44 +01:00
Tobias Geerinckx-Rice ed4239c6b5
gnu: xfdesktop: Update to 4.14.3.
* gnu/packages/xfce.scm (xfdesktop): Update to 4.14.3.
2020-11-07 22:52:44 +01:00
Tobias Geerinckx-Rice 7342fc5409
gnu: you-get: Update to 0.4.1475.
* gnu/packages/video.scm (you-get): Update to 0.4.1475.
2020-11-07 22:52:44 +01:00
Tobias Geerinckx-Rice ed66618fce
gnu: libwacom: Update to 1.6.
* gnu/packages/xdisorg.scm (libwacom): Update to 1.6.
2020-11-07 22:52:44 +01:00
Nicolas Goaziou 68b4455271
gnu: snap: Update to 6.3.1.
* gnu/packages/education.scm (snap): Update to 6.3.1.
2020-11-07 22:44:57 +01:00
Nicolas Goaziou d3b022b869
gnu: emacs-racer: Disable failing tests.
* gnu/packages/emacs-xyz.scm (emacs-racer)[arguments]: Add a phase disabling
failing tests.

Fixes <https://bugs.gnu.org/43752>.
2020-11-07 22:32:27 +01:00
Christopher Baines f9000450b5
services: guix: Fix Guix Build Coordinator substitute urls bug.
* gnu/services/guix.scm (guix-build-coordinator-agent-shepherd-services): Pass
the correct value as the --non-derivation-substitute-urls.
2020-11-07 20:52:33 +00:00
Christopher Baines 18bb73c695
services: guix: Remove the Guix Build Coordinator agent pid file.
As it doesn't use one.

* gnu/services/guix.scm (guix-build-coordinator-agent-shepherd-services):
Remove #:pid-file.
(guix-build-coordinator-agent-activation): Don't create the /var/run
directory.
2020-11-07 20:50:22 +00:00
Christopher Baines b6ece1c206
services: guix: Add guix-build-coordinator-agent cache directory.
As this is needed when substituting derivations.

* gnu/services/guix.scm (guix-build-coordinator-agent-shepherd-services): Set
XDG_CACHE_HOME.
(guix-build-coordinator-agent-activation): Create
/var/cache/guix-build-coordinator-agent.
2020-11-07 20:09:44 +00:00
Mathieu Othacehe c2396ceb6e
installer: parameters: Add a reboot button.
Suggested by: zimoun <zimon.toutoune@gmail.com>.

* gnu/installer/newt/parameters.scm (run-parameters-page): Add a reboot
button.
2020-11-07 18:17:32 +01:00
Tobias Geerinckx-Rice 2c734548fd
gnu: vim: Update to 8.2.1964.
* gnu/packages/vim.scm (vim): Update to 8.2.1964.
2020-11-07 15:35:07 +01:00
Tobias Geerinckx-Rice afe02a6df4
gnu: zile: Update to 2.4.15.
* gnu/packages/zile.scm (zile): Update to 2.4.15.
2020-11-07 15:35:07 +01:00
Tobias Geerinckx-Rice 579f49d4cb
gnu: nix: Update to 2.3.8.
* gnu/packages/package-management.scm (nix): Update to 2.3.8.
2020-11-07 15:35:07 +01:00
Tobias Geerinckx-Rice 082922642c
gnu: nix: Download source over HTTPS.
* gnu/packages/package-management.scm (nix)[source]: Use HTTPS.
2020-11-07 15:35:07 +01:00
Tobias Geerinckx-Rice 84acc3d256
gnu: f3: Update to 8.0.
* gnu/packages/disk.scm (f3): Update to 8.0.
2020-11-07 15:35:07 +01:00
Tobias Geerinckx-Rice 47ddb1091f
gnu: f3: Fix cross-compilation.
* gnu/packages/disk.scm (f3)[arguments]: Use CC-FOR-TARGET.
2020-11-07 15:35:07 +01:00
Tobias Geerinckx-Rice d0f41f9140
gnu: duperemove: Update to 0.11.2.
* gnu/packages/disk.scm (duperemove): Update to 0.11.2.
2020-11-07 15:35:06 +01:00
Tobias Geerinckx-Rice 4ace204d8d
gnu: duperemove: Prepare for cross-compilation.
* gnu/packages/disk.scm (duperemove)[arguments]: Use CC-FOR-TARGET.
2020-11-07 15:35:06 +01:00
Tobias Geerinckx-Rice 7392ea3af0
gnu: doctest: Update to 2.4.1.
* gnu/packages/check.scm (doctest): Update to 2.4.1.
2020-11-07 15:35:06 +01:00
Tobias Geerinckx-Rice e5d5146b87
gnu: firebird: Tweak description.
Suggested by Christopher Baines <mail@cbaines.net>.

* gnu/packages/databases.scm (firebird)[description]: Drop ‘and more’.
2020-11-07 15:35:06 +01:00
AuPath ab138f824f
gnu: Add emacs-csharp-mode.
* gnu/packages/emacs-xyz.scm (emacs-csharp-mode): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-11-07 14:27:47 +01:00
Tobias Geerinckx-Rice 83dee0e5b2
doc: Fix Zabbix ‘db-secret-file’ documentation.
* doc/guix.texi (Monitoring Services): Clarify ‘db-secret-file’'s (lack
of) structure and gexp support.
2020-11-07 13:40:46 +01:00
Tobias Geerinckx-Rice c9188cdb60
gnu: thermald: Update to 2.3.
* gnu/packages/admin.scm (thermald): Update to 2.3.
[arguments]: Build verbosely.
Add a no-early-./configure phase.
[inputs]: Add libevdev, upower, and xz.
2020-11-07 13:40:46 +01:00
Tobias Geerinckx-Rice 7fb7838065
gnu: thermald: Correct licence.
* gnu/packages/admin.scm (thermald)[license]: It's GPL2-only.
2020-11-07 13:40:46 +01:00
Tobias Geerinckx-Rice b9abb301d0
linux-boot: Resume from hibernation.
* gnu/build/linux-boot.scm (resume-if-hibernated): New procedure.
(boot-system): Call it.
2020-11-07 13:40:46 +01:00
Tobias Geerinckx-Rice e87471dc51
uuid: Add support for bcachefs.
* gnu/system/uuid.scm (string->bcachefs-uuid): New exported procedure.
(%uuid-parsers, %uuid-printers): Add the ‘bcachefs’ file system type.
2020-11-07 13:40:46 +01:00
Tobias Geerinckx-Rice 174254749d
file-systems: Add support for bcachefs.
* gnu/build/file-systems.scm (%bcachefs-endianness): New syntax.
(bcachefs-superblock?, read-bcachefs-superblock)
(bcachefs-superblock-external-uuid, bcachefs-superblock-volume-name)
(check-bcachefs-file-system): New procedures.
(%partition-label-readers, %partition-uuid-readers, check-file-system):
Register them.
2020-11-07 13:40:45 +01:00
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