summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-01build: vm: Fix qemu-command procedure.Mathieu Othacehe
* gnu/build/vm.scm (qemu-command): When system is "armhf-linux", use "arm" as qemu cpu prefix.
2019-12-01tests: lzlib: Do not fail if lzlib in not available.Mathieu Othacehe
* tests/lzlib.scm: Use test-assert* for all test cases, so that there are no failures if lzlib is unavailable.
2019-12-01scripts: system: Add --target option.Mathieu Othacehe
* guix/scripts/system.scm (%options): Add target option, (%default-options): ditto, (process-action): Rename existing target variable to target-file and pass new target variable to run-with-store procedure.
2019-12-01system: vm: Support cross-compilation.Mathieu Othacehe
* gnu/system.scm (system-linux-image-file-name): Add support for cross-built systems. Remove system argument that was ignored, (operating-system-kernel-file): adapt by removing ignored os argument. * gnu/system/vm.scm (expression->derivation-in-linux-vm): Add target argument and turn inputs into native-inputs. Pass target to qemu-command and gexp->derivation calls. (iso9660-image): Add target argument and pass it to expression->derivation-in-linux-vm. Remove qemu from inputs as it is not necessary. (qemu-image): Add target argument, also remove qemu from inputs. Pass target argument to expression->derivation-in-linux-vm call.
2019-12-01gnu: bs1770gain: Update to 0.6.5.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (bs1770gain): Update to 0.6.5. [source]: Adjust snippet for upstream BS gain.
2019-12-01gnu: jami: Fix wrapper.Pierre Neidhardt
* gnu/packages/telephony.scm (jami)[arguments]: Wrap around jami-gnome instead of gnome-ring. [synopsis]: Make it more sensible.
2019-12-01gnu: libring: Update to 20191101.Pierre Neidhardt
* gnu/packages/telephony.scm (libring)[inputs]: Replace restbed with restinio, add asio.
2019-12-01gnu: pjproject-jami: Update to 2.9Pierre Neidhardt
* gnu/packages/telephony.scm (pjproject-jami)[arguments]: Fix flags, make files writable, update patch set.
2019-12-01gnu: jami: Update to 20191101.3.67671e7.Pierre Neidhardt
* gnu/packages/telephony.scm (jami): Update to 20191101.3.67671e7.
2019-12-01gnu: pjproject: Update to 2.9.Pierre Neidhardt
* gnu/packages/telephony.scm (pjproject): Update to 2.9.
2019-12-01gnu: opendht: Update to 2.0.0beta2.Jan Wielkiewicz
* gnu/packages/networking.scm (opendht): Update to 2.0.0beta2.
2019-12-01gnu: Add restinio.Pierre Neidhardt
* gnu/packages/networking.scm (restinio): New variable.
2019-12-01gnu: Add sobjectizer.Jan Wielkiewicz
* gnu/packages/cpp.scm (sobjectizer): New variable.
2019-12-01gnu: Add resample.Jan Wielkiewicz
* gnu/packages/audio.scm (resample): New variable.
2019-12-01ci: Make sure the Guix checkout is the one providing Cuirass proc.Clément Lassieur
Fixes <https://bugs.gnu.org/36378>. Reported by Reza Alizadeh Majd <r.majd@pantherx.org>. * build-aux/hydra/gnu-system.scm (find-current-checkout): New procedure. (hydra-jobs): Use FIND-CURRENT-CHECKOUT to define CHECKOUT. Pass it to the inferior Guix as an extra argument whose key is 'superior-guix-checkout'. * gnu/ci.scm (find-current-checkout): New procedure. (hydra-jobs): Use FIND-CURRENT-CHECKOUT to define CHECKOUT. This will return '#f' if the current Guix is an inferior. In that case, use the 'superior-guix-checkout' argument provided by the superior Guix.
2019-12-01gnu: r-catools: Update to 1.17.1.3.Ricardo Wurmus
* gnu/packages/statistics.scm (r-catools): Update to 1.17.1.3.
2019-12-01gnu: r-rvcheck: Update to 0.1.7.Ricardo Wurmus
* gnu/packages/cran.scm (r-rvcheck): Update to 0.1.7.
2019-12-01gnu: r-insight: Update to 0.7.1.Ricardo Wurmus
* gnu/packages/cran.scm (r-insight): Update to 0.7.1.
2019-12-01gnu: r-algdesign: Update to 1.2.0.Ricardo Wurmus
* gnu/packages/cran.scm (r-algdesign): Update to 1.2.0.
2019-12-01gnu: r-sdmtools: Update to 1.1-221.2.Ricardo Wurmus
* gnu/packages/cran.scm (r-sdmtools): Update to 1.1-221.2.
2019-12-01gnu: r-vioplot: Update to 0.3.4.Ricardo Wurmus
* gnu/packages/cran.scm (r-vioplot): Update to 0.3.4.
2019-12-01gnu: r-extremes: Update to 2.0-11.Ricardo Wurmus
* gnu/packages/cran.scm (r-extremes): Update to 2.0-11.
2019-12-01gnu: guile-ffi-fftw: Update to 0-2.294ad9e.Ricardo Wurmus
* gnu/packages/guile-xyz.scm (guile-ffi-fftw): Update to 0-2.294ad9e. [license]: Switch to LGPLv3+.
2019-12-01gnu: perl-xml-rss: Update to 1.61.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (perl-xml-rss): Update to 1.61.
2019-12-01gnu: perl-x11-protocol-other: Update to 31.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (perl-x11-protocol-other): Update to 31.
2019-12-01gnu: pscircle: Update to 1.3.1.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (pscircle): Update to 1.3.1.
2019-12-01gnu: nnn: Update to 2.7.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (nnn): Update to 2.7.
2019-12-01gnu: stellarium: Update to 0.19.2.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (stellarium): Update to 0.19.2.
2019-12-01gnu: hostapd: Update to 2.9.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (hostapd): Update to 2.9.
2019-12-01gnu: thermald: Update to 1.9.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (thermald): Update to 1.9. [source]: Remove patch. * packages/patches/thermald-make-int-max32-visible.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-12-01gnu: cbatticon: Update to 1.6.10.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (cbatticon): Update to 1.6.10.
2019-12-01gnu: arandr: Download over HTTPS.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (arandr)[source]: Use HTTPS.
2019-12-01gnu: yapet: Update to 2.3.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (yapet): Update to 2.3. [inputs]: Add argon2. [native-inputs]: Add cppunit.
2019-12-01gnu: edgar: Update to 1.32.Tobias Geerinckx-Rice
* gnu/packages/games.scm (edgar): Update to 1.32.
2019-12-01gnu: gnu-efi: Update to 3.0.11.Tobias Geerinckx-Rice
* gnu/packages/efi.scm (gnu-efi): Update to 3.0.11.
2019-12-01gnu: ncdc: Update to 1.22.1.Tobias Geerinckx-Rice
* gnu/packages/dc.scm (ncdc): Update to 1.22.1.
2019-12-01gnu: tnef: Update to 1.4.18.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (tnef): Update to 1.4.18.
2019-12-01gnu: z3: Update to 4.8.7.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (z3): Update to 4.8.7.
2019-12-01gnu: fcgi: Update to 2.4.2.Tobias Geerinckx-Rice
* gnu/packages/web.scm (fcgi): Update to 2.4.2. [source]: Use GIT-FETCH and GIT-FILE-NAME. Remove obsolete patches. [native-inputs]: Add autoconf, automake, and libtool. * gnu/packages/patches/fcgi-2.4.0-gcc44-fixes.patch, gnu/packages/patches/fcgi-2.4.0-poll.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2019-12-01gnu: paperkey: Use HTTPS source and home page.Tobias Geerinckx-Rice
* gnu/packages/gnupg.scm (paperkey)[source, home-page]: Use HTTPS.
2019-12-01gnu: paperkey: Update to 1.6.Tobias Geerinckx-Rice
* gnu/packages/gnupg.scm (paperkey): Update to 1.6.
2019-12-01gnu: nauty: Update to 2.6r12.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (nauty): Update to 2.6r12.
2019-12-01gnu: calf: Update to 0.90.3.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (calf): Update to 0.90.3.
2019-12-01gnu: emacs-howm: Use HTTPS source and home page.Tobias Geerinckx-Rice
* gnu/packages/emacs-xyz.scm (emacs-howm)[source, home-page]: Use HTTPS.
2019-12-01gnu: emacs-howm: Update to 1.4.5.Tobias Geerinckx-Rice
* gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.4.5.
2019-12-01gnu: dcmtk: Update to 3.6.5.Tobias Geerinckx-Rice
* gnu/packages/image-processing.scm (dcmtk): Update to 3.6.5.
2019-12-01gnu: ncdu: Update to 1.14.1.Tobias Geerinckx-Rice
* gnu/packages/ncdu.scm (ncdu): Update to 1.14.1.
2019-12-01gnu: f2fs-tools: Update to 1.13.0.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (f2fs-tools): Update to 1.13.0.
2019-12-01gnu: toybox: Update to 0.8.2.Tobias Geerinckx-Rice
* gnu/packages/busybox.scm (toybox): Update to 0.8.2.
2019-12-01gnu: nasm: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/assembly.scm (nasm)[source]: Hard-code NAME.