~ruther/guix-local

ef49ec6d — Felix Gruber 3 years ago
gnu: python-qrcode: Update to 7.3.1.

* gnu/packages/python-xyz.scm (python-qrcode): Update to 7.3.1.
[propagated-inputs]: Remove python-six.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
4b32f87e — Maxime Devos 3 years ago
daemon: Remove unused function findOutput.

* nix/libstore/misc.cc (findOutput): Remove it.
* nix/libstore/misc.hh (findOutput): Likewise.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
93032586 — Maxime Devos 3 years ago
daemon: Remove unused function exportPaths.

* nix/libstore/store-api.cc (exportPaths): Remove it.
* nix/libstore/store-api.hh (exportPaths): Likewise.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
1c5f5d6d — Maxime Devos 3 years ago
daemon: Remove unused function openStore.

* nix/libstore/store-api.cc (openStore): Remove it.
* nix/libstore/store-api.hh (openStore): Likewise.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
6519b1d5 — Nicolas Goaziou 3 years ago
gnu: emacs-vertico: Update to 0.27.

* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.27.
6c6eba3f — Guillaume Le Vaillant 3 years ago
news: Fix entry.

* etc/news.scm: Fix commit field.
d9f0ec68 — Guillaume Le Vaillant 3 years ago
gnu: qmapshack: Add curl dependency.

* gnu/packages/geo.scm (qmapshack)[inputs]: Add curl.
834162dc — Felix Gruber 3 years ago
gnu: qgis: Disable failing tests.

* gnu/packages/geo.scm (qgis)[arguments]: Disable failing tests in
  'check phase.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
59c6e235 — Felix Gruber 3 years ago
gnu: gplates: Add curl dependency.

* gnu/packages/geo.scm (gplates)[inputs]: Add curl.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3b14615b — Felix Gruber 3 years ago
gnu: openorienteering-mapper: Add curl dependency.

* gnu/packages/geo.scm (openorienteering-mapper)[inputs]: Add curl.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
8bb5bcf6 — Felix Gruber 3 years ago
gnu: python-cartopy: Update to 0.20.3.

* gnu/packages/geo.scm (python-cartopy): Update to 0.20.3.
  [propagated-inputs]: Add python-pyproj.
  [inputs]: Add comment to explain why proj is needed after depending on
  python-pyproj.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
b7376b31 — Felix Gruber 3 years ago
gnu: python-pyproj: Update to 3.3.1.

* gnu/packages/geo.scm (python-pyproj): Update to 3.3.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
5e26866a — Felix Gruber 3 years ago
gnu: proj: Update to 9.0.1.

* gnu/packages/geo.scm (proj): Update to 9.0.1.
  [arguments]: Remove fix-version phase.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
c9f19871 — Felix Gruber 3 years ago
gnu: xygrib: Build against proj-7.

* gnu/packages/geo.scm (xygrib)[inputs]: Replace proj with proj-7.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
c1197f5c — Felix Gruber 3 years ago
gnu: vtk: Build against proj-7.

* gnu/packages/image-processing.scm (vtk)[inputs]: Replace proj with
  proj-7.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3eeb67c5 — Felix Gruber 3 years ago
gnu: Add proj-7.

* gnu/packages/geo.scm (proj-7): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
22bfc42f — Mathieu Othacehe 3 years ago
services: web: Fix long lines.

* gnu/services/web.scm: Remove a trailing space and wrap long line. No
functional change.
d48c2c7d — Liliana Marie Prikler 3 years ago
news: Add entry about Emacs native compilation.

* etc/news.scm: Add entry.
11a06d1e — Liliana Marie Prikler 3 years ago
gnu: emacs-org: Undelete build step.

With native compilation enabled, it is now no longer meaningless.

* gnu/packages/emacs-xyz.scm (emacs-org)[#:phases]: Don't delete ‘build’.
58d0453a — Morgan Smith 3 years ago
build-system: emacs: Use new function for autoloads generation

* guix/build/emacs-utils.scm (emacs-generate-autoloads): Use
'loaddefs-generate' to create autoloads instead of
'update-directory-autoloads' if we are using a new enough Emacs

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Next