summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-08gnu: emacs-deadgrep: Add missing input.Matthew James Kraai
* 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-08gnu: %guile-3.0-static-stripped: Rename to %guile-static-stripped.Efraim Flashner
* 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-08gnu: make-bootstrap: Use guile-3.0 bootstrap tarball.Efraim Flashner
* gnu/packages/make-bootstrap.scm (%guile-bootstrap-tarball): Use guile-3.0. (%guile-static-stripped): Remove variable.
2021-07-08gnu: make-bootstrap: Build with gcc-7.Efraim Flashner
* 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-07guix-install.sh: Prompt for configuring substitutes discovery.Maxim Cournoyer
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-08gnu: python-pikepdf: Update to 2.14.1.Nicolas Goaziou
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.1.
2021-07-07gnu: giac: Update to 1.7.0-17.Nicolas Goaziou
* gnu/packages/algebra.scm (giac): Update to 1.7.0-17.
2021-07-07gnu: emacs-pyim: Update to 3.9.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.0.
2021-07-07gnu: VTK 8: Re-fix a build failure with recent versions of freetype.Leo Famulari
* 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 f4dc8ac6dfa036d98aa0990ae22268a9650899d0.
2021-07-07gnu: kicad-doc: Remove unnecessary code.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (arguments): Skip #:tests? instead of deleting the 'check phase. Remove the 'set-perl-env phase.
2021-07-07gnu: kicad-doc: Fix build.Tobias Geerinckx-Rice
Fixes <https://issues.guix.gnu.org/49458>. * gnu/packages/engineering.scm (native-inputs): Add perl-yaml-tiny.
2021-07-07guix-install.sh: No longer export GUIX_PROFILE.Hartmut Goebel
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-07self: Build translated manuals with a single process.Maxim Cournoyer
Works around <https://issues.guix.gnu.org/47428>. * guix/self.scm (translate-texi-manuals): Set parallel-job-count to 1.
2021-07-07services: Add bitmask-service-type.Raghav Gururajan
* gnu/services/vpn.scm (bitmask-service-type): New variable. * doc/guix.texi: Document it. Co-authored-by: jgart <jgart@dismail.de>
2021-07-07gnu: Add bitmask.Raghav Gururajan
* gnu/packages/vpn.scm (bitmask): New variable. Co-authored-by: jgart <jgart@dismail.de>
2021-07-07gnu: Add go-0xacab-org-leap-shapeshifter.Raghav Gururajan
* gnu/packages/golang.scm (go-0xacab-org-leap-shapeshifter): New variable.
2021-07-07gnu: Add go-github-com-operatorfoundation-shapeshifter-transports.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-operatorfoundation-shapeshifter-transports): New variable.
2021-07-07gnu: Add go-github-com-kataras-golog.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-kataras-golog): New variable.
2021-07-07gnu: Add go-github-com-kataras-pio.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-kataras-pio): New variable.
2021-07-07gnu: Add go-github-com-shadowsocks-go-shadowsocks2.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-shadowsocks-go-shadowsocks2): New variable.
2021-07-07gnu: Add go-github-com-riobard-go-bloom.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-riobard-go-bloom): New variable.
2021-07-07gnu: Add go-github-com-aead-chacha20.Raghav Gururajan
* gnu/packages/golang.org (go-github-com-aead-chacha20): New variable.
2021-07-07gnu: Add go-github-com-mufti1-interconv.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-mufti1-interconv): New variable.
2021-07-07gnu: Add go-github-com-opentracing-opentracing-go.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-opentracing-opentracing-go): New variable.
2021-07-07gnu: Add go-github-com-operatorfoundation-monolith-go.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-operatorfoundation-monolith-go): New variable.
2021-07-07gnu: Add go-github-com-deckarep-golang-set.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-deckarep-golang-set): New variable.
2021-07-07gnu: Add go-github-com-blanu-dust.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-blanu-dust): New variable.
2021-07-07gnu: Add go-github-com-op-go-logging.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-op-go-logging): New variable.
2021-07-07gnu: Add go-github-com-operatorfoundation-shapeshifter-ipc.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-operatorfoundation-shapeshifter-ipc): New variable.
2021-07-07gnu: Add go-github-com-operatorfoundation-obfs4.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-operatorfoundation-obfs4): New variable.
2021-07-07gnu: Add go-github-com-willscott-goturn.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-willscott-goturn): New variable.
2021-07-07gnu: Add go-torproject-org-pluggable-transports-goptlib.Raghav Gururajan
* gnu/packages/golang.scm (go-torproject-org-pluggable-transports-goptlib): New variable.
2021-07-07gnu: Add go-github-com-sevlyar-go-daemon.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-sevlyar-go-daemon): New variable.
2021-07-07gnu: Add go-github-com-keybase-go-ps.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-keybase-go-ps): New variable.
2021-07-07gnu: Add go-github-com-apparentlymart-go-openvpn-mgmt.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-apparentlymart-go-openvpn-mgmt): New variable.
2021-07-07gnu: Add go-github-com-emersion-go-autostart.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-emersion-go-autostart): New variable.
2021-07-07gnu: Add go-github-com-dchest-siphash.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-dchest-siphash): New variable. Co-authored-by: jgart <jgart@dismail.de>
2021-07-07gnu: Add go-github-com-rakyll-statik.Raghav Gururajan
* gnu/packages/golang.scm (go-github-com-rakyll-statik): New variable. Co-authored-by: jgart <jgart@dismail.de>
2021-07-07gnu: pies: Update to 1.6.Efraim Flashner
* gnu/packages/admin.scm (pies): Update to 1.6.
2021-07-07gnu: Add rewritefs.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (rewritefs): New public variable.
2021-07-07Revert "gnu: libvirt: Support ZFS."Tobias Geerinckx-Rice
This reverts commit 61ccd756e5ff73b2f8dc3449df537f1c5adb5872.
2021-07-07Revert "syscalls: 'terminal-dimension' ignores EPERM."Tobias Geerinckx-Rice
This reverts commit 17a102332a253f0e3b1f511fa7bda2094264a77c. See <https://github.com/koverstreet/bcachefs/pull/277>.
2021-07-07doc: Fix broken reference in guix.texi.Leo Prikler
This is a follow-up to c2ff06e5e410e615397b9df901af8028a64b3d82, 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-07doc: Add guide showing auto-login on a specific TTY to the cookbook.Joshua Branson
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-07lint: Lint usages of 'wrap-program' without a "bash" input.Maxime Devos
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-07lint: Define some procedures for analysing code in phases.Maxime Devos
* guix/lint.scm (check-optional-tests): Extract logic for extracting the phases from a package to ... (find-phase-deltas): ... here, and ... (report-bogus-phase-deltas): ... here. (check-optional-tests)[check-check-procedure]: Extract code for extracting the procedure body to ... (find-procedure-body) ... here. (find-phase-procedure): New procedure. (report-bogus-phase-procedure): New procedure. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-07-07gnu: julia: Adjust make-flags.Efraim Flashner
* gnu/packages/julia.scm (julia)[arguments]: Adjust architecture specific make-flags for some architectures.
2021-07-07gnu: openblas: Fix building on powerpc64le-linux.Efraim Flashner
* gnu/packages/maths.scm (openblas)[arguments]: Add make-flags to enable building for powerpc64le-linux.
2021-07-07gnu: openblas: Fix building on armhf-linux.Efraim Flashner
* gnu/packages/maths.scm (openblas)[arguments]: Add make-flag to set target architecture.
2021-07-07gnu: ytfzf: Fix loading of thumbnails.Raghav Gururajan
* gnu/packages/patches/ytfzf-programs.patch: Modify.