summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: webkitgtk: Update to 2.28.4.Mark H Weaver2020-07-28
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.28.4.
* gnu: Add python-sop.Justus Winter2020-07-29
| | | | | | * gnu/packages/python-crypto.scm (python-sop): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-pgpy.Justus Winter2020-07-29
| | | | | | * gnu/packages/python-crypto.scm (python-pgpy): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add rnp.Justus Winter2020-07-29
| | | | | | | | | * gnu/packages/openpgp.scm (rnp): New variable. * gnu/packages/patches/rnp-add-version.cmake.patch: New file. * gnu/packages/patches/rnp-disable-ruby-rnp-tests.patch: New file. * gnu/packages/patches/rnp-unbundle-googletest.patch: New file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libextractor: Update to 1.10.Michael Rohleder2020-07-29
| | | | | | | | | | * gnu/packages/gnunet.scm (libextractor): Update to 1.10. [arguments]: Add 'fix-exiv2-tests' phase. [inputs]: Add GIFLIB, remove TIDY-HTML. * gnu/packages/patches/libextractor-exiv2.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* system: 'operating-system-with-provenance' uses the OS location info.Ludovic Courtès2020-07-29
| | | | | | | | This allows 'guix deploy' to save the config file when it's available. * gnu/system.scm (operating-system-configuration-file): New procedure. (operating-system-with-provenance): 'config-file' defaults to the value returned by 'operating-system-configuration-file'.
* gnu: pcb-rnd: Update to 2.2.3.Ricardo Wurmus2020-07-29
| | | | * gnu/packages/engineering.scm (pcb-rnd): Update to 2.2.3.
* gnu: lepton-eda: Update to 1.9.11-20200604.Ricardo Wurmus2020-07-29
| | | | * gnu/packages/engineering.scm (lepton-eda): Update to 1.9.11-20200604.
* gnu: youtube-dl: Update to 2020.07.28.Tobias Geerinckx-Rice2020-07-28
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2020.07.28.
* gnu: xfwm4: Update to 4.14.3.Tobias Geerinckx-Rice2020-07-28
| | | | * gnu/packages/xfce.scm (xfwm4): Update to 4.14.3.
* gnu: i3-gaps: Update to 4.18.2.Tobias Geerinckx-Rice2020-07-28
| | | | * gnu/packages/wm.scm (i3-gaps): Update to 4.18.2.
* gnu: i3-wm: Update to 4.18.2.Tobias Geerinckx-Rice2020-07-28
| | | | * gnu/packages/wm.scm (i3-wm): Update to 4.18.2.
* gnu: inxi-minimal: Update to 3.1.05-2.Tobias Geerinckx-Rice2020-07-28
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.05-2.
* gnu: anki: Don't phone home for updates.Tobias Geerinckx-Rice2020-07-28
| | | | | * gnu/packages/education.scm (anki)[arguments]: Add a ‘disable-update-check’ phase.
* gnu: conky: Update to 1.11.6.Tobias Geerinckx-Rice2020-07-28
| | | | * gnu/packages/conky.scm (conky): Update to 1.11.6.
* gnu: straw-viewer: Comment out .desktop installation.Tobias Geerinckx-Rice2020-07-28
| | | | | | | This will only make sense when the GTK version is built. * gnu/packages/video.scm (straw-viewer)[arguments]: Comment out ‘install-desktop’ phase.
* gnu: xtl: Update to 0.6.15.Tobias Geerinckx-Rice2020-07-28
| | | | * gnu/packages/cpp.scm (xtl): Update to 0.6.15.
* gnu: pixz: Update to 1.0.7.Tobias Geerinckx-Rice2020-07-28
| | | | * gnu/packages/compression.scm (pixz): Update to 1.0.7.
* gnu: freeorion: Update to 0.4.10.Tobias Geerinckx-Rice2020-07-28
| | | | | * gnu/packages/games.scm (freeorion): Update to 0.4.10. [inputs]: Use Python 3 and default boost.
* gnu: knights: Fix build.Jesse Gibbons2020-07-28
| | | | | | | * gnu/packages/games.scm (knights)[arguments]<#:make-flags>: Add "CXXFLAGS=-lpthread". Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: icecat: Update to 68.11.0-guix0-preview1 [security-fixes].Mark H Weaver2020-07-28
| | | | | | | | | Includes fixes for CVE-2020-6463, CVE-2020-6514, CVE-2020-15652, and CVE-2020-15659. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
* gnu: Add emacs-spaceline-next.Christopher Lemmer Webber2020-07-28
| | | | | | | | This version tracks emacs-spaceline from git... the latest stable release is several years old and has various bugs related to the ERC track bar, amongst other things. * gnu/packages/emacs-xyz.scm (emacs-spaceline-next): New variable.
* gnu: emacs-popup: Update to 0.5.8.Nicolas Goaziou2020-07-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-popup): Update to 0.5.8.
* pack: "fakechroot" engine always creates its store.Ludovic Courtès2020-07-28
| | | | | | | | | | | | Previously it would silently fail to create the /gnu/store symlink when the host has a read-only /gnu as is the case in these tests. * gnu/packages/aux-files/run-in-namespace.c (exec_with_loader): Unlink the ancestor of ORIGINAL_STORE under NEW_ROOT. Check the return value of 'symlink' when creating NEW_STORE. * tests/guix-pack-relocatable.sh: Check the contents of the store as seen by the wrapped executable, with all three engines, and with both "/gnu" and "/gnu/store" erased.
* pack: "fakechroot" execution engine can load its audit module.Ludovic Courtès2020-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/42558>. Until now, loading 'pack-audit.so' in a truly non-Guix environment would usually fail because 'pack-audit.so' depends on 'libgcc_s.so' and 'libc.so', none of which could be found. Furthermore, the test was not working as expected: the trick unshare -mrf sh -c 'mount -t tmpfs none /gnu ; ...' would allow the fakechroot engine to make its store available as /gnu/store as a result of another bug. * gnu/packages/aux-files/run-in-namespace.c (relocated_search_path): New function. (exec_with_loader): Pass "--library-path" to the loader. * guix/scripts/pack.scm (wrapped-package)[build](runpath): New procedure. (elf-loader-compile-flags): Pass "-DLOADER_AUDIT_RUNPATH". * tests/guix-pack-relocatable.sh: Remove 'STORE_PARENT'. (run_without_store): New function. Erase $NIX_STORE_DIR instead of $STORE_PARENT. Use 'run_without_store' throughout.
* gnu: emacs-yasnippet-snippets: Update to 0.23Michael Rohleder2020-07-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 0.23. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Update copyright.Nicolas Goaziou2020-07-28
| | | | * gnu/packages/qt.scm: Update copyright.
* gnu: emacs-perspective: Update to 2.9.Michael Rohleder2020-07-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.9. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: tidy-html: Update to 5.7.28.Michael Rohleder2020-07-28
| | | | | | * gnu/packages/web.scm (tidy-html): Update to 5.7.28. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: evisum: Update to 0.5.1.Efraim Flashner2020-07-28
| | | | * gnu/packages/enlightenment.scm (evisum): Update to 0.5.1.
* gnu: terminology: Update to 1.8.0.Efraim Flashner2020-07-28
| | | | * gnu/packages/enlightenment.scm (terminology): Update to 1.8.0.
* gnu: arm-none-eabi-toolchain: Fix compilation.Jan Wielkiewicz2020-07-28
| | | | | | | * gnu/packages/embedded.scm (gcc-arm-none-eabi-7-2018-q2-update) [native-inputs]: Remove gcc-5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: lib2geom: Fix more tests.Maxim Cournoyer2020-07-28
| | | | | | | | | | | | | | | There were still two tests failing on aarch64-linux: 1. rotated-rect-test, 2. ellipse-test. The first one was removed along with the RotatedRect class in latest upstream, while the second one is yet numerical accuracy related. It gets fixed by updating the already existing 'lib2geom-fix-tests' patch. * gnu/packages/graphics.scm (lib2geom): Bump revision to "2", and update commit hash to the latest one available. * gnu/packages/patches/lib2geom-fix-tests.patch: Update patch.
* gnu: python2-ttystatus: Update to 0.38.Tobias Geerinckx-Rice2020-07-28
| | | | * gnu/packages/python-xyz.scm (python2-ttystatus): Update to 0.38.
* gnu: python-parso: Update to 0.7.1.Tobias Geerinckx-Rice2020-07-28
| | | | * gnu/packages/python-xyz.scm (python-parso): Update to 0.7.1.
* gnu: python2-ttystatus: Don't use unstable tarball.Tobias Geerinckx-Rice2020-07-28
| | | | | * gnu/packages/python-xyz.scm (python2-ttystatus)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: lsp-plugins: Update to 1.1.24.Tobias Geerinckx-Rice2020-07-28
| | | | * gnu/packages/music.scm (lsp-plugins): Update to 1.1.24.
* gnu: java-jakarta-oro: Fix reproducibility issue.Julien Lepiller2020-07-28
| | | | | * gnu/packages/java.scm (java-jakarta-oro)[arguments]: Do not record current date.
* gnu: java-bsh: Fix reproducibility issue.Julien Lepiller2020-07-28
| | | | | * gnu/packages/java.scm (java-bsh)[arguments]: Do not record current date.
* gnu: emacs-flycheck-guile: Update to 0.2.Andrew Whatson2020-07-28
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): Update to 0.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: libtextstyle: Update to 0.21.Tobias Geerinckx-Rice2020-07-27
| | | | * gnu/packages/gettext.scm (libtextstyle): Update to 0.21.
* gnu: rdiff-backup: Update to 2.0.5.Tobias Geerinckx-Rice2020-07-27
| | | | * gnu/packages/backup.scm (rdiff-backup): Update to 2.0.5.
* gnu: zlib: Document why "git-fetch" cannot be used.Mathieu Othacehe2020-07-27
| | | | | * gnu/packages/guile.scm (guile-zlib): Explain that using "git-fetch" would create and endless inclusion loop here.
* gnu: lzlib: Use url-fetch instead of git-fetch.Mathieu Othacehe2020-07-27
| | | | | * gnu/packages/guile.scm (guile-lzlib)[source]: Use url-fetch instead of git-fetch.
* gnu: zlib: Use url-fetch instead of git-fetch.Mathieu Othacehe2020-07-27
| | | | | * gnu/packages/guile.scm (guile-zlib)[source]: Use url-fetch instead of git-fetch.
* gnu: Move guile-zlib and guile-lzlib packages.Mathieu Othacehe2020-07-27
| | | | | * gnu/packages/guile-xyz.scm (guile-zlib, guile-lzlib): Move to ... * gnu/packages/guile.scm: ... here.
* gnu: Add python-mastodon-py.Efraim Flashner2020-07-27
| | | | * gnu/packages/mastodon.scm (python-mastodon-py): New variable.
* gnu: Add python-http-ece.Efraim Flashner2020-07-27
| | | | * gnu/packages/python-web.scm (python-http-ece): New variable.
* gnu: Add xdg-desktop-portal-gtk.Anders Thuné2020-07-27
| | | | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add xdg-desktop-portal.Anders Thuné2020-07-27
| | | | | | * gnu/packages/freedesktop.scm (xdg-desktop-portal): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>