Commit graph

80780 commits

Author SHA1 Message Date
Efraim Flashner f28f095fbd
gnu: rust-once-cell-1: Update to 1.8.0.
* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.8.0.
2021-07-08 10:55:30 +03:00
Jan (janneke) Nieuwenhuizen 9bd65f0583
gnu: mcrl2: Update to 202106.0.
* gnu/packages/maths.scm (mcrl2): Update to 202106.0.
2021-07-08 09:51:12 +02:00
Matthew James Kraai 0a04c25482
mailmap: Update entries for Matthew James Kraai.
* .mailmap: Change name for Matthew James Kraai.
* gnu/packages/lisp-xyz.scm, gnu/packages/python-xyz.scm,
gnu/packages/rust.scm: Likewise.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-08 09:48:22 +02:00
John Kehayias 87c974cdd1
gnu: darktable: Update to 3.6.0.
* gnu/packages/photo.scm (darktable): Update to 3.6.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-08 09:44:10 +02:00
Andrew Tropin 9381f1fa4a
gnu: Add emacs-consult-notmuch.
* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-08 09:36:49 +02:00
Matthew James Kraai 08f03de158
gnu: emacs-deadgrep: Add missing input.
* gnu/packages/emacs-xyz.scm (emacs-deadgrep)[inputs]: Add ripgrep.
[arguments]: Add configure phase to set deadgrep-executable to absolute path.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-08 09:32:02 +02:00
Efraim Flashner 49e2e75ced
gnu: %guile-3.0-static-stripped: Rename to %guile-static-stripped.
* gnu/packages/make-bootstrap.scm (%guile-3.0-static-stripped): Rename
to %guile-static-stripped.
(%guile-bootstrap-tarball): Adjust accordingly.
* gnu/system/linux-initrd.scm (expression->initrd): Use
%guile-static-stripped as default guile.
* doc/guix.texi (initial RAM disk)[expression->initrd]: Adjust
documentation accordingly.
2021-07-08 09:39:05 +03:00
Efraim Flashner e48cff0965
gnu: make-bootstrap: Use guile-3.0 bootstrap tarball.
* gnu/packages/make-bootstrap.scm (%guile-bootstrap-tarball): Use
guile-3.0.
(%guile-static-stripped): Remove variable.
2021-07-08 09:29:03 +03:00
Efraim Flashner f819b46acb
gnu: make-bootstrap: Build with gcc-7.
* gnu/packages/make-bootstrap.scm (gcc-for-bootstrap)[Inherit]: Inherit
from gcc-7.
[inputs]: Use package-inputs from gcc-7.
(package-with-relocatable-glibc)[native-inputs]: Have cross-gcc use
gcc-7.
(%gcc-static)[inherit]: Inherit from gcc-7.
[arguments]: Use package-arguments from gcc-7.
[inputs]: Replace isl-0.18 with isl. Use package-inputs from gcc-7.
[native-inputs]: Use package-native-inputs from gcc-7.
(%gcc-stripped)[inherit]: Inherit from gcc-7.
2021-07-08 09:28:38 +03:00
Maxim Cournoyer 4cbe0127a6
guix-install.sh: Prompt for configuring substitutes discovery.
Also ensure prompt_yes_no always print the message with a trailing space,
which is more pleasing to the eye.

