gnu: make-u-boot-package: Don't unnecessarily cross-compile.
* gnu/packages/bootloaders.scm (make-u-boot-package)[native-inputs]: Only
use cross-gcc and cross-binutils if compiling for a different
architecture.
[arguments]: Only use cross compiling make-flags if cross compiling.
gnu: Add python-flask-httpauth.
* gnu/packages/python.scm (python-flask-httpauth, python2-flask-httpauth):
New variables.
gnu: Add font-open-dyslexic.
* gnu/packages/fonts.scm (font-open-dyslexic): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
gnu: gnucash: Update to 2.6.17.
* gnu/packages/gnucash.scm (gnucash): Update to 2.6.17.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
gnu: libtasn1: Fix CVE-2017-10790.
* gnu/packages/patches/libtasn1-CVE-2017-10790.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (libtasn1/fixed)[source]: Use it.
doc: Suggest running guix-daemon with 'sudo -E'.
Suggested by Martin H. <maze@strahlungsfrei.de>.
* doc/contributing.texi (Running Guix Before It Is Installed): Suggest
'sudo -E'.
daemon: On aarch64, use increments of 16 on the stack.
* nix/libstore/build.cc (DerivationGoal::startBuilder): When on aarch64,
when calling clone(), increment the stack by 16.
build: Allow mounting of entire disks.
* gnu/build/file-systems.scm (disk-partitions): Also return entire drives.
gnu: emacs-exwm-x: Do not set DISPLAY.
* gnu/packages/emacs.scm (emacs-exwm-x): Do not set DISPLAY. The issue has
been fixed upstream in exwm-0.15.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
gnu: emacs-exwm: Update to 0.15.
* gnu/packages/emacs.scm (emacs-exwm): Update to 0.15.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
gnu: git: Update to 2.14.0.
* gnu/packages/version-control.scm (git): Update to 2.14.0.
gnu: lftp: Update to 4.7.8.
* gnu/packages/ftp.scm (lftp): Update to 4.7.8.
gnu: Add cubicle.
* gnu/packages/maths.scm (cubicle): New variable.
gnu: php: Update to 7.1.8.
* gnu/packages/patches/gd-CVE-2017-7890.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it
* gnu/packages/php.scm (php): Update to 7.1.8.
gnu: Add r-crosstalk.
* gnu/packages/web.scm (r-crosstalk): New variable.
gnu: Add r-shiny.
* gnu/packages/web.scm (r-shiny): New variable.
gnu: Add js-es5-shim.
* gnu/packages/javascript.scm (js-es5-shim): New variable.
gnu: Add js-selectize.
* gnu/packages/javascript.scm (js-selectize): New variable.
gnu: Add js-datatables.
* gnu/packages/javascript.scm (js-datatables): New variable.