summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: linux-libre@4.14: Update to 4.14.190.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.190. (linux-libre-4.14-pristine-source): Update hash. (deblob-scripts-4.14): Update to 4.14.190. Mark H Weaver2020-07-291-3/+3
* gnu: mycli: Update to 1.22.1.•••* gnu/packages/databases.scm (mycli): Update to 1.22.1. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Michael Rohleder2020-07-291-2/+2
* gnu: gloox: Update to 1.0.24.•••* gnu/packages/messaging.scm (gloox): Update to 1.0.24. Tobias Geerinckx-Rice2020-07-291-2/+2
* doc: Extend tlp-service-type example.•••* doc/guix.texi (Power Management Services): Demonstrate tlp-configuration usage. Suggested by rovanion on #guix. Tobias Geerinckx-Rice2020-07-291-7/+7
* gnu: paps: Update description.•••Fixes <https://issues.guix.gnu.org/42598>. * gnu/packages/pdf.scm (paps)[description]: Update back-end technology. Tobias Geerinckx-Rice2020-07-291-2/+1
* gnu: jasper: Update to 2.0.19.•••* gnu/packages/image.scm (jasper): Update to 2.0.19. Tobias Geerinckx-Rice2020-07-291-2/+2
* gnu: Update LXDE home page.•••* gnu/packages/lxde.scm (libfm, lxappearance, lxtask, lxterminal) (menu-cache, pcmanfm, spacefm, lxmenu-data, lxde-icon-theme, lxde-common) (lxinput, lxsession, lxpanel, lxde)[home-page]: Update to working domain. Tobias Geerinckx-Rice2020-07-291-14/+14
* gnu: Remove vte-0.36.•••* gnu/packages/gnome.scm: Remome vte-0.36. Tobias Geerinckx-Rice2020-07-291-22/+1
* gnu: vte: Update to 0.60.3.•••* gnu/packages/gnome.scm (vte): Update to 0.60.3. Tobias Geerinckx-Rice2020-07-291-2/+2
* gnu: nano: Update to 5.0.•••* gnu/packages/nano.scm (nano): Update to 5.0. Tobias Geerinckx-Rice2020-07-291-3/+3
* gnu: sphinxbase: Fix building.•••* gnu/packages/speech.scm (sphinxbase)[source]: Add patch. * gnu/packages/patches/sphinxbase-fix-doxygen.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2020-07-293-1/+28
* gnu: python-rfc3986: Update to 1.4.0.•••* gnu/packages/python-xyz.scm (python-rfc3986): Update to 1.4.0. Efraim Flashner2020-07-291-2/+2
* gnu: python-twine: Update to 1.15.0.•••* gnu/packages/python-xyz.scm (python-twine): Update to 1.15.0. [propagated-inputs]: Add python-packaging, python-readme-renderer. Efraim Flashner2020-07-291-3/+4
* gnu: emacs-erc-image: Disable make-autoloads phase.•••* gnu/packages/emacs-xyz.scm (emacs-erc-image)[arguments]: Disable make-autoloads phase as it causes problematic behavior for the image module. Brett Gilio2020-07-291-1/+8
* Revert "gnu: emacs-erc-image: Patch eval-after-load procedure."•••This reverts commit 6fd2ecedb6e3ed802580561cd98a925a68292182. This change does not behave as intended. Reverting the change to the original behavior. Brett Gilio2020-07-291-12/+1
* gnu: Add python-nbval.•••* gnu/packages/python-check.scm (python-nbval): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Vinicius Monego2020-07-291-0/+47
* gnu: Add python-libsass.•••* gnu/packages/python-xyz.scm (python-libsass): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Vinicius Monego2020-07-291-0/+44
* examples: Add password for Alice's brother.•••* gnu/system/examples/desktop.tmpl (users)[bob]: Add password. Oleg Pykhalov2020-07-291-0/+2
* gnu: emacs-erc-image: Patch eval-after-load procedure.•••* gnu/packages/emacs-xyz.scm (emacs-erc-image)[arguments]: Create a phase that substitutes the ERC module for ERC-AUTO. When ERC is used the autoloader for for Emacs hangs indefinitely (if daemonized) or fails. Brett Gilio2020-07-281-1/+12
* gnu: gnome-boxes: Add missing inputs.•••* gnu/packages/gnome.scm (gnome-boxes)[inputs]: Add glib-networking and gsettings-desktop-schemas. [description]: Mention the requirement of having the libvirt and virtlog services running. Maxim Cournoyer2020-07-281-1/+6
* gnu: minicom: Don't use a vanished tarball.•••* gnu/packages/engineering.scm (minicom)[source]: Use GIT-FETCH and GIT-FILE-NAME. Switch to salsa from dead alioth. [arguments]: Replace the default ‘bootstrap’ phase. [native-inputs]: Add autoconf, automake, gettext-minimal, and pkg-config. [home-page]: Update to salsa from dead alioth. Tobias Geerinckx-Rice2020-07-291-7/+18
* gnu: webkitgtk: Update to 2.28.4.•••* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.4. Mark H Weaver2020-07-281-2/+2
* gnu: Add python-sop.•••* gnu/packages/python-crypto.scm (python-sop): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Justus Winter2020-07-291-0/+31
* gnu: Add python-pgpy.•••* gnu/packages/python-crypto.scm (python-pgpy): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Justus Winter2020-07-291-0/+28
* gnu: Add rnp.•••* 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> Justus Winter2020-07-295-1/+334
* gnu: libextractor: Update to 1.10.•••* 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> Michael Rohleder2020-07-293-134/+14
* system: 'operating-system-with-provenance' uses the OS location info.•••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'. Ludovic Courtès2020-07-291-1/+14
* gnu: pcb-rnd: Update to 2.2.3.•••* gnu/packages/engineering.scm (pcb-rnd): Update to 2.2.3. Ricardo Wurmus2020-07-291-2/+2
* gnu: lepton-eda: Update to 1.9.11-20200604.•••* gnu/packages/engineering.scm (lepton-eda): Update to 1.9.11-20200604. Ricardo Wurmus2020-07-291-2/+2
* gnu: youtube-dl: Update to 2020.07.28.•••* gnu/packages/video.scm (youtube-dl): Update to 2020.07.28. Tobias Geerinckx-Rice2020-07-281-2/+2
* gnu: xfwm4: Update to 4.14.3.•••* gnu/packages/xfce.scm (xfwm4): Update to 4.14.3. Tobias Geerinckx-Rice2020-07-281-2/+2
* gnu: i3-gaps: Update to 4.18.2.•••* gnu/packages/wm.scm (i3-gaps): Update to 4.18.2. Tobias Geerinckx-Rice2020-07-281-2/+2
* gnu: i3-wm: Update to 4.18.2.•••* gnu/packages/wm.scm (i3-wm): Update to 4.18.2. Tobias Geerinckx-Rice2020-07-281-2/+2
* gnu: inxi-minimal: Update to 3.1.05-2.•••* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.05-2. Tobias Geerinckx-Rice2020-07-281-2/+2
* gnu: anki: Don't phone home for updates.•••* gnu/packages/education.scm (anki)[arguments]: Add a ‘disable-update-check’ phase. Tobias Geerinckx-Rice2020-07-281-0/+7
* gnu: conky: Update to 1.11.6.•••* gnu/packages/conky.scm (conky): Update to 1.11.6. Tobias Geerinckx-Rice2020-07-281-3/+3
* gnu: straw-viewer: Comment out .desktop installation.•••This will only make sense when the GTK version is built. * gnu/packages/video.scm (straw-viewer)[arguments]: Comment out ‘install-desktop’ phase. Tobias Geerinckx-Rice2020-07-281-9/+9
* gnu: xtl: Update to 0.6.15.•••* gnu/packages/cpp.scm (xtl): Update to 0.6.15. Tobias Geerinckx-Rice2020-07-281-2/+2
* gnu: pixz: Update to 1.0.7.•••* gnu/packages/compression.scm (pixz): Update to 1.0.7. Tobias Geerinckx-Rice2020-07-281-2/+2
* gnu: freeorion: Update to 0.4.10.•••* gnu/packages/games.scm (freeorion): Update to 0.4.10. [inputs]: Use Python 3 and default boost. Tobias Geerinckx-Rice2020-07-281-5/+5
* gnu: knights: Fix build.•••* gnu/packages/games.scm (knights)[arguments]<#:make-flags>: Add "CXXFLAGS=-lpthread". Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> Jesse Gibbons2020-07-281-1/+2
* gnu: icecat: Update to 68.11.0-guix0-preview1 [security-fixes].•••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. Mark H Weaver2020-07-282-8/+8
* gnu: Add emacs-spaceline-next.•••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. Christopher Lemmer Webber2020-07-281-1/+19
* gnu: emacs-popup: Update to 0.5.8.•••* gnu/packages/emacs-xyz.scm (emacs-popup): Update to 0.5.8. Nicolas Goaziou2020-07-281-2/+2
* pack: "fakechroot" engine always creates its store.•••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. Ludovic Courtès2020-07-282-3/+39
* pack: "fakechroot" execution engine can load its audit module.•••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. Ludovic Courtès2020-07-283-42/+99
* store: deduplication: Handle fs without d_type support.•••scandir* uses readdir, which means that the file type property can be 'unknown if the underlying file-system does not support d_type. Make sure to fallback to lstat in that case. Fixes: https://issues.guix.gnu.org/issue/42579. * guix/store/deduplication.scm (deduplicate): Handle the case where properties is 'unknown because the underlying file-system does not support d_type. Mathieu Othacehe2020-07-281-2/+4
* doc: Warn against using the .scm extension for the channel news file.•••* doc/guix.texi (Writing Channel News): Explain the issue with using the .scm extension and possible workarounds; fix the example to use the .txt extension instead. Pierre Neidhardt2020-07-281-1/+7
* gnu: emacs-yasnippet-snippets: Update to 0.23•••* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 0.23. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder2020-07-281-2/+2
* gnu: Update copyright.•••* gnu/packages/qt.scm: Update copyright. Nicolas Goaziou2020-07-281-1/+1