Age | Commit message (Expand) | Author |
2020-03-30 | gnu: Add emacs-caps-lock.•••* gnu/packages/emacs-xyz.scm (emacs-caps-lock): New variable.
| Joseph LaFreniere |
2020-03-30 | gnu: emacs-arduino-mode: Change to a maintained fork.•••* gnu/packages/emacs-xyz.scm (emacs-arduino-mode)[source]: Update URI.
[arguments]: Add phase to fix obsolete warnings.
[home-page]: Update home page.
| Evan Straw |
2020-03-30 | .gitignore: Ignore test results in tests/services.•••This is a follow-up to commit d3e439e355284f136ff13eb3e6fffb4661552f3b.
* .gitignore: Add /tests/services/*.trs.
| Marius Bakke |
2020-03-30 | gnu: ath9k-htc-firmware: Correct home-page url.•••* gnu/packages/firmware.scm (ath9k-htc-firmware)[home-page]: Correct url.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Brendan Tildesley |
2020-03-30 | gnu: antlr3: Don't use unstable tarball.•••* gnu/packages/java.scm (antlr3)[source]: Download using git-fetch.
| Efraim Flashner |
2020-03-30 | gnu: java-javaewah: Don't use unstable tarball.•••* gnu/packages/java.scm (java-javaewah)[source]: Download using
git-fetch.
| Efraim Flashner |
2020-03-30 | gnu: java-jmock: Don't use unstable tarball.•••* gnu/packages/java.scm (java-jmock)[source]: Download using git-fetch.
| Efraim Flashner |
2020-03-30 | gnu: java-jmock-1: Don't use unstable tarball.•••* gnu/packages/java.scm (java-jmock-1)[source]: Download using git-fetch.
[home-page]: Update home-page.
| Efraim Flashner |
2020-03-30 | gnu: java-easymock: Don't use unstable tarball.•••* gnu/packages/java.scm (java-easymock)[source]: Download using git-fetch.
[home-page]: Use https.
| Efraim Flashner |
2020-03-30 | gnu: java-objenesis: Don't use unstable tarball.•••* gnu/packages/java.scm (java-objenesis)[source]: Download using
git-fetch.
| Efraim Flashner |
2020-03-30 | gnu: java-asm: Download using https.•••* gnu/packages/java.scm (java-asm)[source]: Use https URL.
| Efraim Flashner |
2020-03-30 | gnu: java-modello-core: Don't use unstable tarball.•••* gnu/packages/java.scm (java-modello-core)[source]: Download using
git-fetch.
| Efraim Flashner |
2020-03-30 | gnu: java-sisu-build-api: Don't use unstable tarball.•••* gnu/packages/java.scm (java-sisu-build-api)[source]: Download using
git-fetch.
| Efraim Flashner |
2020-03-30 | gnu: java-plexus-sec-dispatcher: Don't use unstable tarball.•••* gnu/packages/java.scm (java-plexus-sec-dispatcher)[source]: Download
using git-fetch.
| Efraim Flashner |
2020-03-30 | gnu: java-plexus-compiler-api: Don't use unstable tarball.•••* gnu/packages/java.scm (java-plexus-compiler-api)[source]: Download
using git-fetch.
| Efraim Flashner |
2020-03-30 | gnu: java-plexus-cipher: Don't use unstable tarball.•••* gnu/packages/java.scm (java-plexus-cipher)[source]: Download using
git-fetch.
| Efraim Flashner |
2020-03-30 | gnu: java-plexus-io: Don't use unstable tarball.•••* gnu/packages/java.scm (java-plexus-io)[source]: Download using git-fetch.
| Efraim Flashner |
2020-03-30 | gnu: java-plexus-container-default-bootstrap: Don't use unstable tarball.•••* gnu/packages/java.scm (java-plexus-container-default-bootstrap)
[source]: Download using git-fetch.
| Efraim Flashner |
2020-03-30 | gnu: java-plexus-classworlds: Don't use unstable tarball.•••* gnu/packages/java.scm (java-plexus-classworlds)[source]: Download
using git-fetch.
| Efraim Flashner |
2020-03-30 | gnu: java-plexus-interpolation: Don't use unstable tarball.•••* gnu/packages/java.scm (java-plexus-interpolation)[source]: Download
using git-fetch.
| Efraim Flashner |
2020-03-30 | gnu: java-plexus-utils: Don't use unstable tarball.•••* gnu/packages/java.scm (java-plexus-utils)[source]: Download using
git-fetch.
| Efraim Flashner |
2020-03-30 | gnu: java-junit: Don't use unstable tarball.•••* gnu/packages/java.scm (java-junit)[source]: Download using git-fetch.
[home-page]: Update home-page.
| Efraim Flashner |
2020-03-30 | gnu: java-hamcrest-core: Don't use unstable tarball.•••* gnu/packages/java.scm (java-hamcrest-core)[source]: Download using
git-fetch.
| Efraim Flashner |
2020-03-29 | gnu: gmp: Build fix for mingw.•••* gnu/packages/multiprecision.scm (gmp) [arguments]: Add `setenv' phase for
mingw target.
| Jan Nieuwenhuizen |
2020-03-29 | gnu: commencement: Micro-optimize the package graph.•••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.
| Ludovic Courtès |
2020-03-29 | build-system/gnu: Optimize the package graph.•••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'.
| Ludovic Courtès |
2020-03-29 | packages: 'package->bag' keys cache by replacement.•••* 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.
| Ludovic Courtès |
2020-03-29 | deploy: Use 'map/accumulate-builds'.•••* guix/scripts/deploy.scm (guix-deploy): Use 'map/accumulate-builds'
instead of 'for-each'.
| Ludovic Courtès |
2020-03-29 | deploy: Factorize machine deployment.•••* guix/scripts/deploy.scm (deploy-machine*): New procedure.
(guix-deploy): Call it in 'for-each'.
| Ludovic Courtès |
2020-03-29 | gnu: MPD: Update to 0.21.21.•••* gnu/packages/mpd.scm (mpd): Update to 0.21.21.
| Leo Famulari |
2020-03-29 | gnu: Add parlatype.•••* gnu/packages/gnome.scm (parlatype): New variable.
| Nicolas Goaziou |
2020-03-29 | gnu: font-jetbrains-mono: Update to 1.0.3.•••* gnu/packages/fonts.scm (font-jetbrains-mono): update to 1.0.3
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Michael Rohleder |
2020-03-29 | gnu: emacs-helm-org-contacts: Update to 20200319.•••* gnu/packages/emacs-xyz.scm (emacs-helm-org-contacts): update to 20200310
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Michael Rohleder |
2020-03-29 | gnu: Add fogpad.•••* gnu/packages/music.scm (fogpad): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alexandros Theodotou |
2020-03-29 | gnu: Add regrader.•••* gnu/packages/music.scm (regrader): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alexandros Theodotou |
2020-03-29 | gnu: Add vl1-emulator.•••* gnu/packages/music.scm (vl1-emulator): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alexandros Theodotou |
2020-03-29 | gnu: python-typing-extensions: Update to 3.7.4.1.•••* gnu/packages/python-xyz (python-typing-extensions): Update to 3.7.4.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alex ter Weele |
2020-03-29 | gnu: emacs-next: Add harfbuzz (text shaping engine) to inputs.•••* gnu/packages/emacs.scm (emacs-next)[inputs]: Add harfbuzz.
[arguments]: Enable harfbuzz in #:configure-flags.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alexey Abramov |
2020-03-29 | gnu: ghc-esqueleto: Update to 3.3.1.1.•••* gnu/packages/haskell-xyz.scm (ghc-esqueleto): Update to 3.3.1.1.
| Marius Bakke |
2020-03-29 | gnu: ghc-yesod-persistent: Update to 1.6.0.4.•••* gnu/packages/haskell-web.scm (ghc-yesod-persistent): Update to 1.6.0.4.
| Marius Bakke |
2020-03-29 | gnu: ghc-scalpel: Fix typo in description.•••* gnu/packages/haskell-web.scm (ghc-scalpel)[description]: Add punctuation.
| Marius Bakke |
2020-03-29 | gnu: ghc-persistent-sqlite: Update to 2.10.5.2.•••* 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>
| Alexandru-Sergiu Marton |
2020-03-29 | gnu: Add ghc-persistent-test.•••* gnu/packages/haskell-xyz.scm (ghc-persistent-test): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alexandru-Sergiu Marton |
2020-03-29 | gnu: ghc-persistent-template: Update to 2.8.0.•••* gnu/packages/haskell-xyz.scm (ghc-persistent-template): Update to 2.8.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alexandru-Sergiu Marton |
2020-03-29 | gnu: ghc-persistent: Update to 2.10.4.•••* gnu/packages/haskell-xyz.scm (ghc-persistent): Update to 2.10.4.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alexandru-Sergiu Marton |
2020-03-29 | gnu: Add ghc-html-conduit.•••* gnu/packages/haskell-web.scm (ghc-html-conduit): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alexandru-Sergiu Marton |
2020-03-29 | gnu: Add ghc-pwstore-fast.•••* gnu/packages/haskell-xyz.scm (ghc-pwstore-fast): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alexandru-Sergiu Marton |
2020-03-29 | gnu: Add ghc-nonce.•••* gnu/packages/haskell-xyz.scm (ghc-nonce): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alexandru-Sergiu Marton |
2020-03-29 | gnu: Add ghc-basic-prelude.•••* gnu/packages/haskell-xyz.scm (ghc-basic-prelude): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alexandru-Sergiu Marton |
2020-03-29 | gnu: Add ghc-project-template.•••* gnu/packages/haskell-xyz.scm (ghc-project-template): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Alexandru-Sergiu Marton |