summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* channels: Fix test for introductory commit signer.Ludovic Courtès2020-06-25
| | | | | | | | | | | Until now the test would always succeed because it would return 'failed, which has truth value. The exercise 'verify-introductory-commit', we need to add a second commit beyond the introductory commit, which is what we do here. * tests/channels.scm ("authenticate-channel, wrong first commit signer"): Add a second commit and authenticate up to that one. Change 'message?' to 'message-condition?'.
* gnu: glib: Hide 'zip' binding from SRFI-1.Ludovic Courtès2020-06-25
| | | | * gnu/packages/glib.scm: Hide 'zip' from (srfi srfi-1).
* services: Add missing (ice-9 format) import.Ludovic Courtès2020-06-25
| | | | | | | | | | These issues were reported by -Wformat, though they were harmless in practice because importing (ice-9 format) changes the global 'format' binding currently. * gnu/services/nix.scm: Import (ice-9 format). * gnu/services/web.scm: Likewise. * gnu/system/mapped-devices.scm: Likewise.
* gnu: sameboy: Update to 0.13.3.Jakub Kądziołka2020-06-25
| | | | * gnu/packages/emulators.scm (sameboy): Update to 0.13.3.
* services: childhurd: Adjust for hurd-disk-image move.Marius Bakke2020-06-25
| | | | | | This is a follow-up to commit b904b59ce592c89dfb4675a8c06757afed6738a0. * gnu/services/virtualization.scm: Import (gnu system images hurd).
* gnu: Add sideload.Ryan Prior2020-06-24
| | | | | | * gnu/packages/pantheon.scm (sideload): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add gmic.Vinicius Monego2020-06-24
| | | | | | * gnu/packages/image-processing.scm (gmic): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add photoflare.Vinicius Monego2020-06-24
| | | | | | * gnu/packages/photo.scm (photoflare): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: python-on-guile: Update to 1.2.3.5.Marius Bakke2020-06-24
| | | | * gnu/packages/guile-xyz.scm (python-on-guile): Update to 1.2.3.5.
* gnu: cURL: Replace with 7.71.0 [fixes CVE-2020-8169, CVE-2020-8177].Marius Bakke2020-06-24
| | | | | * gnu/packages/curl.scm (curl-7.71.0): New variable. (curl)[replacement]: New field.
* gnu: Add emacs-ob-erlang.Maxim Cournoyer2020-06-24
| | | | * gnu/packages/emacs-xyz.scm (emacs-ob-erlang): New variable.
* gnu: fd: Update to 8.1.1.Jakub Kądziołka2020-06-24
| | | | | | | * gnu/packages/rust-apps.scm (fd): Update to 8.1.1. [cargo-inputs]: Add rust-anyhow-1.0, rust-dirs-2.0, rust-users-0.10. Replace rust-humantime-1.3 with 2, rust-lscolors-0.6 with 0.7, rust-num-cpus-1.10 with 1.11.
* gnu: Add rust-lscolors-0.7.Jakub Kądziołka2020-06-24
| | | | | * gnu/packages/crates-io.scm (rust-lscolors-0.7): New variable. (rust-lscolors-0.6): Inherit from rust-lscolors-0.7.
* gnu: Add rust-users-0.10.Jakub Kądziołka2020-06-24
| | | | | * gnu/packages/crates-io.scm (rust-users-0.10): New variable. (rust-users-0.9): Inherit from rust-users-0.10.
* gnu: Add rust-humantime-2.Jakub Kądziołka2020-06-24
| | | | | * gnu/packages/crates-io.scm (rust-humantime-2): New variable. (rust-humantime-1.3): Inherit from rust-humantime-2.
* gnu: Remove rust-humantime-1.2.Jakub Kądziołka2020-06-24
| | | | | | * gnu/packages/crates-io.scm (rust-humantime-1.2): Remove variable. (rust-env-logger-0.5, rust-env-logger-0.6)[arguments]: Replace rust-humantime-1.2 with 1.3. Don't skip build.
* nix: Tweak .gitignore files.Christopher Baines2020-06-24
| | | | | | Remove .gitignore entries where they match source files that are tracked in Git. This is relevant to me at least, as some code searching tools use .gitignore files and will ignore matched files.
* system: image: Enable compression on ISO9660 images.Mathieu Othacehe2020-06-24
| | | | | | | ISO9660 image compression was temporarily disabled to speed-up tests of the new image API. Enable it again. * gnu/system/image.scm (iso9660-image)[compression]: Enable it.
* ci: Build Guix System images.Mathieu Othacehe2020-06-24
|
* image: Move hurd image definition to a dedicated file.Mathieu Othacehe2020-06-24
| | | | | | | | | | | | This moves hurd-disk-image to a dedicated file. It also defines a default operating-system so that the image can be built standalone. * gnu/system/images/hurd.scm: New file, * gnu/local.mk (GNU_SYSTEM_MODULES): add it, * gnu/system/image.scm (root-offset, root-label): Export it, (hurd-disk-image): remove it as this is now defined in the new, Hurd dedicated file above, (find-image): adapt to avoid loop dependency.
* gnu: symengine: Fix indentation.Nicolas Goaziou2020-06-24
| | | | | * gnu/packages/algebra.scm (symengine): Fix indentation and apply small cosmetic fixes.
* gnu: Add python-symengine.Vinicius Monego2020-06-24
| | | | | | * gnu/packages/python-xyz.scm (python-symengine): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add symengine.Vinicius Monego2020-06-24
| | | | | | * gnu/packages/algebra.scm (symengine): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: sssd: Fix build.Oleg Pykhalov2020-06-24
| | | | | | * gnu/packages/patches/sssd-fix-samba.patch: New file. * gnu/local.mk (dist_patch_DATA): Add this. * gnu/packages/sssd.scm (sssd)[source]: Add this.
* gnu: r-fpc: Update to 2.2-6.Ricardo Wurmus2020-06-24
| | | | * gnu/packages/statistics.scm (r-fpc): Update to 2.2-6.
* gnu: r-dt: Update to 0.14.Ricardo Wurmus2020-06-24
| | | | * gnu/packages/statistics.scm (r-dt): Update to 0.14.
* gnu: r-segmented: Update to 1.2-0.Ricardo Wurmus2020-06-24
| | | | * gnu/packages/statistics.scm (r-segmented): Update to 1.2-0.
* gnu: r-knitr: Update to 1.29.Ricardo Wurmus2020-06-24
| | | | * gnu/packages/statistics.scm (r-knitr): Update to 1.29.
* gnu: r-patchwork: Update to 1.0.1.Ricardo Wurmus2020-06-24
| | | | * gnu/packages/cran.scm (r-patchwork): Update to 1.0.1.
* gnu: r-ggforce: Update to 0.3.2.Ricardo Wurmus2020-06-24
| | | | * gnu/packages/cran.scm (r-ggforce): Update to 0.3.2.
* gnu: r-bookdown: Update to 0.20.Ricardo Wurmus2020-06-24
| | | | * gnu/packages/cran.scm (r-bookdown): Update to 0.20.
* gnu: r-docopt: Update to 0.7.1.Ricardo Wurmus2020-06-24
| | | | * gnu/packages/cran.scm (r-docopt): Update to 0.7.1.
* gnu: r-magick: Update to 2.4.0.Ricardo Wurmus2020-06-24
| | | | | * gnu/packages/cran.scm (r-magick): Update to 2.4.0. [native-inputs]: Add r-knitr.
* gnu: r-recipes: Update to 0.1.13.Ricardo Wurmus2020-06-24
| | | | | * gnu/packages/cran.scm (r-recipes): Update to 0.1.13. [propagated-inputs]: Add r-lifecycle.
* gnu: r-gower: Update to 0.2.2.Ricardo Wurmus2020-06-24
| | | | * gnu/packages/cran.scm (r-gower): Update to 0.2.2.
* gnu: libsignal-protocol-c: Don't use unstable tarball.Efraim Flashner2020-06-24
| | | | | * gnu/packages/messaging.scm (libsignal-protocol-c)[source]: Download using git-fetch.
* gnu: ocaml4.07-piqi: Don't use unstable tarball.Efraim Flashner2020-06-24
| | | | | | * gnu/packages/ocaml.scm (ocaml4.07-piqi)[source]: Download using git-fetch. [arguments]: Add custom phase to make files writable.
* gnu: jmtpfs: Don't use unstable tarball.Efraim Flashner2020-06-24
| | | | * gnu/packages/linux.scm (jmtpfs)[source]: Download using git-fetch.
* gnu: pflask: Don't use unstable tarball.Efraim Flashner2020-06-24
| | | | * gnu/packages/linux.scm (pflask)[source]: Download using git-fetch.
* gnu: procenv: Don't use unstable tarball.Efraim Flashner2020-06-24
| | | | * gnu/packages/linux.scm (procenv)[source]: Download using git-fetch.
* gnu: ddate: Don't use unstable tarball.Efraim Flashner2020-06-24
| | | | * gnu/packages/linux.scm (ddate)[source]: Download using git-fetch.
* gnu: java-usb4java: Don't use unstable tarball.Efraim Flashner2020-06-24
| | | | | * gnu/packages/libusb.scm (java-usb4java)[source]: Download using git-fetch.
* gnu: antlr3-3.3: Don't propagate antlr3-3.1.Efraim Flashner2020-06-24
| | | | * gnu/packages/java.scm (antlr3-3.3)[propagated-inputs]: Remove antlr3-3.1.
* gnu: python2-zipp-bootstrap: Add missing name field.Efraim Flashner2020-06-24
| | | | | * gnu/packages/python-compression.scm (python2-zipp-bootstrap)[name]: Don't inherit from python2-zipp.
* gnu: python-on-guile: Do not propagate dependencies.Marius Bakke2020-06-24
| | | | | | * gnu/packages/guile-xyz.scm (python-on-guile)[propagated-inputs]: Move everything to ... [inputs] ... here.
* gnu: python-on-guile: Wrap with own Guile modules.Marius Bakke2020-06-24
| | | | | * gnu/packages/guile-xyz.scm (python-on-guile)[arguments]: Add the output modules to the wrapper.
* gnu: python-on-guile: Update to 1.2.3.4.Marius Bakke2020-06-24
| | | | | | | * gnu/packages/guile-xyz.scm (python-on-guile): Update to 1.2.3. [source]: Download from <https://gitlab.com/python-on-guile/python-on-guile>. [inputs]: Change from GUILE-2.2 to GUILE-3.0. [arguments]: Add phase augment-GUILE_LOAD_PATH.
* gnu: guile-persist: Update to 1.2.3.Marius Bakke2020-06-24
| | | | | | * gnu/packages/guile-xyz.scm (guile-persist): Update to 1.2.3. [source](modules, snippet): Remove. [inputs]: Change from GUILE-2.2 to GUILE-3.0.
* gnu: guile-stis-parser: Update to 1.2.4.1.Marius Bakke2020-06-24
| | | | | | * gnu/packages/guile-xyz.scm (guile-stis-parser): Update to 1.2.4.1. [arguments]: Remove obsolete phase. [inputs]: Change from GUILE-2.2 to GUILE-3.0.
* gnu: Add v.Ryan Prior2020-06-23
| | | | | | | | * gnu/packages/vlang.scm: New file. * gnu/packages/vlang.scm (v): New variable. * gnu/local.mk: Add vlang.scm. Signed-off-by: Ludovic Courtès <ludo@gnu.org>