summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services: Add file system utilities to profile.series-3641Brice Waegeneire2020-04-23
| | | | | | | | | | | * gnu/services/base.scm (file-system-type->utilities, file-system-utilities): New procedures. (file-system-service-type): Extend 'profile-service-type' with 'file-system-utilities'. * gnu/system.scm (boot-file-system-service): New procedure... (operating-system-default-essential-services): ...use it. (%base-packages): Remove 'e2fsprogs'. * gnu/system/file-systems.scm (file-system): Add 'utilities?' field.
* Revert "gnu: u-boot: Update to 2020.04."base-for-series-3641Mathieu Othacehe2020-04-23
| | | | This reverts commit be0ecfb1787b9e6954bf745bceeb1b9d2669d51a.
* gnu: emacs-4clojure: Fix license.Nicolas Goaziou2020-04-23
| | | | * gnu/packages/emacs-xyz.scm (emacs-4clojure)[license]: Use GPL3+.
* git-version: Handle invalid arguments gracefullyJakub Kądziołka2020-04-23
| | | | * guix/git-download.scm (git-version): Add a check for commit ID length.
* gnu: Add visidata.Ryan Prior2020-04-23
| | | | | | | * gnu/packages/visidata.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add pyzo.Nicolas Goaziou2020-04-23
| | | | * gnu/packages/python-xyz.scm (pyzo): New variable.
* gnu: Add piper.Brendan Tildesley2020-04-23
| | | | | | * gnu/packages/gnome.scm (piper): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add libratbag.Brendan Tildesley2020-04-23
| | | | | | * gnu/packages/gnome.scm (libratbag): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-evdev.Brendan Tildesley2020-04-23
| | | | | | * gnu/packages/linux.scm (python-evdev): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add udevil.Raghav Gururajan2020-04-23
| | | | | | * gnu/packages/disk.scm (udevil): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-4clojure: Fix typos in description.Nicolas Goaziou2020-04-23
| | | | * gnu/packages/emacs-xyz.scm (emacs-4clojure)[description]: Fix typos.
* gnu: emacs-4clojure: Fix version.Nicolas Goaziou2020-04-23
| | | | | * gnu/packages/emacs-xyz.scm (emacs-4clojure)[version]: Use `git-version' as there is no proper release.
* gnu: Add emacs-4clojure.Alberto Eleuterio Flores Guerrero2020-04-23
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-4clojure): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: font-gnu-freefont: Add otf and woff font types.Raghav Gururajan2020-04-22
| | | | | | | | | * gnu/packages/fonts.scm (font-gnu-freefont): Add otf and woff font types. * gnu/packages/genealogy.scm (gramps)[inputs]: Replace font-gnu-freefont-tff with font-gnu-freefont. * doc/guix.texi: Adjust a reference to the package. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: clipmenu: Fix hash.John Soo2020-04-22
| | | | | | * gnu/packages/xdisorg.scm (clipmenu):[origin] Update hash. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-xclip.John Soo2020-04-22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-xclip): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* system: Automatically adjust linux-module packages to use theDanny Milosavljevic2020-04-22
| | | | | | | | operating-system's kernel. * gnu/system.scm (package-for-kernel): New procedure. (operating-system-directory-base-entries): Use it. * gnu/tests/linux-module.scm: Test it.
* gnu: wget2: Add support for gnu updater.Efraim Flashner2020-04-22
| | | | | * gnu/packages/wget.scm (wget2)[properties]: New field. Add ftp-directory.
* gnu: commoncpp: Add support for gnu updater.Efraim Flashner2020-04-22
| | | | | * gnu/packages/telephony.scm (commoncpp)[properties]: New field. Add ftp-directory, upstream-name.
* gnu: osip: Update to 5.1.1.Efraim Flashner2020-04-22
| | | | * gnu/packages/telephony.scm (osip): Update to 5.1.1.
* gnu: osip: Add support for gnu updater.Efraim Flashner2020-04-22
| | | | | * gnu/packages/telephony.scm (osip)[properties]: New field. Add upstream-name, ftp-directory.
* gnu: gama: Update to 2.08.base-for-series-3635Efraim Flashner2020-04-22
| | | | * gnu/packages/gps.scm (gama): Update to 2.08.
* gnu: parallel: Update to 20200422.Efraim Flashner2020-04-22
| | | | * gnu/packages/parallel.scm (parallel): Update to 20200422.
* gnu: guile-8sync: Add support for gnu updater.Efraim Flashner2020-04-22
| | | | | * gnu/packages/guile-xyz.scm (guile-8sync)[properties]: New field. Add upstream-name.
* doc: cookbook: Explain how to use bind mounts.Matthew Brooks2020-04-22
| | | | | | * doc/guix-cookbook.texi (Setting up a bind mount): Add example. Signed-off-by: Leo Famulari <leo@famulari.name>
* doc: Adjust @var vs. @code.base-for-series-3632base-for-series-3631Ludovic Courtès2020-04-22
| | | | | * doc/guix.texi (Base Services): Adjust @var vs. @code. Use 'cons' instead of 'cons*' in example.
* services: Add udev-rules-service helper.Brice Waegeneire2020-04-22
| | | | | | | | | * doc/guix.texi (Base services): Add documentation for 'udev-rules-service'. Replace examples of 'udev-service-type' extension with 'udev-rules-service'. * gnu/services/base.scm (udev-rules-service): New procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: maths: dune-*: Update to version 2.7Felix Gruber2020-04-22
| | | | | | | | | | | | | | * gnu/packages/maths.scm (dune-*): Update to version 2.7. (dune-uggrid)[source] Download from Git, as no release tarball for version 2.7 exists. (dune-alugrid,dune-subgrid,dune-pdelab)[source] Use commit hashes as no tags for version 2.7 exist (yet?). (dune-istl)[source](patches) Add patch required to build version 2.7 without openmpi. * gnu/packages/patches/dune-istl-2.7-fix-non-mpi-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* system: Split %BASE-PACKAGES in smaller parts.Brice Waegeneire2020-04-22
| | | | | | | | * gnu/system.scm: (%base-packages-interactive, %base-packages-linux, %base-packages-networking, %base-packages-utils): New variables. (%base-packages): Use those new variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add blueman.Raghav Gururajan2020-04-22
| | | | | | * gnu/packages/networking.scm (blueman): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* profiles: Add #:name parameter to 'profile-derivation'.Ludovic Courtès2020-04-22
| | | | | * guix/profiles.scm (profile-derivation): Add #:name and pass it to 'gexp->derivation'.
* system: 'operating-system-boot-parameters-file' uses 'scheme-file'.Ludovic Courtès2020-04-22
| | | | | | * gnu/system.scm (operating-system-boot-parameters-file): Use 'scheme-file' instead of 'gexp->file'. (operating-system-directory-base-entries): Adjust accordingly.
* gexp: Add 'load-path?' field to <scheme-file>.Ludovic Courtès2020-04-22
| | | | | | | * guix/gexp.scm (<scheme-file>)[load-path?]: New field. (scheme-file): Add #:set-load-path? and honor it. (scheme-file-compiler): Pass #:set-load-path? to 'gexp->file'. * doc/guix.texi (G-Expressions): Document it.
* gnu: pari-gp: Update to 2.11.4.Andreas Enge2020-04-22
| | | | * gnu/packages/algebra.scm (pari-gp): Update to 2.11.4.
* gnu: ungoogled-chromium: Update to 81.0.4044.122-0.31d6e60 [security fixes].Marius Bakke2020-04-22
| | | | | | | | This fixes CVE-2020-6459, CVE-2020-6460, and CVE-2020-6458. * gnu/packages/chromium.scm (%chromium-version): Set to 81.0.4044.122. (%ungoogled-revision): Set to 31d6e60c96481599b42072b4489e4468280198e3. (%chromium-origin, %ungoogled-origin): Update hashes.
* gnu: qt@4: Update source URI.Marius Bakke2020-04-22
| | | | * gnu/packages/qt.scm (qt-4)[source](uri): Adjust to current.
* gnu: Remove mumimu.Ricardo Wurmus2020-04-22
| | | | * gnu/packages/mail.scm (mumimu): Remove variable.
* gnu: mumi: Update to 0.0.0-16.9175199.Ricardo Wurmus2020-04-22
| | | | | * gnu/packages/mail.scm (mumi): Update to 0.0.0-16.9175199. [inputs]: Add guile-xapian; remove mumimu.
* gnu: Add w-scan.base-for-series-3625Guillaume Le Vaillant2020-04-22
| | | | * gnu/packages/video.scm (w-scan): New variable.
* gnu: Add font-meera-inimai.Arun Isaac2020-04-22
| | | | * gnu/packages/fonts.scm (font-meera-inimai): New variable.
* gnu: Add python-google-brotli.Arun Isaac2020-04-22
| | | | * gnu/packages/compression.scm (python-google-brotli): New variable.
* gnu: linux-libre: Update to 5.4.34.base-for-series-3622Mark H Weaver2020-04-21
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.34. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre@5.6: Update to 5.6.6.Mark H Weaver2020-04-21
| | | | | * gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.6. (linux-libre-5.6-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.117.Mark H Weaver2020-04-21
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.117. (linux-libre-4.19-pristine-source): Update hash.
* news: Add entry for the cookbook.Ludovic Courtès2020-04-21
| | | | * etc/news.scm: Add entry for the cookbook.
* self: Build and install 'guix-cookbook.info' and its translations.Ludovic Courtès2020-04-21
| | | | | | * guix/self.scm (translate-texi-manuals)[build]: Translate and install guix-cookbook.texi. (info-manual)[build]: Handle "guix-cookbook*.texi".
* self: translate-texi-manuals: Add 'available-translations'.Ludovic Courtès2020-04-21
| | | | | | * guix/self.scm (translate-texi-manuals)[build](available-translations): New procedure. Use it rather than directly calling 'find-files' & co.
* self: translate-texi-manuals: Don't hardcode "guix.texi".Ludovic Courtès2020-04-21
| | | | | * guix/self.scm (translate-texi-manuals)[build](translate-texi): Add 'prefix' and #:extras parameters and honor them. Adjust callers.
* doc: Include *.json files in the source.Ludovic Courtès2020-04-21
| | | | | | This is a followup to c9f321e52a99dea93fcc099372ea0167150b9aac. * doc/build.scm (texinfo-manual-source)[build]: Add *.json to #$output.
* gnu: OpenSSL: Update to 1.1.1g [fixes CVE-2020-1967].base-for-series-3619Leo Famulari2020-04-21
| | | | | | * gnu/packages/tls.scm (openssl)[replacement]: Replace with openssl-1.1.1g. (openssl-1.1.1e): Replace variable with ... (openssl-1.1.1g): ... this.