* etc/guix-daemon.conf.in <--discover=no>: New guix-daemon option.
* etc/guix-daemon.service.in: Likewise.
* etc/init.d/guix-daemon.in: Likewise.
* etc/openrc/guix-daemon.in: Likewise.
* etc/guix-install.sh (configure_substitute_discovery): New procedure.
(sys_enable_guix_daemon): Ask the user whether automatic substitute discovery
should be enabled.  Set the '--discover' argument accordingly.
(prompt_yes_no): Add a trailing space to the message.
(sys_authorize_build_farms): Remove trailing space from the message argument.
* NEWS (Distribution): Add news.
2021-07-07 23:54:20 -04:00
Nicolas Goaziou ac3444968a
gnu: python-pikepdf: Update to 2.14.1.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.1.
2021-07-08 00:03:17 +02:00
Nicolas Goaziou 1d4decf4a2
gnu: giac: Update to 1.7.0-17.
* gnu/packages/algebra.scm (giac): Update to 1.7.0-17.
2021-07-07 23:03:25 +02:00
Nicolas Goaziou 30c6b6ccb4
gnu: emacs-pyim: Update to 3.9.0.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.0.
2021-07-07 22:53:54 +02:00
Leo Famulari 99aecc0988
gnu: VTK 8: Re-fix a build failure with recent versions of freetype.
* gnu/packages/patches/vtk-8-fix-freetypetools-build-failure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image-processing.scm (vtk-8): Dis-inherit from VTK. Use the
package definition that predated the update to VTK 9, taken from commit
f4dc8ac6df.
2021-07-07 16:50:21 -04:00
Tobias Geerinckx-Rice 32480e1903
gnu: kicad-doc: Remove unnecessary code.
* gnu/packages/engineering.scm (arguments): Skip #:tests? instead of
deleting the 'check phase.  Remove the 'set-perl-env phase.
2021-07-07 21:26:55 +02:00
Tobias Geerinckx-Rice dbf78e3985
gnu: kicad-doc: Fix build.
Fixes <https://issues.guix.gnu.org/49458>.

* gnu/packages/engineering.scm (native-inputs): Add perl-yaml-tiny.
2021-07-07 21:26:55 +02:00
Hartmut Goebel 7f06567b83
guix-install.sh: No longer export GUIX_PROFILE.
If GUIX_PROFILE is exported here, any subsequent
"source /some/other/profile/etc/profile" will set variables pointing to
"$HOME/.guix-profile" instead of pointing to the sourced profile.

* etc/guix-install.sh (sys_create_init_profile): No longer export GUIX_PROFILE.
2021-07-07 21:25:16 +02:00
Maxim Cournoyer af2d6ec092
self: Build translated manuals with a single process.
Works around <https://issues.guix.gnu.org/47428>.

* guix/self.scm (translate-texi-manuals): Set parallel-job-count to 1.
2021-07-07 14:45:59 -04:00
Raghav Gururajan 02562e2f1e
services: Add bitmask-service-type.
* gnu/services/vpn.scm (bitmask-service-type): New variable.
* doc/guix.texi: Document it.

Co-authored-by: jgart <jgart@dismail.de>
2021-07-07 10:20:28 -04:00
Raghav Gururajan b30651aeca
gnu: Add bitmask.
* gnu/packages/vpn.scm (bitmask): New variable.

