summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-30gnu: java-plexus-classworlds: Don't use unstable tarball.Efraim Flashner
* gnu/packages/java.scm (java-plexus-classworlds)[source]: Download using git-fetch.
2020-03-30gnu: java-plexus-interpolation: Don't use unstable tarball.Efraim Flashner
* gnu/packages/java.scm (java-plexus-interpolation)[source]: Download using git-fetch.
2020-03-30gnu: java-plexus-utils: Don't use unstable tarball.Efraim Flashner
* gnu/packages/java.scm (java-plexus-utils)[source]: Download using git-fetch.
2020-03-30gnu: java-junit: Don't use unstable tarball.Efraim Flashner
* gnu/packages/java.scm (java-junit)[source]: Download using git-fetch. [home-page]: Update home-page.
2020-03-30gnu: java-hamcrest-core: Don't use unstable tarball.Efraim Flashner
* gnu/packages/java.scm (java-hamcrest-core)[source]: Download using git-fetch.
2020-03-29gnu: gmp: Build fix for mingw.Jan Nieuwenhuizen
* gnu/packages/multiprecision.scm (gmp) [arguments]: Add `setenv' phase for mingw target.
2020-03-29gnu: commencement: Micro-optimize the package graph.Ludovic Courtès
This removes 2 'add-data-to-store-cache' lookups. * gnu/packages/commencement.scm (flex-boot0): Move (package (inherit …)) outside the 'propagated-inputs' field to avoid creating a new node each time the field is accessed.
2020-03-29build-system/gnu: Optimize the package graph.Ludovic Courtès
With this change, the output of: guix graph -e '(@@ (gnu packages commencement) coreutils-final)' |grep 'label = ' | wc -l drops from 76 nodes to 68 nodes, and the "add-data-to-store-cache" hit rate for: guix build libreoffice -d --no-grafts drops from 3.9% to 2.6%. * guix/build-system/gnu.scm (package-with-explicit-inputs*)[cut?]: Adjust condition to exclude packages with build systems other than GNU-BUILD-SYSTEM, such as 'ld-wrapper-boot3'.
2020-03-29packages: 'package->bag' keys cache by replacement.Ludovic Courtès
* guix/packages.scm (package->bag): When GRAFT? is true, use PACKAGE's replacement as the cache key. Remove GRAFT? from the list of secondary cache keys.
2020-03-29deploy: Use 'map/accumulate-builds'.Ludovic Courtès
* guix/scripts/deploy.scm (guix-deploy): Use 'map/accumulate-builds' instead of 'for-each'.
2020-03-29deploy: Factorize machine deployment.Ludovic Courtès
* guix/scripts/deploy.scm (deploy-machine*): New procedure. (guix-deploy): Call it in 'for-each'.
2020-03-29gnu: MPD: Update to 0.21.21.Leo Famulari
* gnu/packages/mpd.scm (mpd): Update to 0.21.21.
2020-03-29gnu: Add parlatype.Nicolas Goaziou
* gnu/packages/gnome.scm (parlatype): New variable.
2020-03-29gnu: font-jetbrains-mono: Update to 1.0.3.Michael Rohleder
* gnu/packages/fonts.scm (font-jetbrains-mono): update to 1.0.3 Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: emacs-helm-org-contacts: Update to 20200319.Michael Rohleder
* gnu/packages/emacs-xyz.scm (emacs-helm-org-contacts): update to 20200310 Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: Add fogpad.Alexandros Theodotou
* gnu/packages/music.scm (fogpad): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: Add regrader.Alexandros Theodotou
* gnu/packages/music.scm (regrader): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: Add vl1-emulator.Alexandros Theodotou
* gnu/packages/music.scm (vl1-emulator): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: python-typing-extensions: Update to 3.7.4.1.Alex ter Weele
* gnu/packages/python-xyz (python-typing-extensions): Update to 3.7.4.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: emacs-next: Add harfbuzz (text shaping engine) to inputs.Alexey Abramov
* gnu/packages/emacs.scm (emacs-next)[inputs]: Add harfbuzz. [arguments]: Enable harfbuzz in #:configure-flags. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: ghc-esqueleto: Update to 3.3.1.1.Marius Bakke
* gnu/packages/haskell-xyz.scm (ghc-esqueleto): Update to 3.3.1.1.
2020-03-29gnu: ghc-yesod-persistent: Update to 1.6.0.4.Marius Bakke
* gnu/packages/haskell-web.scm (ghc-yesod-persistent): Update to 1.6.0.4.
2020-03-29gnu: ghc-scalpel: Fix typo in description.Marius Bakke
* gnu/packages/haskell-web.scm (ghc-scalpel)[description]: Add punctuation.
2020-03-29gnu: ghc-persistent-sqlite: Update to 2.10.5.2.Alexandru-Sergiu Marton
* gnu/packages/haskell-xyz.scm (ghc-persistent-sqlite): Update to 2.10.5.2. [inputs]: Remove GHC-OLD-LOCALE. [native-inputs]: Add GHC-PERSISTENT-TEST, GHC-EXCEPTIONS, GHC-FAST-LOGGER, GHC-HUNIT, GHC-QUICKCHECK, GHC-SYSTEM-FILEIO, and GHC-SYSTEM-FILEPATH. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: Add ghc-persistent-test.Alexandru-Sergiu Marton
* gnu/packages/haskell-xyz.scm (ghc-persistent-test): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: ghc-persistent-template: Update to 2.8.0.Alexandru-Sergiu Marton
* gnu/packages/haskell-xyz.scm (ghc-persistent-template): Update to 2.8.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: ghc-persistent: Update to 2.10.4.Alexandru-Sergiu Marton
* gnu/packages/haskell-xyz.scm (ghc-persistent): Update to 2.10.4. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: Add ghc-html-conduit.Alexandru-Sergiu Marton
* gnu/packages/haskell-web.scm (ghc-html-conduit): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: Add ghc-pwstore-fast.Alexandru-Sergiu Marton
* gnu/packages/haskell-xyz.scm (ghc-pwstore-fast): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: Add ghc-nonce.Alexandru-Sergiu Marton
* gnu/packages/haskell-xyz.scm (ghc-nonce): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: Add ghc-basic-prelude.Alexandru-Sergiu Marton
* gnu/packages/haskell-xyz.scm (ghc-basic-prelude): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: Add ghc-project-template.Alexandru-Sergiu Marton
* gnu/packages/haskell-xyz.scm (ghc-project-template): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: Add emacs-hlint-refactor-mode.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-hlint-refactor-mode): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: Add apply-refact.Brian Leung
* gnu/packages/haskell-apps.scm (apply-refact): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-29gnu: Move the deprecated 'ghc-stylish-haskell' closer to its replacement.Marius Bakke
Inheritance across modules can cause unbound variable errors because of cyclic dependencies between the modules. * gnu/packages/haskell-xyz.scm (ghc-stylish-haskell): Move from here ... * gnu/packages/haskell-apps.scm (ghc-stylish-haskell): ... to here.
2020-03-29gnu: Add pocketsphinx.Nicolas Goaziou
* gnu/packages/speech.scm (pocketsphinx): New variable.
2020-03-29gnu: Add sphinxbase.Nicolas Goaziou
* gnu/packages/speech.scm (sphinxbase): New variable.
2020-03-29gnu: GnuPG: Really use ~/.guix-profile/bin/pinentry by default.Leo Famulari
Fixes <https://bugs.gnu.org/24076>. * gnu/packages/patches/gnupg-default-pinentry.patch: New file. Use $HOME to find the user's Guix profile and installed pinentry. * gnu/local.mk (dist_patch_DATA): Add the patch. * gnu/packages/gnupg.scm (gnupg)[source]: Use it.
2020-03-29gnu: Add flyer-composer-cli.Hartmut Goebel
* gnu/packages/pdf.scm (flyer-composer-cli): New variable.
2020-03-29gnu: Add flyer-composer.Hartmut Goebel
* gnu/packages/pdf.scm (flyer-composer): New variable.
2020-03-29gnu: z3: Fix build determinism.Jakub Kądziołka
* gnu/packages/maths.scm (z3)[arguments]: Add a phase to set PYTHONHASHSEED=0.
2020-03-29gnu: tesseract-ocr: Don't use unstable tarball.Efraim Flashner
* gnu/packages/ocr.scm (tesseract-ocr)[source]: Download using git-fetch. [home-page]: Use full URL.
2020-03-29gnu: vowpal-wabbit: Don't use unstable tarball.Efraim Flashner
* gnu/packages/machine-learning.scm (vowpal-wabbit)[source]: Download using git-fetch. [arguments]: Add custom 'make-files-writable phase.
2020-03-29gnu: unionfs-fuse: Don't use unstable tarball.Efraim Flashner
* gnu/packages/linux.scm (unionfs-fuse)[source]: Download using git-fetch.
2020-03-29gnu: txt2man: Don't use unstable tarball.Efraim Flashner
* gnu/packages/man.scm (txt2man)[source]: Download using git-fetch.
2020-03-29gnu: nextpnr-ice40: Clean-up description.Efraim Flashner
* gnu/packages/fpga.scm (nextpnr-ice40)[description]: Appease guix lint.
2020-03-29gnu: nextpnr-ice40: Use a source file-name.Efraim Flashner
* gnu/packages/fpga.scm (nextpnr-ice40)[source]: Add file-name field.
2020-03-29gnu: synthv1: Update to 0.9.13.Tobias Geerinckx-Rice
* gnu/packages/music.scm (synthv1): Update to 0.9.13.
2020-03-29gnu: padthv1: Update to 0.9.13.Tobias Geerinckx-Rice
* gnu/packages/music.scm (padthv1): Update to 0.9.13.
2020-03-29gnu: samplv1: Update to 0.9.13.Tobias Geerinckx-Rice
* gnu/packages/music.scm (samplv1): Update to 0.9.13.