summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: chez-srfi: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-16
| | | | | * gnu/packages/chez.scm (chez-srfi)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: chez-fmt: Return #t from all phases.Tobias Geerinckx-Rice2019-02-16
| | | | | * gnu/packages/chez.scm (chez-fmt)[arguments]: Always return #t from phases. Substitute INVOKE for SYSTEM*.
* gnu: chez-web: Return #t from all phases.Tobias Geerinckx-Rice2019-02-16
| | | | * gnu/packages/chez.scm (chez-web)[arguments]: Always return #t from phases.
* gnu: unshield: Update to 1.4.3.Tobias Geerinckx-Rice2019-02-16
| | | | | | * gnu/packages/compression.scm (unshield): Update to 1.4.3. [inputs]: Add unshield-baldurs_gate_patch_v1_1_4315_international.zip. [arguments]: Use it.
* gnu: stumpwm: Build and install the manual.Tobias Geerinckx-Rice2019-02-16
| | | | | * gnu/packages/lisp.scm (stumpwm)[native-inputs]: Add texinfo. [argument]: Add new ‘install-manual’ phase.
* gnu: linux-libre: Update to 4.20.10.Mark H Weaver2019-02-15
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.10. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.23.Mark H Weaver2019-02-15
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.23. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.101.Mark H Weaver2019-02-15
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.101. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.158.Mark H Weaver2019-02-15
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.158.
* gnu: icecat: Update to 60.5.1-guix1 [security-fixes].Mark H Weaver2019-02-15
| | | | | | | Includes fixes for CVE-2018-18335, CVE-2018-18356, and CVE-2019-5785. * gnu/packages/gnuzilla.scm (%icecat-version): Update to 60.5.1-guix1. (icecat-source)[upstream-firefox-source]: Update hash.
* gnu: pelican: Update to 4.0.1Vagrant Cascadian2019-02-16
| | | | | | * gnu/packages/python.scm (pelican): Update to 4.0.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-cider: Update to 0.20.0Brett Gilio2019-02-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.20.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: luakit: Update to 2.1.Raphaël Mélotte2019-02-16
| | | | | | * gnu/packages/web-browsers.scm (luakit): Update to 2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ibus-rime: Update to 1.4.0.Meiyo Peng2019-02-16
| | | | | | * gnu/packages/ibus.scm (ibus-rime): Update to 1.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: rime-data: Update to 0.38.20190131.Meiyo Peng2019-02-16
| | | | | | * gnu/packages/ibus.scm (rime-data): Update to 0.38.20190131. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: librime: Update to 1.4.0.Meiyo Peng2019-02-16
| | | | | | * gnu/packages/ibus.scm (librime): Update to 1.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* packages: Remove duplicates from package cache.Ludovic Courtès2019-02-16
| | | | | | | | | | | | | Previously the same package could appear several times if several variables were bound to it, as is notably the case for "python" currently. This, in turn, would lead to obnoxious "ambiguous package specification" messages. * gnu/packages.scm (generate-package-cache)[expand-cache]: Change RESULT to RESULT+SEEN and adjust accordingly. Call 'first' on the result of 'fold-module-public-variables*'. * tests/packages.scm ("fold-available-packages with/without cache"): Check for lack of duplicates in FROM-CACHE.
* self: Bundle 'glibc-utf8-locales'.Ludovic Courtès2019-02-16
| | | | | | | | This minimizes the risk of locale-related warnings, at least for those who use one of the bundled UTF-8 locales. * guix/self.scm (guix-command)[glibc-utf8-locales]: New variable. In program body, set GUIX_LOCPATH.
* gnu: guix: Embed 'glibc-utf8-locales'.Ludovic Courtès2019-02-16
| | | | | | | | | | This will ensure people who download the binary installation tarball do not get locale-related warnings, provided they use one of the selected UTF-8 locales. * gnu/packages/package-management.scm (guix)[arguments]: In 'wrap-program' phase, set GUIX_LOCPATH. [inputs]: Add GLIBC-UTF8-LOCALES.
* environment: Add '--inherit'.Ludovic Courtès2019-02-16
| | | | | | | | | | | | | * guix/scripts/environment.scm (purify-environment): Add 'white-list' parameter and honor it. (create-environment): Add #:white-list parameter and honor it. (launch-environment): Likewise. (launch-environment/fork): Likewise. (show-help, %options): Add '--inherit'. (guix-environment): Define 'white-list' and pass it to 'launch-environment/fork'. * tests/guix-environment.sh: Test '--inherit'. * doc/guix.texi (Invoking guix environment): Document it.
* gnu: emacs-helm-slime: Update to 20190214.Pierre Neidhardt2019-02-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-slime): Update to 20190214.
* gnu: emacs-pulseaudio-control: Update to 20190105.Pierre Neidhardt2019-02-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-pulseaudio-control): Update to 20190105.
* gnu: Add genimage.Danny Milosavljevic2019-02-15
| | | | | * gnu/packages/genimage.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: guile-hall: Clean up.Ricardo Wurmus2019-02-15
| | | | | | * gnu/packages/guile-xyz.scm (guile-hall)[description]: Break long line. [home-page]: Merge lines. [propagated-inputs]: Remove reference to default "out" output.
* gnu: guile-hall: Use git tag.Ricardo Wurmus2019-02-15
| | | | * gnu/packages/guile-xyz.scm (guile-hall)[source]: Use tag and git-file-name.
* gnu: guile-hall: Use license: prefix.Ricardo Wurmus2019-02-15
| | | | * gnu/packages/guile-xyz.scm (guile-hall)[license]: Use license: prefix.
* gnu: guile-hall: Update to 0.2.Alex Sassmannshausen2019-02-15
| | | | * gnu/packages/guile-xyz.scm (guile-hall): Update to 0.2.
* gnu: Borg: Update to 1.1.9.Leo Famulari2019-02-15
| | | | | | | * gnu/packages/backup.scm (borg): Update to 1.1.9. [arguments]: Remove the 'remove-documentation-timestamps' phase and adjust the 'install-doc' phase to ensure the manual pages are not a source of non-determinism.
* gnu: Add r-rsvd.Ricardo Wurmus2019-02-15
| | | | * gnu/packages/cran.scm (r-rsvd): New variable.
* gnu: Add r-future-apply.Ricardo Wurmus2019-02-15
| | | | * gnu/packages/cran.scm (r-future-apply): New variable.
* gnu: Add r-future.Ricardo Wurmus2019-02-15
| | | | * gnu/packages/cran.scm (r-future): New variable.
* gnu: Add r-globals.Ricardo Wurmus2019-02-15
| | | | * gnu/packages/cran.scm (r-globals): New variable.
* gnu: Add r-listenv.Ricardo Wurmus2019-02-15
| | | | * gnu/packages/cran.scm (r-listenv): New variable.
* gnu: KSysguard: Update home page.Marius Bakke2019-02-15
| | | | | * gnu/packages/kde-plasma.scm (libksysguard)[home-page]: Set to <https://userbase.kde.org/KSysGuard>.
* gnu: KDE Plasma: Update to 5.15.0.Marius Bakke2019-02-15
| | | | | * gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker, libkscreen, libksysguard): Update to 5.15.0.
* gnu: KDE Frameworks: Update to 5.55.0.Marius Bakke2019-02-15
| | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (extra-cmake-modules, attica, bluez-qt, breeze-icons kapidox, karchive, kcodecs, kconfig, kcoreaddons, kdbusaddons, kdnssd, kguiaddons, ki18n, kidletime, kirigami, kitemmodels, kitemviews, kplotting, ksyntaxhighlighting, kwayland, kwidgetsaddons, kwindowsystem, modemmanager-qt, networkmanager-qt, oxygen-icons, prison, qqc2-desktop-style, solid, sonnet, threadweaver, kactivities, kauth, kcompletion, kcrash, kdoctools, kfilemetadata, kimageformats, kjobwidgets, knotifications, kpackage, kpty, kunitconversion, baloo, kactivities-stats, kbookmarks, kcmutils, kconfigwidgets, kdeclarative, kded, kdesignerplugin, kdesu, kdewebkit, kemoticons, kglobalaccel, kiconthemes, kinit, kio, knewstuff, knotifyconfig, kparts, kpeople, krunner, kservice, ktexteditor, ktextwidgets, kwallet, kxmlgui, kxmlrpcclient, plasma-framework, kde-frameworkintegration, kdelibs4support, khtml, kjs, kjsembed, kmediaplayer, kross): Update to 5.55.0.
* gnu-maintenance: Verify GPG signatures in KDE updater.Marius Bakke2019-02-15
| | | | * guix/gnu-maintenance.scm (latest-kde-release): Remove #:file->signature.
* gnu: LLVM, Clang: Update to 7.0.1.Marius Bakke2019-02-15
| | | | | | | | | | | | * gnu/packages/patches/clang-7.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 7.0.1. (llvm-7.0.1): Remove variable. (clang-from-llvm)[arguments]: Adjust phase to match Clang 7. (llvm-6, clang-runtime-6, clang-6): New public variables. * gnu/packages/dlang.scm (ldc)[native-inputs]: Change LLVM and CLANG to LLVM-6.0 and CLANG-6.0. * gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM to LLVM-6.
* gnu: LLVM: Use HTTPS URLs.Marius Bakke2019-02-15
| | | | | | * gnu/packages/llvm.scm (llvm, clang-runtime-from-llvm, clang-from-llvm, llvm-3.9.1, llvm-3.7, llvm-3.6, llvm-3.5)[source](uri): Use HTTPS. (emacs-clang-format)[description]: Likewise.
* gnu: Add python-pyfit-sne.Ricardo Wurmus2019-02-15
| | | | * gnu/packages/bioinformatics.scm (python-pyfit-sne): New variable.
* gnu: tiled: Update to 1.2.2.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/game-development.scm (tiled): Update to 1.2.2.
* gnu: allegro@4: Update to 4.4.3.Tobias Geerinckx-Rice2019-02-15
| | | | | | | | * gnu/packages/game-development.scm (allegro-4): Update to 4.4.3. [source]: Remove upstreamed patch. * gnu/packages/patches/allegro4-mesa-18.2.5-and-later.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: teeworlds: Update to 0.7.2.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/games.scm (teeworlds): Update to 0.7.2.
* gnu: gnubg: Update to 1.06.002.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/games.scm (gnubg): Update to 1.06.002.
* gnu: fortune-mod: Update to 2.6.2.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/games.scm (fortune-mod): Update to 2.6.2.
* gnu: chroma: Update to 1.16.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/games.scm (chroma): Update to 1.16.
* gnu: gamine: Update to 1.6.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/games.scm (gamine): Update to 1.6.
* gnu: vkquake: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-15
| | | | | * gnu/packages/games.scm (vkquake)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: vkquake: Update to 1.01.0.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/games.scm (vkquake): Update to 1.01.0.
* gnu: filezilla: Update to 3.40.0.Tobias Geerinckx-Rice2019-02-15
| | | | * gnu/packages/ftp.scm (filezilla): Update to 3.40.0.