Co-authored-by: jgart <jgart@dismail.de>
2021-07-07 09:41:22 -04:00
Raghav Gururajan e6ea0abd93
gnu: Add go-0xacab-org-leap-shapeshifter.
* gnu/packages/golang.scm (go-0xacab-org-leap-shapeshifter): New variable.
2021-07-07 09:41:22 -04:00
Raghav Gururajan 2fa52c8a90
gnu: Add go-github-com-operatorfoundation-shapeshifter-transports.
* gnu/packages/golang.scm (go-github-com-operatorfoundation-shapeshifter-transports): New variable.
2021-07-07 09:41:22 -04:00
Raghav Gururajan d28eacb011
gnu: Add go-github-com-kataras-golog.
* gnu/packages/golang.scm (go-github-com-kataras-golog): New variable.
2021-07-07 09:41:22 -04:00
Raghav Gururajan 56835ab730
gnu: Add go-github-com-kataras-pio.
* gnu/packages/golang.scm (go-github-com-kataras-pio): New variable.
2021-07-07 09:41:21 -04:00
Raghav Gururajan 62646d768d
gnu: Add go-github-com-shadowsocks-go-shadowsocks2.
* gnu/packages/golang.scm (go-github-com-shadowsocks-go-shadowsocks2): New variable.
2021-07-07 09:41:21 -04:00
Raghav Gururajan e174191029
gnu: Add go-github-com-riobard-go-bloom.
* gnu/packages/golang.scm (go-github-com-riobard-go-bloom): New variable.
2021-07-07 09:41:21 -04:00
Raghav Gururajan 7b8e9af56c
gnu: Add go-github-com-aead-chacha20.
* gnu/packages/golang.org (go-github-com-aead-chacha20): New variable.
2021-07-07 09:41:21 -04:00
Raghav Gururajan 68bfec63c2
gnu: Add go-github-com-mufti1-interconv.
* gnu/packages/golang.scm (go-github-com-mufti1-interconv): New variable.
2021-07-07 09:41:21 -04:00
Raghav Gururajan 19f3b7c7b8
gnu: Add go-github-com-opentracing-opentracing-go.
* gnu/packages/golang.scm (go-github-com-opentracing-opentracing-go): New variable.
2021-07-07 09:41:21 -04:00
Raghav Gururajan ead243bfb6
gnu: Add go-github-com-operatorfoundation-monolith-go.
* gnu/packages/golang.scm (go-github-com-operatorfoundation-monolith-go): New variable.
2021-07-07 09:41:20 -04:00
Raghav Gururajan d1f4ace68e
gnu: Add go-github-com-deckarep-golang-set.
* gnu/packages/golang.scm (go-github-com-deckarep-golang-set): New variable.
2021-07-07 09:41:20 -04:00
Raghav Gururajan 314f505f2c
gnu: Add go-github-com-blanu-dust.
* gnu/packages/golang.scm (go-github-com-blanu-dust): New variable.
2021-07-07 09:41:20 -04:00
Raghav Gururajan db8d15924c
gnu: Add go-github-com-op-go-logging.
* gnu/packages/golang.scm (go-github-com-op-go-logging): New variable.
2021-07-07 09:41:20 -04:00
Raghav Gururajan 084dcd2708
gnu: Add go-github-com-operatorfoundation-shapeshifter-ipc.
* gnu/packages/golang.scm (go-github-com-operatorfoundation-shapeshifter-ipc): New variable.
2021-07-07 09:41:20 -04:00
Raghav Gururajan 213570dbd3
gnu: Add go-github-com-operatorfoundation-obfs4.
* gnu/packages/golang.scm (go-github-com-operatorfoundation-obfs4): New variable.
2021-07-07 09:41:20 -04:00
Raghav Gururajan fad3cce201
gnu: Add go-github-com-willscott-goturn.
* gnu/packages/golang.scm (go-github-com-willscott-goturn): New variable.
2021-07-07 09:41:20 -04:00
Raghav Gururajan aa6df6d4e1
gnu: Add go-torproject-org-pluggable-transports-goptlib.
* gnu/packages/golang.scm (go-torproject-org-pluggable-transports-goptlib): New variable.
2021-07-07 09:41:19 -04:00
Raghav Gururajan 520eaa48af
gnu: Add go-github-com-sevlyar-go-daemon.
* gnu/packages/golang.scm (go-github-com-sevlyar-go-daemon): New variable.
2021-07-07 09:41:19 -04:00
Raghav Gururajan 24487f2ddc
gnu: Add go-github-com-keybase-go-ps.
* gnu/packages/golang.scm (go-github-com-keybase-go-ps): New variable.
2021-07-07 09:41:19 -04:00
Raghav Gururajan fb138d367c
gnu: Add go-github-com-apparentlymart-go-openvpn-mgmt.
* gnu/packages/golang.scm (go-github-com-apparentlymart-go-openvpn-mgmt): New variable.
2021-07-07 09:41:19 -04:00
Raghav Gururajan 53e8f46a2d
gnu: Add go-github-com-emersion-go-autostart.
* gnu/packages/golang.scm (go-github-com-emersion-go-autostart): New variable.
2021-07-07 09:41:19 -04:00
Raghav Gururajan 8d52b4e0e1
gnu: Add go-github-com-dchest-siphash.
* gnu/packages/golang.scm (go-github-com-dchest-siphash): New variable.

