summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: rtaudio: Fix include path.Vinicius Monego2021-07-06
| | | | | | | | | * 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>
* gnu: ytfzf: Use patches inside source block, instead of inputs.Raghav Gururajan2021-07-06
| | | | | | | * 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.
* gnu: Add ytfzf.Raghav Gururajan2021-07-06
| | | | | | * gnu/packages/image-viewers.scm (ytfzf): New variable. Co-authored-by: jgart <jgart@dismail.de>
* gnu: Add python-ueberzug.Raghav Gururajan2021-07-06
| | | | | | * gnu/packages/python-xyz.scm (python-ueberzug): New variable. Co-authored-by: jgart <jgart@dismail.de>
* doc: Change Debbugs usertags user to "guix".Chris Marusich2021-07-05
| | | | | | * 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>.
* guix: docker: Ensure repository name length limits are met.Maxim Cournoyer2021-07-05
| | | | | | | | * 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>
* gnu: ocaml-earley: Update to 3.0.0.Julien Lepiller2021-07-05
| | | | | * gnu/packages/ocaml.scm (ocaml-earley): Update to 3.0.0. Use latest ocaml version.
* gnu: Add ocaml-sqlite3.Julien Lepiller2021-07-05
| | | | | | | * 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.
* guix: opam: Allow for whitespace at the start of an opam file.Julien Lepiller2021-07-05
| | | | * guix/import/opam.scm (records): Accept whitespace at the beginning.
* gnu: conda: Update to 4.10.3.Ricardo Wurmus2021-07-05
| | | | | | | * 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.
* gnu: python-conda-package-handling: Update to 1.7.3.Ricardo Wurmus2021-07-05
| | | | | | | * 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.
* gnu: python-anaconda-client: Update to 1.8.0.Ricardo Wurmus2021-07-05
| | | | | | | | * 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.
* gnu: rust-predicates-2: Fix build.Nicolas Goaziou2021-07-05
| | | | | * gnu/packages/crates-io.scm (rust-predicates-2)[arguments] <#:cargo-development-inputs>: Add missing input.
* gnu: Add cl-hunchenissr-routes.Charles2021-07-05
| | | | | | | * 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>
* gnu: Add cl-hunchenissr.Charles2021-07-05
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-hunchenissr, ecl-hunchenissr, cl-hunchenissr): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-portal.Charles2021-07-05
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-portal, ecl-portal, cl-portal): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: vim: Install manpagesMorgan Smith2021-07-05
| | | | | | * gnu/packages/vim.scm (vim)[arguments]<#:phases>: Add fix-install.sh phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* import: go: Replace tildes with hyphens in package names.Sarah Morgensen2021-07-05
| | | | | | | | | 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>
* gnu: rust-quick-xml-0.22: Fix build.Nicolas Goaziou2021-07-05
| | | | | * gnu/packages/crates-io.scm (rust-quick-xml-0.22)[arguments] <#:cargo-development-inputs>: Add missing inputs.
* gnu: Add rust-serde-value-0.7.Nicolas Goaziou2021-07-05
| | | | | * gnu/packages/crates-io.scm (rust-serde-value-0.7): New variable. (rust-serde-value-0.6): Inherit from above.
* gnu: emacs-transient: Update to 0.3.6.Xinglu Chen2021-07-05
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.6. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: monolith: Update to 2.6.1.Nicolas Goaziou2021-07-05
| | | | * gnu/packages/web.scm (monolith): Update to 2.6.1.
* gnu: rust-reqwest-0.11: Update to 0.11.4.Nicolas Goaziou2021-07-05
| | | | * gnu/packages/crates-io.scm (rust-reqwest-0.11): Update to 0.11.4.
* gnu: rust-assert-cmd-1: Update to 1.0.7.Nicolas Goaziou2021-07-05
| | | | * gnu/packages/crates-io.scm (rust-assert-cmd-1): Update to 1.0.7.
* gnu: Add rust-predicates-2.Nicolas Goaziou2021-07-05
| | | | | * gnu/packages/crates-io.scm (rust-predicates-2): New variable. (rust-predicates-1): Inherit from above.
* gnu: Add rust-difflib-0.4.Nicolas Goaziou2021-07-05
| | | | * gnu/packages/crates-io.scm (rust-difflib-0.4): New variable.
* gnu: python2-pgpdump: Remove package.zimoun2021-07-05
| | | | | | * gnu/packages/python-crypto.scm (python2-pgpdump): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python2-pyfakefs: Remove package.zimoun2021-07-05
| | | | | | * gnu/packages/check.scm (python2-pyfakefs): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python2-pyzmq: Remove package.zimoun2021-07-05
| | | | | | * gnu/packages/python-xyz.scm (python2-pyzmq): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python2-testpath: Remove package.zimoun2021-07-05
| | | | | | * gnu/packages/check.scm (python2-testpath): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python2-toolz: Remove package.zimoun2021-07-05
| | | | | | * gnu/packages/python-xyz.scm (python2-toolz): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python2-terminado: Remove package.zimoun2021-07-05
| | | | | | * gnu/packages/python-web.scm (python2-terminado): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python2-nbformat: Remove package.zimoun2021-07-05
| | | | | | | | | 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>
* gnu: python2-ipython: Remove package.zimoun2021-07-05
| | | | | | | | | 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>
* gnu: python2-jupyter-client: Remove package.zimoun2021-07-05
| | | | | | * gnu/packages/python-xyz.scm (python2-jupyter-client): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python2-nbconvert: Remove package.zimoun2021-07-05
| | | | | | * gnu/packages/python-xyz.scm (python2-nbconvert): Remove variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: mbedtls-apache: Update to 2.26.0.Matthew James Kraai2021-07-05
| | | | | | | * gnu/packages/tls.scm (mbedtls-apache): Update to 2.26.0. [source]: Add snippet. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-slime-volleyball: Update to 1.2.0.Nicolas Goaziou2021-07-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-slime-volleyball): Update to 1.2.0.
* gnu: emacs-pyim: Update to 3.8.3.Nicolas Goaziou2021-07-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.8.3.
* gnu: tectonic: Update to 0.7.1.Nicolas Goaziou2021-07-05
| | | | * gnu/packages/rust-apps.scm (tectonic): Update to 0.7.1.
* gnu: Add rust-quick-xml-0.22.Nicolas Goaziou2021-07-05
| | | | | * gnu/packages/crates-io.scm (rust-quick-xml-0.22): New variable. (rust-quick-xml-0.21): Inherit from above.
* gnu: straw-viewer: Deprecate package.Raghav Gururajan2021-07-04
| | | | | | | Upstream has replaced straw-viewer with pipe-viewer. Reference https://github.com/trizen/straw-viewer/commit/dc2dfe82 * gnu/packages/video.scm (straw-viewer): Deprecate in favour of pipe-viewer.
* gnu: Add pipe-viewer.Raghav Gururajan2021-07-04
| | | | * gnu/packages/video.scm (pipe-viewer): New variable.
* gnu: Add perl-mime-base64.Raghav Gururajan2021-07-04
| | | | * gnu/packages/perl.scm (perl-mime-base64): New variable.
* gnu: Add perl-encode.Raghav Gururajan2021-07-04
| | | | * gnu/packages/perl.scm (perl-encode): New variable.
* gnu: Add perl-storable.Raghav Gururajan2021-07-04
| | | | * gnu/packages/perl.scm (perl-storable): New variable.
* gnu: Add perl-xsloader.Raghav Gururajan2021-07-04
| | | | * gnu/packages/perl.scm (perl-xsloader): New variable.
* gnu: Add perl-test-portability-files.Raghav Gururajan2021-07-04
| | | | * gnu/packages/perl-check.scm (perl-test-portability-files): New variable.
* gnu: Add perl-term-ansicolor.Raghav Gururajan2021-07-04
| | | | * gnu/packages/perl.scm (perl-term-ansicolor): New variable.
* gnu: Add perl-text-parsewords.Raghav Gururajan2021-07-04
| | | | * gnu/packages/perl.scm (perl-text-parsewords): New variable.