summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ci: Build hurd-barebones-qcow2-image.Mathieu Othacehe2020-09-29
| | | | | | | | Build hurd-barebones-qcow2-image instead of hurd-barebones-disk-image to speed downloads. * gnu/ci.scm (%guix-system-images): Build 'hurd-barebones-qcow2-image instead of 'hurd-barebones-disk-image.
* images: hurd: Add hurd-barebones-qcow2-image.Mathieu Othacehe2020-09-29
| | | | * gnu/system/images/hurd.scm (hurd-barebones-qcow2-image): New variable.
* image: Add support for compressed-qcow2 format.Mathieu Othacehe2020-09-29
| | | | | | | | | * gnu/build/image.scm (convert-disk-image): New procedure. (genimage): Remove target argument. * gnu/system/image.scm (system-disk-image): Add support for 'compressed-qcow2 image format. Call "convert-disk-image" to apply image conversions on the final image. Add "qemu-minimal" to the build inputs. (system-image): Also add support for 'compressed-qcow2.
* gnu: fet: Update to 5.47.0.Nicolas Goaziou2020-09-29
| | | | * gnu/packages/education.scm (fet): Update to 5.47.0.
* gnu: vim: Update to 8.2.1770.Efraim Flashner2020-09-29
| | | | * gnu/packages/vim.scm (vim): Update to 8.2.1770.
* gnu: scintilla: Update to 4.4.5.Nicolas Goaziou2020-09-29
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 4.4.5.
* gnu: Add rust-stfu8-0.2.Gabriel Arazas2020-09-29
| | | | | | * gnu/packages/crates-io.scm (rust-stfu8-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-proptest-0.3.Gabriel Arazas2020-09-29
| | | | | | * gnu/packages/crates-io.scm (rust-proptest-0.3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-pretty-assertions-0.4.Gabriel Arazas2020-09-29
| | | | | | * gnu/packages/crates-io.scm (rust-pretty-assertions-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-ansi-term-0.9.Gabriel Arazas2020-09-29
| | | | | | * gnu/packages/crates-io.scm (rust-ansi-term-0.9): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-bit-set-0.4.Gabriel Arazas2020-09-29
| | | | | | * gnu/packages/crates-io.scm (rust-bit-set-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-bit-vec-0.4.Gabriel Arazas2020-09-29
| | | | | | * gnu/packages/crates-io.scm (rust-bit-vec-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-httpx: Update to 0.15.4.Vinicius Monego2020-09-29
| | | | | | | * gnu/packages/python-web.scm (python-httpx): Update to 0.15.4. [home-page]: Change from public repository to project's webpage. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* news: Fix typo in ‘fr’ translation.Florian Pelz2020-09-29
| | | | * etc/news.scm: Update ‘fr’ translation.
* gnu: quaternion: Add debug output.Efraim Flashner2020-09-29
| | | | * gnu/packages/messaging.scm (quaternion)[outputs]: Add debug output.
* gnu: dino: Add debug output.Efraim Flashner2020-09-29
| | | | * gnu/packages/messaging.scm (dino)[outputs]: Add debug output.
* gnu: ppsspp: Update to 1.10.3.Leo Prikler2020-09-29
| | | | | | | | * gnu/packages/emulators.scm (ppsspp): Update to 1.10.3. [snippet]: Update the snippet, that strips glslang from build. [inputs]: Update lang. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: komikku: Update to 0.21.1.Leo Prikler2020-09-29
| | | | | | * gnu/packages/gnome.scm (komikku): Update to 0.21.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* tests: Simplify shell exit status negation;Eric Bavier2020-09-28
| | | | | | | | | | * tests/guix-archive.sh, tests/guix-build-branch.sh, tests/guix-build.sh, tests/guix-daemon.sh, tests/guix-download.sh, tests/guix-environment.sh, tests/guix-gc.sh, tests/guix-git-authenticate.sh, tests/guix-graph.sh, tests/guix-hash.sh, tests/guix-lint.sh, tests/guix-pack-relocatable.sh, tests/guix-pack.sh, tests/guix-package-aliases.sh, tests/guix-package-net.sh, tests/guix-package.sh: Use the shell '!' keyword to negate command exit status in place of 'if ...; then false; else true; fi'
* gnu: Add missing module.Nicolas Goaziou2020-09-28
| | | | * gnu/packages/emulators.scm: Add missing module.
* gnu: scummvm: Update to 2.2.0.Nicolas Goaziou2020-09-28
| | | | | | * gnu/packages/emulators.scm (scummvm): Update to 2.2.0. [arguments]: Remove unnecessary phase. [inputs]: Add fribidi.
* gnu: icecat: Remove duplicate find-files call.Zhu Zihao2020-09-28
| | | | | | | | * gnu/packages/gnuzilla.scm (icecat)[arguments]<phases>: In the patch-cargo-checksums phase, replace the inner "find-files" call with the already found file name. Signed-off-by: Mark H Weaver <mhw@netris.org>
* gnu: icecat: Use system icu4c.Zhu Zihao2020-09-28
| | | | | | | * gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Add icu4c-67. [arguments]<configure-flags>: Add "--with-system-icu". Signed-off-by: Mark H Weaver <mhw@netris.org>
* gnu: Remove icecat-68 source.Jonathan Brielmaier2020-09-28
| | | | | | | | | | | | | | It was necessary for icedove@68 which is now based on icecat@78. * gnu/packages/gnuzilla.scm (mozilla-68-compare-locales): Remove. (all-mozilla-68-locales): Remove. (%icecat-68-version): Remove. (icecat-68-source): Remove. * gnu/packages/patches/icecat-68-makeicecat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Modified-By: Mark H Weaver <mhw@netris.org> Signed-off-by: Mark H Weaver <mhw@netris.org>
* gnu: icedove: Update to 78.3.0.Jonathan Brielmaier2020-09-28
| | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.3.0. [source]: Use source from Icecat 78. [arguments]: Use more flexible approach for generating cargo checksums from icecat. Update files in 'rename-to-icedove phase. Remove gone configure flags and rename `--disable-ion` to `--disable-jit`. [inputs]: Update icu4c to version 67 and nss to 3.56. [native-inputs]: Use ESR 78 mercurial repo for thunderbird soruces. Update rust and cargo to 1.41, rust-cbindgen to 0.14 and node to 10.22. Tested-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> Signed-off-by: Mark H Weaver <mhw@netris.org>
* gnu: Add nss@3.56.Jonathan Brielmaier2020-09-28
| | | | | | | | | | | Icedove 78 requires nss > 3.53. This version is the only one building out-of-the-box. * gnu/packages/nss.scm (nss-3.56): New variable. * gnu/packages/patches/nss-3.56-pkgconfig.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Mark H Weaver <mhw@netris.org>
* gnu: libpng-apng: Update to 1.6.37.Mark H Weaver2020-09-28
| | | | | * gnu/packages/image.scm (libpng-apng): Update to 1.6.37. (libpng): Add comment: a reminder to keep libpng-apng updated.
* gnu: cm: Update to 0.3.1.Andreas Enge2020-09-28
| | | | * gnu/packages/algebra.scm (cm): Update to 0.3.1.
* gnu: cuirass: Update to 0.0.1-48.0ffcb80.Mathieu Othacehe2020-09-28
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-48.0ffcb80.
* gnu: r-chippeakanno: Update to 3.22.4.Roel Janssen2020-09-28
| | | | * gnu/packages/bioconductor.scm (r-chippeakanno): Update to 3.22.4.
* services: Add elogind ‘handle-lid-switch-external-power’.Tobias Geerinckx-Rice2020-09-28
| | | | | | | * gnu/services/desktop.scm <elogind-configuration>: Add an handle-lid-switch-external-power field, mapping to the HandleLidSwitchExternalPower logind.conf setting. * doc/guix.texi (Desktop Services): ‘Document’ it.
* gnu: openssh: Update to 8.4p1.Greg Hogan2020-09-28
| | | | | | * gnu/packages/ssh.scm (openssh): Update to 8.4p1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* news: Add ‘fr’ translations.Ludovic Courtès2020-09-28
| | | | * etc/news.scm: Add ‘fr’ translations.
* doc: Clarify how to choose a user account shell.Ludovic Courtès2020-09-28
| | | | | * doc/guix.texi (User Accounts): Add example with custom shell and custom home directory. Add examples of shell gexps.
* gnu: guile-lzlib: Update to 0.0.2.Mathieu Othacehe2020-09-28
| | | | * gnu/packages/guile.scm (guile-lzlib): Update to 0.0.2.
* news: Add ‘de’ translations.Florian Pelz2020-09-28
| | | | * etc/news.scm: Add ‘de’ translations.
* gnu: libxkbcommon: Specify CPE name.Marius Bakke2020-09-28
| | | | * gnu/packages/xdisorg.scm (libxkbcommon)[properties]: New field.
* gnu: jasper: Update to 2.0.21 [fixes CVE-2018-19541].Marius Bakke2020-09-28
| | | | * gnu/packages/image.scm (jasper): Update to 2.0.21.
* gnu: libspiro: Replace with 20200505 [fixes CVE-2019-19847].Marius Bakke2020-09-28
| | | | | * gnu/packages/fontutils.scm (libspiro)[replacement]: New field. (libspiro-20200505): New variable.
* gnu: libsndfile: Replace with 1.0.30 [security fixes].Marius Bakke2020-09-28
| | | | | | | | This replacement fixes CVE-2017-17456, CVE-2017-17457, CVE-2018-19661, CVE-2018-19662, CVE-2018-19758, and CVE-2019-3832. * gnu/packages/pulseaudio.scm (libsndfile)[replacement]: New field. (libsndfile-1.0.30): New variable.
* news: Add news entry for '--without-tests'.Ludovic Courtès2020-09-27
| | | | * etc/news.scm: Add entry.
* news: Add entry for deep graph rewriting.Ludovic Courtès2020-09-27
| | | | * etc/news.scm: Add entry.
* gnu: emacs-orgalist: Update to 1.13.Nicolas Goaziou2020-09-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.13.
* gnu: qjackctl: Update to 0.6.3.Michael Rohleder2020-09-27
| | | | | | | * gnu/packages/audio.scm (qjackctl): Update to 0.6.3. [inputs]: Add portaudio. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add grokmirror.Kyle Meyer2020-09-27
| | | | | | * gnu/packages/version-control.scm (grokmirror): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Move channel @cindex within their nodes.Ludovic Courtès2020-09-27
| | | | | * doc/guix.texi (Channels): Move @cindex at the beginning of the node they refer to from the end of the previous node.
* doc: Move "Primary URL" after "Specifying Channel Authorizations".Ludovic Courtès2020-09-27
| | | | | | * doc/guix.texi (Primary URL): Move after "Specifying Channel Authorizations" since the audience is channel authors who've already taken care of authorizations.
* doc: Promote "Channels" as chapter and reorder.zimoun2020-09-27
| | | | | | | | | | | | | | | | | | | | | | The sectioning becomes: 1. Specifying Additional Channels (was 3.) 2. Using a Custom Guix Channel (was 2.) 3. Replicating Guix (was 9.) 4. Channel Authentication (was 1.) 5. Primary URL (was 7.) 6. Creating a Channel (reworded) 7. Package Modules in a Sub-directory (was 5.) 8. Declaring Channel Dependencies (was 4.) 9. Specifying Channel Authorizations (was 6.) 10. Writing Channel News (was 8.) * doc/guix.texi (Channels): Move section to chapter. Reorder the chapter. Minor tweaks to keep uniformity. Update the master menu. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Update the master menu.zimoun2020-09-27
| | | | | | * doc/guix.texi: Update the master menu. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* packages: 'package-input-rewriting' has a #:deep? parameter.Ludovic Courtès2020-09-27
| | | | | | | | | | | | | * guix/packages.scm (package-input-rewriting): Add #:deep? and pass it to 'package-mapping'. [replacement-property]: New variable. [rewrite]: Check it. [cut?]: New procedure. * tests/packages.scm ("package-input-rewriting"): Pass #:deep? #f and ensure implicit inputs were not rewritten. Avoid 'eq?' comparisons. ("package-input-rewriting, deep"): New test. * gnu/packages/guile.scm (package-for-guile-2.0, package-for-guile-3.0): Pass #:deep? #f.