Co-authored-by: jgart <jgart@dismail.de>
2021-07-07 09:41:19 -04:00
Raghav Gururajan d03fa9aa92
gnu: Add go-github-com-rakyll-statik.
* gnu/packages/golang.scm (go-github-com-rakyll-statik): New variable.

Co-authored-by: jgart <jgart@dismail.de>
2021-07-07 09:41:18 -04:00
Efraim Flashner a329bc7e0c
gnu: pies: Update to 1.6.
* gnu/packages/admin.scm (pies): Update to 1.6.
2021-07-07 15:54:49 +03:00
Tobias Geerinckx-Rice 1cc4207fa9
gnu: Add rewritefs.
* gnu/packages/file-systems.scm (rewritefs): New public variable.
2021-07-07 13:56:17 +02:00
Tobias Geerinckx-Rice 3fb6c96106
Revert "gnu: libvirt: Support ZFS."
This reverts commit 61ccd756e5.
2021-07-07 13:56:16 +02:00
Tobias Geerinckx-Rice 0dd136bc36
Revert "syscalls: 'terminal-dimension' ignores EPERM."
This reverts commit 17a102332a.
See <https://github.com/koverstreet/bcachefs/pull/277>.
2021-07-07 13:56:16 +02:00
Leo Prikler f17a52540f
doc: Fix broken reference in guix.texi.
This is a follow-up to c2ff06e5e4, in which
a link to the cookbook was added using a different name than the actual
section.

* doc/guix.texi (Using the Configuration System): Fix broken link to cookbook.
2021-07-07 11:19:34 +02:00
Joshua Branson c2ff06e5e4
doc: Add guide showing auto-login on a specific TTY to the cookbook.
This is a follow-up to the discussion in <https://bugs.gnu.org/48974>.

* doc/guix-cookbook.texi (System Configuration): Add a brief guide that
explains auto login a user to one TTY.

* doc/guix.texi (System Services): Add an texinfo anchor, so that the cookbook
entry "Auto Login a User to a Specific TTY" can refer back to the precise
point that the GNU Guix Reference manual.  Also add a reference to the
cookbook that shows how to auto login a specific user to one TTY.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-07-07 11:13:38 +02:00
Maxime Devos eac82c0e0a
lint: Lint usages of 'wrap-program' without a "bash" input.
When using 'wrap-program', "bash" (or "bash-minimal") should be
in inputs.  Otherwise, when cross-compiling, 'wrap-program' will use
a native bash instead of the cross bash and the 'patch-shebangs' won't
be able to correct this.

Tobias Geerinckx-Rice is added to the copyright lines because
a part of the "straw-viewer" package definition is included.

This linter detects 365 problematic package definitions at time
of writing.

* guix/lint.scm
  (report-wrap-program-error): New procedure.
  (check-wrapper-inputs): New linter.
  (%local-checkers)[wrapper-inputs]: Add the new linter.
  ("explicit #:sh argument to 'wrap-program' is acceptable")
  ("'check-wrapper-inputs' detects 'wrap-program' without \"bash\" in inputs")
  ("'check-wrapper-inputs' detects 'wrap-qt-program' without \"bash\" in inputs")
  ("\"bash\" in 'inputs' satisfies 'check-wrapper-inputs'")
  ("\"bash-minimal\" in 'inputs' satisfies 'check-wrapper-inputs'")
  ("'cut' doesn't hide bad usages of 'wrap-program'")
  ("bogus phase specifications don't crash the linter"): New tests.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-07 10:00:52 +02:00