summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2021-07-06gnu: Mutt: Update to 2.1.0.Leo Famulari
* gnu/packages/mail.scm (mutt): Update to 2.1.0.
2021-07-06gnu: shotcut: Update to 21.06.29.Vinicius Monego
* gnu/packages/video.scm (shotcut): Update to 21.06.29. [arguments]{#:phases}: Don't return #t. [inputs]: Use MLT 7. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-07-06gnu: Add MLT 7.Vinicius Monego
* gnu/packages/video.scm (mlt): New variable. (mlt-6): Inherit from above. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-07-06gnu: mlt: Rename to mlt-6.Vinicius Monego
* gnu/packages/video.scm (mlt): Rename to mlt-6. [build-system]: Use cmake-build-system. [arguments]: Remove #:make-flags. Adjust 'override-LDFLAGS phase. {#:configure-flags}: Remove --enable-gpl3 and --enable-gpl. Set "GTK2_GDKCONFIG_INCLUDE_DIR" and "GTK2_GLIBCONFIG_INCLUDE_DIR". (shotcut): Use mlt-6. * gnu/packages/animation.scm (synfig): Use mlt-6. * gnu/packages/kde.scm (kdenlive): Use mlt-6. This change is to add MLT 7 which will be done in the next commit. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-07-06gnu: rtaudio: Fix include path.Vinicius Monego
* gnu/packages/audio.scm (rtaudio)[arguments]: Add phase 'fix-inc-path to move the header to where pkg-config expects it. * gnu/packages/music.scm (muse-sequencer)[arguments]{#:phases}: Remove 'fix-include. Don't return #t. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-07-06gnu: ytfzf: Use patches inside source block, instead of inputs.Raghav Gururajan
* gnu/packages/image-viewers.scm (ytfzf)[patches]: Add ytfzf-programs.patch and ytfzf-updates.patch. [phases](apply-patches): Remove phase. [native-inputs]: Remove ytfzf-programs and ytfzf-updates.
2021-07-06gnu: Add ytfzf.Raghav Gururajan
* gnu/packages/image-viewers.scm (ytfzf): New variable. Co-authored-by: jgart <jgart@dismail.de>
2021-07-06gnu: Add python-ueberzug.Raghav Gururajan
* gnu/packages/python-xyz.scm (python-ueberzug): New variable. Co-authored-by: jgart <jgart@dismail.de>
2021-07-05doc: Change Debbugs usertags user to "guix".Chris Marusich
* doc/contributing.texi (Debbugs Usertags): Change the user for usertags from "guix-devel@gnu.org" to "guix". This was discussed on the guix-devel email list: <https://lists.gnu.org/archive/html/guix-devel/2021-06/msg00212.html>.
2021-07-05guix: docker: Ensure repository name length limits are met.Maxim Cournoyer
* guix/docker.scm (canonicalize-repository-name): Fix typo in doc. Capture repository name length limits and ensure they are met, by either truncating or padding the normalized name. Reported-by: Ludovic Courtès <ludo@gnu.org>
2021-07-05gnu: ocaml-earley: Update to 3.0.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-earley): Update to 3.0.0. Use latest ocaml version.
2021-07-05gnu: Add ocaml-sqlite3.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-sqlite3): New variable. (ocaml4.07-sqlite3): Inherit from ocaml-sqlite3. * gnu/packages/bioinformatics.scm (pplacer): Also use package-with-ocaml4.07 with ocaml-sqlite3.
2021-07-05guix: opam: Allow for whitespace at the start of an opam file.Julien Lepiller
* guix/import/opam.scm (records): Accept whitespace at the beginning.
2021-07-05gnu: conda: Update to 4.10.3.Ricardo Wurmus
* gnu/packages/package-management.scm (conda): Update to 4.10.3. [arguments]: Add phase fix-ruamel-yaml-dependency; disable three more tests; remove sudo workaround in "init" phase. [native-inputs]: Add python-pytest-timeout.
2021-07-05gnu: python-conda-package-handling: Update to 1.7.3.Ricardo Wurmus
* gnu/packages/package-management.scm (python-conda-package-handling): Update to 1.7.3. [arguments]: Run all tests in check phase. [native-inputs]: Add python-pytest-mock.
2021-07-05gnu: python-anaconda-client: Update to 1.8.0.Ricardo Wurmus
* gnu/packages/package-management.scm (python-anaconda-client): Update to 1.8.0. [propagated-inputs]: Add python-nbformat. [native-inputs]: Add python-freezegun. (python2-anaconda-client): Remove variable.
2021-07-05gnu: rust-predicates-2: Fix build.Nicolas Goaziou
* gnu/packages/crates-io.scm (rust-predicates-2)[arguments] <#:cargo-development-inputs>: Add missing input.
2021-07-05gnu: Add cl-hunchenissr-routes.Charles
* gnu/packages/lisp-xyz.scm (sbcl-hunchenissr-routes, ecl-hunchenissr-routes, cl-hunchenissr-routes): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-05gnu: Add cl-hunchenissr.Charles
* gnu/packages/lisp-xyz.scm (sbcl-hunchenissr, ecl-hunchenissr, cl-hunchenissr): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-05gnu: Add cl-portal.Charles
* gnu/packages/lisp-xyz.scm (sbcl-portal, ecl-portal, cl-portal): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-07-05gnu: vim: Install manpagesMorgan Smith
* gnu/packages/vim.scm (vim)[arguments]<#:phases>: Add fix-install.sh phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-05import: go: Replace tildes with hyphens in package names.Sarah Morgensen
Fixes <https://issues.guix.gnu.org/48111>. * guix/import/go.scm (go-module->guix-package-name): Replace tildes with hyphens. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-07-05gnu: rust-quick-xml-0.22: Fix build.Nicolas Goaziou
* gnu/packages/crates-io.scm (rust-quick-xml-0.22)[arguments] <#:cargo-development-inputs>: Add missing inputs.
2021-07-05gnu: Add rust-serde-value-0.7.Nicolas Goaziou
* gnu/packages/crates-io.scm (rust-serde-value-0.7): New variable. (rust-serde-value-0.6): Inherit from above.
2021-07-05gnu: emacs-transient: Update to 0.3.6.Xinglu Chen
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.6. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-07-05gnu: monolith: Update to 2.6.1.Nicolas Goaziou
* gnu/packages/web.scm (monolith): Update to 2.6.1.
2021-07-05gnu: rust-reqwest-0.11: Update to 0.11.4.Nicolas Goaziou
* gnu/packages/crates-io.scm (rust-reqwest-0.11): Update to 0.11.4.
2021-07-05gnu: rust-assert-cmd-1: Update to 1.0.7.Nicolas Goaziou
* gnu/packages/crates-io.scm (rust-assert-cmd-1): Update to 1.0.7.
2021-07-05gnu: Add rust-predicates-2.Nicolas Goaziou
* gnu/packages/crates-io.scm (rust-predicates-2): New variable. (rust-predicates-1): Inherit from above.
2021-07-05gnu: Add rust-difflib-0.4.Nicolas Goaziou
* gnu/packages/crates-io.scm (rust-difflib-0.4): New variable.
2021-07-05gnu: python2-pgpdump: Remove package.zimoun
* gnu/packages/python-crypto.scm (python2-pgpdump): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-05gnu: python2-pyfakefs: Remove package.zimoun
* gnu/packages/check.scm (python2-pyfakefs): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-05gnu: python2-pyzmq: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-pyzmq): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-05gnu: python2-testpath: Remove package.zimoun
* gnu/packages/check.scm (python2-testpath): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-05gnu: python2-toolz: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-toolz): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-05gnu: python2-terminado: Remove package.zimoun
* gnu/packages/python-web.scm (python2-terminado): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-05gnu: python2-nbformat: Remove package.zimoun
Follow the remove of 'python2-jupyter-core' by commit a0a8fdeaf2db2695dd7944ee7d2e5eeade9e600b. * gnu/packages/python-xyz.scm (python2-nbformat): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-05gnu: python2-ipython: Remove package.zimoun
Commit a0a8fdeaf2db2695dd7944ee7d2e5eeade9e600b removed the variable 'python2-jupyer-core' which breaks the dependency 'python2-nbformat'. * gnu/packages/python-xyz.scm (python2-ipython): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-05gnu: python2-jupyter-client: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-jupyter-client): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-05gnu: python2-nbconvert: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-nbconvert): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-05gnu: mbedtls-apache: Update to 2.26.0.Matthew James Kraai
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.26.0. [source]: Add snippet. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>