aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* daemon: Remove unused function findOutput.Maxime Devos2022-09-11
| | | | | | | * nix/libstore/misc.cc (findOutput): Remove it. * nix/libstore/misc.hh (findOutput): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* daemon: Remove unused function exportPaths.Maxime Devos2022-09-11
| | | | | | | * nix/libstore/store-api.cc (exportPaths): Remove it. * nix/libstore/store-api.hh (exportPaths): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* daemon: Remove unused function openStore.Maxime Devos2022-09-11
| | | | | | | * nix/libstore/store-api.cc (openStore): Remove it. * nix/libstore/store-api.hh (openStore): Likewise. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacs-vertico: Update to 0.27.Nicolas Goaziou2022-09-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.27.
* news: Fix entry.Guillaume Le Vaillant2022-09-11
| | | | * etc/news.scm: Fix commit field.
* gnu: qmapshack: Add curl dependency.Guillaume Le Vaillant2022-09-11
| | | | * gnu/packages/geo.scm (qmapshack)[inputs]: Add curl.
* gnu: qgis: Disable failing tests.Felix Gruber2022-09-11
| | | | | | | * gnu/packages/geo.scm (qgis)[arguments]: Disable failing tests in 'check phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: gplates: Add curl dependency.Felix Gruber2022-09-11
| | | | | | * gnu/packages/geo.scm (gplates)[inputs]: Add curl. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: openorienteering-mapper: Add curl dependency.Felix Gruber2022-09-11
| | | | | | * gnu/packages/geo.scm (openorienteering-mapper)[inputs]: Add curl. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: python-cartopy: Update to 0.20.3.Felix Gruber2022-09-11
| | | | | | | | | * 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>
* gnu: python-pyproj: Update to 3.3.1.Felix Gruber2022-09-11
| | | | | | * gnu/packages/geo.scm (python-pyproj): Update to 3.3.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: proj: Update to 9.0.1.Felix Gruber2022-09-11
| | | | | | | * gnu/packages/geo.scm (proj): Update to 9.0.1. [arguments]: Remove fix-version phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: xygrib: Build against proj-7.Felix Gruber2022-09-11
| | | | | | * gnu/packages/geo.scm (xygrib)[inputs]: Replace proj with proj-7. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: vtk: Build against proj-7.Felix Gruber2022-09-11
| | | | | | | * gnu/packages/image-processing.scm (vtk)[inputs]: Replace proj with proj-7. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add proj-7.Felix Gruber2022-09-11
| | | | | | * gnu/packages/geo.scm (proj-7): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* services: web: Fix long lines.Mathieu Othacehe2022-09-11
| | | | | * gnu/services/web.scm: Remove a trailing space and wrap long line. No functional change.
* news: Add entry about Emacs native compilation.Liliana Marie Prikler2022-09-11
| | | | * etc/news.scm: Add entry.
* gnu: emacs-org: Undelete build step.Liliana Marie Prikler2022-09-11
| | | | | | With native compilation enabled, it is now no longer meaningless. * gnu/packages/emacs-xyz.scm (emacs-org)[#:phases]: Don't delete ‘build’.
* build-system: emacs: Use new function for autoloads generationMorgan Smith2022-09-11
| | | | | | | | * 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>
* gnu: emacs-yasnippet: Fix build.Liliana Marie Prikler2022-09-11
| | | | | * gnu/packages/patches/emacs-yasnippet-fix-tests.patch: Handle arguments in buffer-list.
* build-system: emacs: Use native compilation.Liliana Marie Prikler2022-09-11
| | | | | | | | | * guix/build/emacs-build-system.scm (add-install-to-native-load-path): New variable. (build): Replace ‘emacs-byte-compile-directory’ with ‘emacs-compile-directory’. Delete already compiled files in the working directory prior to compilation. (%standard-phases): Add ‘add-install-to-native-load-path’ after ‘expand-load-path’.
* guix: emacs-utils: Add emacs-compile-directory.Liliana Marie Prikler2022-09-11
| | | | * guix/build/emacs-utils.scm (emacs-compile-directory): New variable.
* gnu: emacs: Build with native compilation.Liliana Marie Prikler2022-09-11
| | | | | | | | | | | | * gnu/packages/emacs.scm (%emacs-modules): New variable. (emacs)[arguments]<#:modules>: Use it here. <#:configure-flags> Add “--with-native-compilation”. <#:make-flags>: Add “NATIVE_FULL_AOT=1”. <#:phases>: Add ‘set-libgccjit-path’ and ‘patch-compilation-driver’. [inputs]: Add explicit ld-wrapper, binutils, glibc, and libgccjit. [search-paths]: Add EMACSNATIVELOADPATH. (emacs-minimal, emacs-xwidgets, emacs-no-x) (emacs-no-x-toolkit): Adjust accordingly.
* gnu: libgccjit: Build multiple versions.Liliana Marie Prikler2022-09-11
| | | | | | * gnu/packages/gcc.scm (libgccjit-9, libgccjit-10, libgccjit-11) (libgccjit-12): New variables. (libgccjit): Update to libgccjit-10.
* gnu: libgccjit: Build with bootstrapped gcc.Liliana Marie Prikler2022-09-11
| | | | | | | | * gnu/packages/gcc.scm (make-libgccjit)[#:configure-flags]: Add “--disable-bootstrap”, “--disable-libatomic”, “--disable-libgomp”, “--disable-libquadmath”, “--disable-libssp”, and “--enable-checking=release”. [inputs]: Remove libstdc++. [native-inputs]: Add gcc.
* gnu: Parameterize libgccjit.Liliana Marie Prikler2022-09-11
| | | | | * gnu/packages/gcc.scm (make-libgccjit): New variable. (libgccjit): Define in terms of make-libgccjit.
* gnu: Add cl-draw-cons-tree.jgart2022-09-11
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-draw-cons-tree, ecl-draw-cons-tree, sbcl-draw-cons-tree): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add wiggle.jgart2022-09-11
| | | | | | * gnu/packages/patchutils.scm (wiggle): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: mtr: Build with JSON support.Oleg Pykhalov2022-09-11
| | | | | * gnu/packages/networking.scm (mtr)[native-inputs]: Add pkg-config. [inputs]: Add 'jansson'.
* gnu: shepherd: Update to 0.9.2.Ludovic Courtès2022-09-11
| | | | * gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.2.
* services: shepherd: Open /dev/null as O_CLOEXEC.Ludovic Courtès2022-09-11
| | | | | | | | Failing to do that, that file descriptor could be inherited by child processes as of Shepherd 0.9.2. * gnu/services/shepherd.scm (shepherd-configuration-file): Open /dev/null as O_CLOEXEC.
* news: Add 'de' translation.Florian Pelz2022-09-10
| | | | * etc/news.scm: Add German translation of update of 'linux-libre' entry.
* gnu: emacs-ement: Update to 0.1.2.Michael Rohleder2022-09-10
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-org-contacts: Update to 1.1.Nicolas Goaziou2022-09-10
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-contacts): Update to 1.1. [source]<uri>: Use repo.or.cz as new upstream. [propagated-inputs]: Add EMACS-ORG. [home-page]: Update URL.
* gnu: mumble: Update to 1.4.274.Michael Rohleder2022-09-10
| | | | | | * gnu/packages/telephony.scm (mumble): Update to 1.4.274. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add mpdevil.Liliana Marie Prikler2022-09-10
| | | | * gnu/packages/mpd.scm (mpdevil): New variable.
* gnu: gnome-shell: Remove input labels and use G-expression.Marius Bakke2022-09-10
| | | | | | | * gnu/packages/gnome.scm (gnome-shell)[native-inputs]: Remove labels. [arguments]: Convert to G-expressions. Add (ice-9 match) to #:modules. Use SEARCH-INPUT-FILE and #$OUTPUT where appropriate. Add let-binding for DISALLOWED-REFERENCES and use them in glib-or-gtk-wrap phase.
* gnu: gnome-shell: Remove obsolete input.Marius Bakke2022-09-10
| | | | | | * gnu/packages/gnome.scm (gnome-shell)[arguments]: Don't remove intltool from XDG_DATA_DIRS. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL and PERL.
* gnu: mutter: Remove obsolete input.Marius Bakke2022-09-10
| | | | | * gnu/packages/gnome.scm (mutter)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
* gnu: mutter: Use G-expression.Marius Bakke2022-09-10
| | | | * gnu/packages/gnome.scm (mutter)[arguments]: Use G-expressions.
* gnu: mutter: Remove input labels.Marius Bakke2022-09-10
| | | | | | * gnu/packages/gnome.scm (mutter)[native-inputs, inputs, propagated-inputs]: Remove labels. [arguments]: Use SEARCH-INPUT-FILE instead of labels.
* gnu: rygel: Update to 0.40.4.Marius Bakke2022-09-10
| | | | * gnu/packages/gnome.scm (rygel): Update to 0.40.4.
* gnu: simple-scan: Update to 42.1.Marius Bakke2022-09-10
| | | | | * gnu/packages/gnome.scm (simple-scan): Update to 42.1. [arguments]: Remove #:meson.
* gnu: python-pip: Update to 22.2.2.Greg Hogan2022-09-10
| | | | | | * gnu/packages/python-xyz.scm (python-pip): Update to 22.2.2. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add texlive-latex-pbox.Wiktor Żelazny2022-09-10
| | | | | | * gnu/packages/tex.scm (texlive-latex-pbox): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add texlive-latex-marginfix.Wiktor Żelazny2022-09-10
| | | | | | * gnu/packages/tex.scm (texlive-latex-marginfix): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add go-github-com-goccy-go-json.Adam Kandur2022-09-10
| | | | | | * gnu/packages/golang.scm (go-github-com-goccy-go-json): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add texlive-latex-translations.Wiktor Żelazny2022-09-10
| | | | * gnu/packages/tex.scm (texlive-latex-translations): New variable.
* gnu: Add texlive-latex-enotez.Wiktor Żelazny2022-09-10
| | | | | | * gnu/packages/tex.scm (texlive-latex-enotez): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add texlive-latex-seqsplit.Wiktor Żelazny2022-09-10
| | | | | | * gnu/packages/tex.scm (texlive-latex-seqsplit): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>