| Commit message (Expand) | Author | Age | Files | Lines |
* | services: hurd-vm: Pass "-no-reboot" when spawning the Hurd VM.•••* gnu/services/virtualization.scm (hurd-vm-shepherd-service)[vm-command]:
Add "--no-reboot".
| Ludovic Courtès | 2020-09-29 | 1 | -1/+6 |
* | services: hurd-vm: Initialize the guest's SSH/Guix keys at activation time.•••* gnu/services/virtualization.scm (initialize-hurd-vm-substitutes)
(hurd-vm-activation): New procedures.
(hurd-vm-service-type)[extensions]: Add ACTIVATION-SERVICE-TYPE
extension.
* doc/guix.texi (Transparent Emulation with QEMU): Mention GNU/Hurd.
(The Hurd in a Virtual Machine): Explain which files are automatically
installed and mention offloading.
| Ludovic Courtès | 2020-09-29 | 1 | -1/+66 |
* | services: guix: Generate key pair if needed during activation.•••* gnu/services/base.scm (guix-activation): Invoke "guix archive
--generate-key".
* doc/guix.texi (Invoking guix archive)
(Invoking guix deploy): Mention that 'guix-service-type' takes care of
generating the key pair.
| Ludovic Courtès | 2020-09-29 | 1 | -4/+9 |
* | services: hurd-vm: Check whether /dev/kvm exists at run time.•••This change allows a childhurd to run within Guix System in a VM.
* gnu/services/virtualization.scm (hurd-vm-shepherd-service)[vm-command]:
Stage the 'file-exists?' call.
| Ludovic Courtès | 2020-09-29 | 1 | -7/+8 |
* | secret-service: Clarify the origin of messages.•••* gnu/build/secret-service.scm (secret-service-send-secrets)
(secret-service-receive-secrets): Prefix messages by "secret service".
| Ludovic Courtès | 2020-09-29 | 1 | -6/+11 |
* | services: childhurd: Tweak description.•••* gnu/services/virtualization.scm (hurd-vm-service-type)[description]:
Mention "childhurd".
| Ludovic Courtès | 2020-09-29 | 1 | -1/+2 |
* | services: hurd-vm: Run QEMU as an unprivileged user.•••Until qemu was running as "root", which is unnecessary.
* gnu/services/virtualization.scm (%hurd-vm-accounts): New variable.
(hurd-vm-service-type)[extensions]: Add ACCOUNT-SERVICE-TYPE extension.
| Ludovic Courtès | 2020-09-29 | 1 | -13/+30 |
* | gnu: snap: Update to 6.2.1.•••* gnu/packages/education.scm (snap): Update to 6.2.1.
| Nicolas Goaziou | 2020-09-29 | 1 | -2/+2 |
* | gnu: giac: Update to 1.6.0-23.•••* gnu/packages/algebra.scm (giac): Update to 1.6.0-23.
[arguments]: Fix more hard-coded /bin/cp in Make files.
[native-inputs]: Add python-wrapper.
| Nicolas Goaziou | 2020-09-29 | 1 | -4/+6 |
* | gnu: micropython: Update to 1.13.•••* gnu/packages/python.scm (micropython): Update to 1.13.
| Nicolas Goaziou | 2020-09-29 | 1 | -3/+2 |
* | gnu: obs: Enable tests.•••* gnu/packages/video.scm (obs)[arguments]: Enable tests. Add
configure-flag to enable unit tests.
[native-inputs]: Add cmocka.
| Efraim Flashner | 2020-09-29 | 1 | -4/+5 |
* | gnu: obs: Enable building on all architectures.•••* gnu/packages/video.scm (obs)[supported-systems]: Remove field.
| Efraim Flashner | 2020-09-29 | 1 | -1/+0 |
* | gnu: obs: Build with speexdsp.•••* gnu/packages/video.scm (obs)[inputs]: Replace speex with speexdsp.
| Efraim Flashner | 2020-09-29 | 1 | -1/+1 |
* | gnu: obs: Update to 26.0.0.•••* gnu/packages/video.scm (obs): Update to 26.0.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Michael Rohleder | 2020-09-29 | 1 | -2/+2 |
* | ci: Build hurd-barebones-qcow2-image.•••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.
| Mathieu Othacehe | 2020-09-29 | 1 | -1/+1 |
* | images: hurd: Add hurd-barebones-qcow2-image.•••* gnu/system/images/hurd.scm (hurd-barebones-qcow2-image): New variable.
| Mathieu Othacehe | 2020-09-29 | 1 | -1/+8 |
* | image: Add support for compressed-qcow2 format.•••* 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.
| Mathieu Othacehe | 2020-09-29 | 2 | -17/+29 |
* | gnu: fet: Update to 5.47.0.•••* gnu/packages/education.scm (fet): Update to 5.47.0.
| Nicolas Goaziou | 2020-09-29 | 1 | -2/+2 |
* | gnu: vim: Update to 8.2.1770.•••* gnu/packages/vim.scm (vim): Update to 8.2.1770.
| Efraim Flashner | 2020-09-29 | 1 | -2/+2 |
* | gnu: scintilla: Update to 4.4.5.•••* gnu/packages/text-editors.scm (scintilla): Update to 4.4.5.
| Nicolas Goaziou | 2020-09-29 | 1 | -2/+2 |
* | gnu: Add rust-stfu8-0.2.•••* gnu/packages/crates-io.scm (rust-stfu8-0.2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Gabriel Arazas | 2020-09-29 | 1 | -0/+31 |
* | gnu: Add rust-proptest-0.3.•••* gnu/packages/crates-io.scm (rust-proptest-0.3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Gabriel Arazas | 2020-09-29 | 1 | -0/+24 |
* | gnu: Add rust-pretty-assertions-0.4.•••* gnu/packages/crates-io.scm (rust-pretty-assertions-0.4): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Gabriel Arazas | 2020-09-29 | 1 | -0/+21 |
* | gnu: Add rust-ansi-term-0.9.•••* gnu/packages/crates-io.scm (rust-ansi-term-0.9): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Gabriel Arazas | 2020-09-29 | 1 | -0/+16 |
* | gnu: Add rust-bit-set-0.4.•••* gnu/packages/crates-io.scm (rust-bit-set-0.4): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Gabriel Arazas | 2020-09-29 | 1 | -0/+21 |
* | gnu: Add rust-bit-vec-0.4.•••* gnu/packages/crates-io.scm (rust-bit-vec-0.4): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Gabriel Arazas | 2020-09-29 | 1 | -0/+18 |
* | gnu: python-httpx: Update to 0.15.4.•••* 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>
| Vinicius Monego | 2020-09-29 | 1 | -3/+3 |
* | gnu: quaternion: Add debug output.•••* gnu/packages/messaging.scm (quaternion)[outputs]: Add debug output.
| Efraim Flashner | 2020-09-29 | 1 | -0/+1 |
* | gnu: dino: Add debug output.•••* gnu/packages/messaging.scm (dino)[outputs]: Add debug output.
| Efraim Flashner | 2020-09-29 | 1 | -0/+1 |
* | gnu: ppsspp: Update to 1.10.3.•••* 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>
| Leo Prikler | 2020-09-29 | 1 | -5/+5 |
* | gnu: komikku: Update to 0.21.1.•••* gnu/packages/gnome.scm (komikku): Update to 0.21.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Leo Prikler | 2020-09-29 | 1 | -2/+2 |
* | gnu: Add missing module.•••* gnu/packages/emulators.scm: Add missing module.
| Nicolas Goaziou | 2020-09-28 | 1 | -0/+1 |
* | gnu: scummvm: Update to 2.2.0.•••* gnu/packages/emulators.scm (scummvm): Update to 2.2.0.
[arguments]: Remove unnecessary phase.
[inputs]: Add fribidi.
| Nicolas Goaziou | 2020-09-28 | 1 | -16/+3 |
* | gnu: icecat: Remove duplicate find-files call.•••* 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>
| Zhu Zihao | 2020-09-28 | 1 | -1/+1 |
* | gnu: icecat: Use system icu4c.•••* 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>
| Zhu Zihao | 2020-09-28 | 1 | -3/+3 |
* | gnu: Remove icecat-68 source.•••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>
| Jonathan Brielmaier | 2020-09-28 | 3 | -384/+0 |
* | gnu: icedove: Update to 78.3.0.•••* 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>
| Jonathan Brielmaier | 2020-09-28 | 1 | -31/+25 |
* | gnu: Add nss@3.56.•••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>
| Jonathan Brielmaier | 2020-09-28 | 3 | -0/+321 |
* | gnu: libpng-apng: Update to 1.6.37.•••* gnu/packages/image.scm (libpng-apng): Update to 1.6.37.
(libpng): Add comment: a reminder to keep libpng-apng updated.
| Mark H Weaver | 2020-09-28 | 1 | -5/+5 |
* | gnu: cm: Update to 0.3.1.•••* gnu/packages/algebra.scm (cm): Update to 0.3.1.
| Andreas Enge | 2020-09-28 | 1 | -3/+3 |
* | gnu: cuirass: Update to 0.0.1-48.0ffcb80.•••* gnu/packages/ci.scm (cuirass): Update to 0.0.1-48.0ffcb80.
| Mathieu Othacehe | 2020-09-28 | 1 | -3/+3 |
* | gnu: r-chippeakanno: Update to 3.22.4.•••* gnu/packages/bioconductor.scm (r-chippeakanno): Update to 3.22.4.
| Roel Janssen | 2020-09-28 | 1 | -2/+2 |
* | services: Add elogind ‘handle-lid-switch-external-power’.•••* 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.
| Tobias Geerinckx-Rice | 2020-09-28 | 1 | -58/+61 |
* | gnu: openssh: Update to 8.4p1.•••* gnu/packages/ssh.scm (openssh): Update to 8.4p1.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Greg Hogan | 2020-09-28 | 1 | -2/+2 |
* | gnu: guile-lzlib: Update to 0.0.2.•••* gnu/packages/guile.scm (guile-lzlib): Update to 0.0.2.
| Mathieu Othacehe | 2020-09-28 | 1 | -2/+2 |
* | gnu: libxkbcommon: Specify CPE name.•••* gnu/packages/xdisorg.scm (libxkbcommon)[properties]: New field.
| Marius Bakke | 2020-09-28 | 1 | -1/+2 |
* | gnu: jasper: Update to 2.0.21 [fixes CVE-2018-19541].•••* gnu/packages/image.scm (jasper): Update to 2.0.21.
| Marius Bakke | 2020-09-28 | 1 | -2/+2 |
* | gnu: libspiro: Replace with 20200505 [fixes CVE-2019-19847].•••* gnu/packages/fontutils.scm (libspiro)[replacement]: New field.
(libspiro-20200505): New variable.
| Marius Bakke | 2020-09-28 | 1 | -0/+14 |
* | gnu: libsndfile: Replace with 1.0.30 [security fixes].•••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.
| Marius Bakke | 2020-09-28 | 1 | -0/+37 |
* | gnu: emacs-orgalist: Update to 1.13.•••* gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.13.
| Nicolas Goaziou | 2020-09-27 | 1 | -2/+2 |