summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-05gnu: chafa: Update to 1.4.1.guy fleury iteriteka
* gnu/packages/image-viewers.scm (chafa): Update to 1.4.1. [inputs]: Add freetype, libjpeg-turbo. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-07-05gnu: rubber: Update to 1.5.1.Arun Isaac
* gnu/packages/tex.scm (rubber): Update to 1.5.1. [build-system]: Switch to python-build-system. [inputs]: Remove python-2 and which. [arguments]: Delete the build phase. Replace the install phase with a custom phase.
2020-07-05weather: Print 0.0% correctly.Arun Isaac
* guix/scripts/weather.scm (report-server-coverage): Report 0% coverage as 0.0%, not as .0%.
2020-07-05import: pypi: Handle 'null instead of #nil.Arun Isaac
* guix/import/pypi.scm (non-empty-string-or-false): guile-json now returns 'null instead of #nil for null JSON values. Handle it.
2020-07-05discovery: Fix typo.Arun Isaac
* guix/discovery.scm (fold-module-public-variables*): In the docstring, replace (PROC MODULE SYMBOL VARIABLE) with (PROC MODULE SYMBOL VARIABLE RESULT).
2020-07-05doc: Fix minor typo in Programming Interface.Arun Isaac
* doc/guix.texi (Programming Interface): Replace "under a specific build users" with "under specific build users".
2020-07-05gnu: python-pynvim: Update to 0.4.1.Tanguy Le Carrour
* gnu/packages/vim.scm (python-pynvim): Update to 0.4.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-07-05gnu: chessx: Update to 1.5.4.Michael Rohleder
* gnu/packages/games.scm (chessx): Update to 1.5.4, [inputs]: add "qtspeech", [arguments]: fix missing translations. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-07-05gnu: icedove: Update to 68.10.0.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (%icedove-build-id): Update. (icedove): Update version and corresponding hg changeset. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-07-05gnu: flatpak: Update to 1.8.0.Allan Adair
* gnu/packages/package-management.scm (flatpak): Update to 1.8.0, [native-inputs]: add "python-pyparsing". Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-07-05system: Do not use "hurd-target?".Mathieu Othacehe
Fix the following issue, that happens during CI evaluation: In guix/gexp.scm: 782:4 19 (_ _) In guix/store.scm: 1907:12 18 (_ #<store-connection 256.99 7f3727b6de10>) 1340:2 17 (map/accumulate-builds #<store-connection 256.99 7f372…> …) In srfi/srfi-1.scm: 586:29 16 (map1 ((#<file-append #<package hurd@0.9-1.91a516…> …) …)) 586:29 15 (map1 ((#<file-append #<<parameterized> bindings:…> …) …)) 586:29 14 (map1 ((#<file-append #<package hurd@0.9-1.91a516…> …) …)) 586:17 13 (map1 ((#<<operating-system> kernel: #<<parameter…> …) …)) In guix/store.scm: 1299:8 12 (call-with-build-handler #<procedure build-accumulator…> …) 2025:24 11 (run-with-store #<store-connection 256.99 7f3727b6de10> …) In guix/gexp.scm: 785:13 10 (_ _) In guix/store.scm: 1859:8 9 (_ _) In guix/gexp.scm: 243:18 8 (_ _) In guix/store.scm: 1894:38 7 (_ #<store-connection 256.99 7f3727b6de10>) In gnu/system.scm: 1012:19 6 (_ #<store-connection 256.99 7f3727b6de10>) 634:11 5 (operating-system-services #<<operating-system> kernel:…>) 611:17 4 (hurd-default-essential-services #<<operating-system> k…>) 555:18 3 (operating-system-directory-base-entries #<<operating-s…>) 1270:18 2 (operating-system-boot-parameters-file #<<operating-sy…> …) 1225:35 1 (operating-system-boot-parameters #<<operating-system>…> …) 1225:35 0 (operating-system-boot-parameters (#<<file-system> de…>) …) gnu/system.scm:1225:35: In procedure operating-system-boot-parameters: Wrong type to apply: #f "hurd-target?" is returning false when it should return true in that context. * gnu/system.scm (operating-system-boot-parameters): Check for "hurd" target field of "os" instead of using the "hurd-target?" procedure.
2020-07-05download: Replace misconfigured Apache mirror.Tobias Geerinckx-Rice
E.g. <http://apache.belnet.be/jakarta/oro/jakarta-oro-2.0.8.tar.gz> redirects to a bogus 200 HTML page. * guix/download.scm (%mirrors): Replace apache.belnet.be with ftp.nluug.nl.
2020-07-05gnu: links: Enable framebuffer (fb) graphics driver.Tobias Geerinckx-Rice
* gnu/packages/web-browsers.scm (links)[native-inputs]: Add linux-libre-headers. [inputs]: Add gpm.
2020-07-05gnu: links: Sort inputs.Tobias Geerinckx-Rice
* gnu/packages/web-browsers.scm (links)[inputs]: Order alphabetically.
2020-07-05gnu: Sort (gnu packages web-browsers) module imports.Tobias Geerinckx-Rice
* gnu/packages/web-browsers.scm: Order module imports alphabetically.
2020-07-05gnu: mosh: Remove ‘/bin/sh’ dependency.Tobias Geerinckx-Rice
* gnu/packages/ssh.scm (mosh)[arguments]: Add ‘patch-FHS-file-names’ phase.
2020-07-05gnu: bcachefs-tools: Display the correct version.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Add VERSION to make-flags.
2020-07-05gnu: cryptsetup: Update to 2.3.1.Vincent Legoll
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.1. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-07-05combinators: Fix typo.Arun Isaac
* guix/combinators.scm (fold2): Replace "a two lists" with "two lists".
2020-07-04gnu: hplip: Update source hash.Tobias Geerinckx-Rice
The tarball was modified in place: <http://issues.guix.gnu.org/42191>. * gnu/packages/cups.scm (hplip)[source]: Update hash.
2020-07-04gnu: Add phockup.Arun Isaac
* gnu/packages/image.scm (phockup): New variable.
2020-07-04gnu: emacs-exwm-x: Fix build.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-exwm-x)[propagated-inputs]: Replace emacs-ivy with emacs-counsel.
2020-07-04gnu: emacs-lispy: Fix build.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-lispy)[propagated-inputs]: Replace emacs-ivy with emacs-swiper.
2020-07-04gnu: emacs-counsel-projectile: Fix build.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile)[propagated-inputs]: Replace emacs-ivy with emacs-counsel.
2020-07-04gnu: emacs-counsel-tramp: Update to 0.7.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-counsel-tramp): Update to 0.7.5. [propagated-inputs]: Replace emacs-ivy with emacs-counsel.
2020-07-04gnu: emacs-counsel-dash: Update to 0.1.3-4-370d5f6.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Update to 0.1.3-4-370d5f6. [arguments]: Remove unnecessary phase. [propagated-inputs]: Replace emacs-ivy with emacs-counsel.
2020-07-04gnu: emacs-counsel-etags: Update to 1.9.11.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.9.11. [propagated-inputs]: Replace emacs-ivy with emacs-counsel.
2020-07-04gnu: Add emacs-counsel.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-counsel): New variable.
2020-07-04gnu: Add emacs-swiper.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-swiper): New variable.
2020-07-04gnu: r-nloptr: Update to 1.2.2.2.Ricardo Wurmus
* gnu/packages/statistics.scm (r-nloptr): Update to 1.2.2.2.
2020-07-04gnu: r-dalex: Update to 1.3.0.Ricardo Wurmus
* gnu/packages/cran.scm (r-dalex): Update to 1.3.0.
2020-07-04gnu: r-spdata: Update to 0.3.8.Ricardo Wurmus
* gnu/packages/cran.scm (r-spdata): Update to 0.3.8.
2020-07-04gnu: r-glmmtmb: Update to 1.0.2.1.Ricardo Wurmus
* gnu/packages/cran.scm (r-glmmtmb): Update to 1.0.2.1.
2020-07-04gnu: r-abn: Update to 2.2.2.Ricardo Wurmus
* gnu/packages/cran.scm (r-abn): Update to 2.2.2.
2020-07-04gnu: r-depecher: Update to 1.4.1.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-depecher): Update to 1.4.1.
2020-07-04gnu: r-rsubread: Update to 2.2.3.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.2.3.
2020-07-04gnu: Add emacs-bluetooth.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-03gnu: diffoscope: Update to 150.Vagrant Cascadian
* gnu/packages/diffoscope (diffoscope): Update to 150.
2020-07-04gnu: Add emacs-calibredb.Michael Rohleder
* gnu/packages/emacs-xyz.scm (emacs-calibredb): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-04gnu: Add emacs-org-beautify-theme.Morgan Smith
* gnu/packages/emacs-xyz.scm (emacs-org-beautify-theme): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-07-04gnu: emacs-auctex: Update to 12.2.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.4.
2020-07-04gnu: emacs-markdown-mode: Update hash too.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update hash. This is a followup to 3f452712438a5133c692c73b32bf91b5954d2b7b.
2020-07-04gnu: emacs-markdown-mode: Update to 2.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update to 2.4.
2020-07-04gnu: emacs-ivy: Update to 0.13.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.13.1. [source]: Use GNU ELPA repository. [homepage]: Point to GitHub instead of manual.
2020-07-03gnu: Add curlpp library.Dale Mellor
* gnu/packages/curl.scm (curlpp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-03gnu: Add guix-simplyblack-sddm-theme.Fredrik Salomonsson
* gnu/packages/display-managers.scm (guix-simplyblack-sddm-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-07-03import: Do not assume that 'package-source' returns an origin.Ludovic Courtès
* guix/gnu-maintenance.scm (gnu-package?): Check whether 'package-source' returns an origin. * guix/import/github.scm (updated-github-url): Likewise. * guix/import/launchpad.scm (updated-launchpad-url): Likewise.
2020-07-03upstream: Define 'url-predicate' and use it.Ludovic Courtès
* guix/upstream.scm (url-predicate): New procedure. (url-prefix-predicate): Define in terms of 'url-predicate'. * guix/import/cpan.scm (cpan-package?): Use 'url-predicate'. * guix/import/cran.scm (cran-package?) (bioconductor-package?) (bioconductor-data-package?) (bioconductor-experiment-package?): Likewise. * guix/import/crate.scm (crate-package?): Likewise. * guix/import/elpa.scm (package-from-gnu.org?): Likewise. * guix/import/hackage.scm (hackage-package?): Likewise. * guix/import/pypi.scm (pypi-package?): Likewise. * guix/import/gem.scm (gem-package?): Use 'url-prefix-predicate'.
2020-07-03lint: Do not assume that a package's source is an origin.Ludovic Courtès
* guix/lint.scm (check-source-file-name): Ensure ORIGIN is an origin. (check-patch-file-names)[patches]: Likewise. (check-source): Likewise.
2020-07-03gnu: hpcguix-web: Add guix to inputs.Ricardo Wurmus
* gnu/packages/web.scm (hpcguix-web)[inputs]: Add guix.