aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAge
* gnu: java-icu4j: Update to 66.1, use full sources.•••* gnu/packages/icu4c.scm (java-icu4j): Update to 66.1. [source]: Use full sources instead of jar-sources. [arguments]: Add chdir phase, replace install phase. Co-Authored-By: Julien Lepiller <julien@lepiller.eu> Björn Höfling2020-07-05
* gnu: Add java-junitparams.•••* gnu/packages/java.scm (java-junitparams): New variable. Julien Lepiller2020-07-05
* gnu: chafa: Update to 1.4.1.•••* 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> guy fleury iteriteka2020-07-05
* gnu: rubber: Update to 1.5.1.•••* 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. Arun Isaac2020-07-05
* gnu: python-pynvim: Update to 0.4.1.•••* gnu/packages/vim.scm (python-pynvim): Update to 0.4.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Tanguy Le Carrour2020-07-05
* gnu: chessx: Update to 1.5.4.•••* 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> Michael Rohleder2020-07-05
* gnu: icedove: Update to 68.10.0.•••* gnu/packages/gnuzilla.scm (%icedove-build-id): Update. (icedove): Update version and corresponding hg changeset. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Jonathan Brielmaier2020-07-05
* gnu: flatpak: Update to 1.8.0.•••* gnu/packages/package-management.scm (flatpak): Update to 1.8.0, [native-inputs]: add "python-pyparsing". Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Allan Adair2020-07-05
* system: Do not use "hurd-target?".•••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. Mathieu Othacehe2020-07-05
* gnu: links: Enable framebuffer (fb) graphics driver.•••* gnu/packages/web-browsers.scm (links)[native-inputs]: Add linux-libre-headers. [inputs]: Add gpm. Tobias Geerinckx-Rice2020-07-05
* gnu: links: Sort inputs.•••* gnu/packages/web-browsers.scm (links)[inputs]: Order alphabetically. Tobias Geerinckx-Rice2020-07-05
* gnu: Sort (gnu packages web-browsers) module imports.•••* gnu/packages/web-browsers.scm: Order module imports alphabetically. Tobias Geerinckx-Rice2020-07-05
* gnu: mosh: Remove ‘/bin/sh’ dependency.•••* gnu/packages/ssh.scm (mosh)[arguments]: Add ‘patch-FHS-file-names’ phase. Tobias Geerinckx-Rice2020-07-05
* gnu: bcachefs-tools: Display the correct version.•••* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Add VERSION to make-flags. Tobias Geerinckx-Rice2020-07-05
* gnu: cryptsetup: Update to 2.3.1.•••* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.1. Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> Vincent Legoll2020-07-05
* gnu: hplip: Update source hash.•••The tarball was modified in place: <http://issues.guix.gnu.org/42191>. * gnu/packages/cups.scm (hplip)[source]: Update hash. Tobias Geerinckx-Rice2020-07-04
* gnu: Add phockup.•••* gnu/packages/image.scm (phockup): New variable. Arun Isaac2020-07-04
* gnu: emacs-exwm-x: Fix build.•••* gnu/packages/emacs-xyz.scm (emacs-exwm-x)[propagated-inputs]: Replace emacs-ivy with emacs-counsel. Nicolas Goaziou2020-07-04
* gnu: emacs-lispy: Fix build.•••* gnu/packages/emacs-xyz.scm (emacs-lispy)[propagated-inputs]: Replace emacs-ivy with emacs-swiper. Nicolas Goaziou2020-07-04
* gnu: emacs-counsel-projectile: Fix build.•••* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile)[propagated-inputs]: Replace emacs-ivy with emacs-counsel. Nicolas Goaziou2020-07-04
* gnu: emacs-counsel-tramp: Update to 0.7.5.•••* gnu/packages/emacs-xyz.scm (emacs-counsel-tramp): Update to 0.7.5. [propagated-inputs]: Replace emacs-ivy with emacs-counsel. Nicolas Goaziou2020-07-04
* gnu: emacs-counsel-dash: Update to 0.1.3-4-370d5f6.•••* 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. Nicolas Goaziou2020-07-04
* gnu: emacs-counsel-etags: Update to 1.9.11.•••* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.9.11. [propagated-inputs]: Replace emacs-ivy with emacs-counsel. Nicolas Goaziou2020-07-04
* gnu: Add emacs-counsel.•••* gnu/packages/emacs-xyz.scm (emacs-counsel): New variable. Nicolas Goaziou2020-07-04
* gnu: Add emacs-swiper.•••* gnu/packages/emacs-xyz.scm (emacs-swiper): New variable. Nicolas Goaziou2020-07-04
* gnu: r-nloptr: Update to 1.2.2.2.•••* gnu/packages/statistics.scm (r-nloptr): Update to 1.2.2.2. Ricardo Wurmus2020-07-04
* gnu: r-dalex: Update to 1.3.0.•••* gnu/packages/cran.scm (r-dalex): Update to 1.3.0. Ricardo Wurmus2020-07-04
* gnu: r-spdata: Update to 0.3.8.•••* gnu/packages/cran.scm (r-spdata): Update to 0.3.8. Ricardo Wurmus2020-07-04
* gnu: r-glmmtmb: Update to 1.0.2.1.•••* gnu/packages/cran.scm (r-glmmtmb): Update to 1.0.2.1. Ricardo Wurmus2020-07-04
* gnu: r-abn: Update to 2.2.2.•••* gnu/packages/cran.scm (r-abn): Update to 2.2.2. Ricardo Wurmus2020-07-04
* gnu: r-depecher: Update to 1.4.1.•••* gnu/packages/bioconductor.scm (r-depecher): Update to 1.4.1. Ricardo Wurmus2020-07-04
* gnu: r-rsubread: Update to 2.2.3.•••* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.2.3. Ricardo Wurmus2020-07-04
* gnu: Add emacs-bluetooth.•••* gnu/packages/emacs-xyz.scm (emacs-bluetooth): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nicolas Goaziou2020-07-04
* gnu: diffoscope: Update to 150.•••* gnu/packages/diffoscope (diffoscope): Update to 150. Vagrant Cascadian2020-07-03
* gnu: Add emacs-calibredb.•••* gnu/packages/emacs-xyz.scm (emacs-calibredb): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder2020-07-04
* gnu: Add emacs-org-beautify-theme.•••* gnu/packages/emacs-xyz.scm (emacs-org-beautify-theme): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Morgan Smith2020-07-04
* gnu: emacs-auctex: Update to 12.2.4.•••* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.4. Nicolas Goaziou2020-07-04
* gnu: emacs-markdown-mode: Update hash too.•••* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update hash. This is a followup to 3f452712438a5133c692c73b32bf91b5954d2b7b. Nicolas Goaziou2020-07-04
* gnu: emacs-markdown-mode: Update to 2.4.•••* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update to 2.4. Nicolas Goaziou2020-07-04
* gnu: emacs-ivy: Update to 0.13.1.•••* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.13.1. [source]: Use GNU ELPA repository. [homepage]: Point to GitHub instead of manual. Nicolas Goaziou2020-07-04
* gnu: Add curlpp library.•••* gnu/packages/curl.scm (curlpp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dale Mellor2020-07-03
* gnu: Add guix-simplyblack-sddm-theme.•••* gnu/packages/display-managers.scm (guix-simplyblack-sddm-theme): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Fredrik Salomonsson2020-07-03
* gnu: hpcguix-web: Add guix to inputs.•••* gnu/packages/web.scm (hpcguix-web)[inputs]: Add guix. Ricardo Wurmus2020-07-03
* gnu: Update synergy to 1.11.1.•••* gnu/packages/synergy.scm (synergy): Update to 1.11.1. [arguments]: Add "patch-desktop" phase. [native-inputs]: New field. [inputs]: Remove unused "xinput" input. Eric Bavier2020-07-03
* gnu: nyxt (formerly 'next'): Update to 20200702.•••* gnu/packages/web-browsers.scm (next): Deprecate in favour of nyxt. (nyxt): New variable. Pierre Neidhardt2020-07-03
* gnu: sbcl: Add comment explaining out-of-date version.•••Make sure no one repeats this mistake. This is a follow-up to commit 809aa3c51c5a0f3d8e3d8133b22684702cb90287. * gnu/packages/lisp.scm (sbcl): Add a comment advising against updating to 2.0.6. Jakub Kądziołka2020-07-03
* gnu: js8call: Update to 2.2.0.•••* gnu/packages/radio.scm (js8call): Update to 2.2.0. [inputs]: Use wsjtx-hamlib instead of regular hamlib. Guillaume Le Vaillant2020-07-03
* Revert "gnu: sbcl: Update to 2.0.6."•••This reverts commit 1ac4959c6a94a89fc8d3a73239d107cfb1d96240. SBCL 2.0.6 breaks named-readtables and consequently many Common Lisp packages. See https://github.com/melisgl/named-readtables/issues/19. Pierre Neidhardt2020-07-03
* gnu: Add cl-napa-fft3.•••* gnu/packages/lisp-xyz.scm (sbcl-napa-fft3, cl-napa-fft3): New variables. Guillaume Le Vaillant2020-07-03
* gnu: Add cl-bordeaux-fft.•••* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-fft, cl-bordeaux-fft, ecl-bordeaux-fft): New variables. Guillaume Le Vaillant2020-07-03