summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | | gnu: perl-test2-suite: Correct name.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/perl-check.scm (perl-test2-bundle-extended): Rename to… (perl-test2-suite): …this. [name]: Adjust accordingly. (perl-test2-plugin-nowarnings)[propagated-inputs]: Use new name. * gnu/packages/perl.scm (perl-params-validationcompiler)[native-inputs]: Likewise.
* | | | | | | | | | | gnu: tegola: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (tegola)[home-page]: Use HTTPS.
* | | | | | | | | | | gnu: libpipeline: Update to 1.5.2.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/man.scm (libpipeline): Update to 1.5.2.
* | | | | | | | | | | gnu: libsmpeg: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (libsmpeg)[home-page]: Use HTTPS.
* | | | | | | | | | | gnu: WebKitGTK: Update to 2.28.0 [fixes CVE-2020-10018].Leo Famulari2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.28.0.
* | | | | | | | | | | gnu: Add python-capablerobot-usbhub.Vagrant Cascadian2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/libusb (python-capablerobot-usbhub): New variable.
* | | | | | | | | | | gnu: Add barrage.Alberto Eleuterio Flores Guerrero2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (barrage): New variable.
* | | | | | | | | | | maint: Add 'etc/release-manifest.scm'.Ludovic Courtès2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/release-manifest.scm: New file. * gnu/ci.scm (%cross-targets): Export. * build-aux/check-available-binaries.scm: Remove. * Makefile.am (EXTRA_DIST): Add 'etc/release-manifest.scm' and remove 'build-aux/check-available-binaries.scm'. (assert-binaries-available): Rewrite using 'guix weather -m'.
* | | | | | | | | | | pack: Do not create a squashfs "recovery file".Ludovic Courtès2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by Josh Marshall <Josh.Marshall@jax.org>. * guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): Always pass "-no-recovery".
* | | | | | | | | | | pack: Make bit-reproducible squashfs images.Ludovic Courtès2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by Josh Marshall <Josh.Marshall@jax.org>. * guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): Always pass "-all-time", "-mkfs-time", "-force-uid", and "-force-gid" to 'mksquashfs'.
* | | | | | | | | | | pack: Factorize 'mksquashfs' invocations.Ludovic Courtès2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): New procedure. Replace instances of (invoke "mksquashfs" ...) with (mksquashfs ...).
* | | | | | | | | | | weather: '--coverage' filters out non-package objects.Ludovic Courtès2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to d37b5a1b58824dafbe6f32b1c183661c147c660c. * guix/scripts/weather.scm (guix-weather): Filter PACKAGES passed to 'report-package-coverage'.
* | | | | | | | | | | weather: Exit with non-zero when coverage is below 100%.Ludovic Courtès2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/scripts/weather.scm (report-server-coverage): Return the coverage ratio. (guix-weather): Exit if and only if each server's coverage is 1.
* | | | | | | | | | | gnu: cadaver: Satisfy 'guix lint'.Efraim Flashner2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (cadaver)[home-page]: Follow redirect. [description]: Always use two spaces.
* | | | | | | | | | | gnu: httrack: Use texi markup in description.Efraim Flashner2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (httrack)[description]: Use texi markup.
* | | | | | | | | | | gnu: uim: Use emacs-substitute-variables instead of substitute*.Arun Isaac2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (uim)[arguments]: In the configure-uim-el phase, use emacs-substitute-variables instead of substitute*.
* | | | | | | | | | | gnu: uim: Do not install elisp files in guix.d.Arun Isaac2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (uim)[arguments]: Pass %output/share/emacs to the --with-lispdir configure flag. Add fix-install-path phase after install phase.
* | | | | | | | | | | gnu: fltk: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/fltk.scm (fltk)[home-page]: Use HTTPS.
* | | | | | | | | | | gnu: unqlite: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (unqlite)[home-page]: Use HTTPS.
* | | | | | | | | | | gnu: sdparm: Update to 1.11.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/disk.scm (sdparm): Update to 1.11. [source]: Hard-code name.
* | | | | | | | | | | gnu: bastet: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (bastet)[home-page]: Use HTTPS.
* | | | | | | | | | | gnu: java-iq80-snappy: Don't use unstable tarball.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java-compression.scm (java-iq80-snappy)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* | | | | | | | | | | gnu: java-snappy@1.0: Don't use unstable tarball.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java-compression.scm (java-snappy-1)[name]: Restate. [source]: Use GIT-FETCH and GIT-FILE-NAME.
* | | | | | | | | | | gnu: autobuild: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/autotools.scm (autobuild)[home-page]: Use HTTPS.
* | | | | | | | | | | gnu: libwebsockets: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (libwebsockets)[home-page]: Use HTTPS.
* | | | | | | | | | | gnu: catdoc: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/textutils.scm (catdoc)[home-page]: Use HTTPS.
* | | | | | | | | | | gnu: Add browserpass-native.base-for-series-3157Alex Griffin2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/password-utils.scm (browserpass-native): New variable.
* | | | | | | | | | | gnu: Add go-github-com-mattn-go-zglob.Alex Griffin2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-mattn-go-zglob): New variable.
* | | | | | | | | | | gnu: Add go-github-com-rifflock-lfshook.Alex Griffin2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-rifflock-lfshook): New variable.
* | | | | | | | | | | gnu: go-github-com-sirupsen-logrus: Propagate inputs.Alex Griffin2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-sirupsen-logrus): Propagate inputs.
* | | | | | | | | | | gnu: linux-libre: Update to 5.4.25.Mark H Weaver2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.25. (linux-libre-5.4-pristine-source): Update hash.
* | | | | | | | | | | gnu: linux-libre@4.19: Update to 4.19.109.Mark H Weaver2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.109. (linux-libre-4.19-pristine-source): Update hash.
* | | | | | | | | | | gnu: linux-libre@4.14: Update to 4.14.173.Mark H Weaver2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.173. (linux-libre-4.14-pristine-source): Update hash.
* | | | | | | | | | | gnu: linux-libre@4.9: Update to 4.9.216.Mark H Weaver2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.216. (linux-libre-4.9-pristine-source): Update hash.
* | | | | | | | | | | gnu: linux-libre@4.4: Update to 4.4.216.Mark H Weaver2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.216. (linux-libre-4.4-pristine-source): Update hash.
* | | | | | | | | | | gnu: mingw-w64-*: Update to 7.0.0.Carl Dong2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/mingw.scm (make-mingw-w64): Update to 7.0.0.
* | | | | | | | | | | gnu: ghc-extra: Update to 1.7.1.Alexandru-Sergiu Marton2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/haskell-xyz.scm (ghc-extra): Update to 1.7.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* | | | | | | | | | | weather: Allow for multiple '--manifest' options.Ludovic Courtès2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/scripts/weather.scm (guix-weather)[package-list]: Account for all the 'manifest entries in OPTS. * doc/guix.texi (Invoking guix weather): Document it.
* | | | | | | | | | | weather: Add '--display-missing'.Ludovic Courtès2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/scripts/weather.scm (report-server-coverage): Add #:display-missing? and honor it. (show-help, %options): Add "--display-missing". (guix-weather): Pass #:display-missing? to 'report-server-coverage'. * doc/guix.texi (Invoking guix weather): Document it.
* | | | | | | | | | | gnu: singularity: Do not use the "errors=remount-ro" squashfs option.Ludovic Courtès2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This mount option stopped being supported with Linux-libre 5.4.5: http://ci.guix.gnu.org/build/2056359/details * gnu/packages/linux.scm (singularity)[source]: Remove "errors=remount-ro" mount option from source code.
* | | | | | | | | | | gnu: singularity: Wrap programs so they find Coreutils.Ludovic Courtès2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (singularity)[arguments]: Add 'set-PATH' phase.
* | | | | | | | | | | gexp: Add 'with-parameters'.Ludovic Courtès2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/gexp.scm (<parameterized>): New record type. (with-parameters): New macro. (compile-parameterized): New gexp compiler. * tests/gexp.scm ("with-parameters for %current-system") ("with-parameters for %current-target-system") ("with-parameters + file-append"): New tests. * doc/guix.texi (G-Expressions): Document it.
* | | | | | | | | | | gnu: Add guile-torrent.base-for-series-3152base-for-series-3151Amar Singh2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-torrent): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* | | | | | | | | | | gnu: edirect: Update to 13.3.20200128.Efraim Flashner2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (edirect): Update to 13.3.20200128. [source]: Remove bundled certificate authority tarball.
* | | | | | | | | | | gnu: r-car: Update to 3.0-7.Ricardo Wurmus2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (r-car): Update to 3.0-7. [native-inputs]: Add r-knitr.
* | | | | | | | | | | gnu: r-nloptr: Update to 1.2.2.1.Ricardo Wurmus2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (r-nloptr): Update to 1.2.2.1.
* | | | | | | | | | | gnu: r-roxygen2: Update to 7.1.0.Ricardo Wurmus2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (r-roxygen2): Update to 7.1.0. [native-inputs]: Move r-knitr from here... [propagated-inputs]: ...to here.
* | | | | | | | | | | gnu: r-xml2: Update to 1.2.5.Ricardo Wurmus2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/statistics.scm (r-xml2): Update to 1.2.5. [native-inputs]: Add r-knitr.
* | | | | | | | | | | gnu: r-tam: Update to 3.4-26.Ricardo Wurmus2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-tam): Update to 3.4-26.
* | | | | | | | | | | gnu: r-cdm: Update to 7.5-15.Ricardo Wurmus2020-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cran.scm (r-cdm): Update to 7.5-15.