Age | Commit message (Collapse) | Author |
|
* gnu/packages/ruby.scm (ruby-2.4.1): New variable.
(ruby)[replacement]: New field.
|
|
* nix/libstore/build.cc (DerivationGoal::startBuilder): When calling 'clone',
ensure that the stack is aligned on a 16-byte boundary.
|
|
This change might not correct, so we revert it for now:
https://lists.gnu.org/archive/html/guix-devel/2017-08/msg00057.html
This reverts commit 6a4364335c967f841b53ed35c22f90445437e4b0.
|
|
* gnu/packages/embedded.scm (propeller-gcc-4)[supported-system]: New field.
|
|
* gnu/packages/nim.scm (nim): Update to 0.17.0.
[source, home-page]: Use https.
[arguments]: Patch more shebangs, use custom build phase.
|
|
* gnu/packages/maths.scm (cubicle)[native-inputs]: Retrieve WHICH from
(gnu packages base).
|
|
* gnu/packages/video.scm (vapoursynth)[supported-systems]: Remove
aarch64-linux from the supported-systems.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2017.08.06.
|
|
* gnu/packages/linux.scm (ntfs-3g): Update to 2017.3.23.
[source]: Remove patch.
* gnu/packages/patches/ntfs-3g-CVE-2017-0358.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/linux.scm (ntfs-3g)[home-page]: Use HTTPS.
|
|
* gnu/packages/backup.scm (wimlib): Update to 1.12.0.
|
|
* gnu/packages/bioinformatics.scm (r-bsgenome-hsapiens-ucsc-hg19)[source]:
Restore hash from before the tarball changed in place. It changed back.
This reverts commit fd4085793818ab2aea28dfeeb2728f6f02416c4c.
|
|
* gnu/packages/calendar.scm (khal)[propagated-inputs]: Move vdirsyncer ...
[native-inputs]: ... here.
|
|
* gnu/packages/python.scm (python-icalendar): Update to 3.11.6.
|
|
* gnu/packages/mp3.scm (mpg123): Update to 1.25.4.
|
|
* gnu/packages/games.scm (freedoom): Update to 0.11.3.
[arguments]: Remove unnecessary "no" phase.
|
|
* gnu/packages/game-development.scm (deutex): Update to 5.0.0.
[source]: Change upstream URI.
[arguments]: Enable tests and restore normal "configure" and "install"
phases.
[native-inputs]: Add asciidoc.
|
|
* gnu/packages/motti.scm (motti): New variable.
|
|
* gnu/packages/password-utils.scm (keepassx)[properties]: New field.
|
|
* gnu/packages/password-utils.scm (keepassxc): New variable.
|
|
* gnu/packages/enlightenment.scm (python-efl): Update to 1.20.0.
[source]: Add alternate source uri.
[arguments]: Enable tests.
|
|
* gnu/packages/enlightenment.scm (efl): Update to 1.20.1.
|
|
* 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/packages/python.scm (python-flask-httpauth, python2-flask-httpauth):
New variables.
|
|
* gnu/packages/fonts.scm (font-open-dyslexic): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* gnu/packages/gnucash.scm (gnucash): Update to 2.6.17.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* 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.
|
|
Suggested by Martin H. <maze@strahlungsfrei.de>.
* doc/contributing.texi (Running Guix Before It Is Installed): Suggest
'sudo -E'.
|
|
* nix/libstore/build.cc (DerivationGoal::startBuilder): When on aarch64,
when calling clone(), increment the stack by 16.
|
|
* gnu/build/file-systems.scm (disk-partitions): Also return entire drives.
|
|
* 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/packages/emacs.scm (emacs-exwm): Update to 0.15.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* gnu/packages/version-control.scm (git): Update to 2.14.0.
|
|
* gnu/packages/ftp.scm (lftp): Update to 4.7.8.
|
|
* gnu/packages/maths.scm (cubicle): New variable.
|
|
This reverts commit ab4ccc8fcfaf2215d4b33b1376147e4c2c70426a.
|
|
* 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/packages/web.scm (r-crosstalk): New variable.
|
|
* gnu/packages/web.scm (r-shiny): New variable.
|
|
* gnu/packages/javascript.scm (js-es5-shim): New variable.
|
|
* gnu/packages/javascript.scm (js-selectize): New variable.
|
|
* gnu/packages/javascript.scm (js-datatables): New variable.
|
|
* gnu/packages/javascript.scm (js-highlight): New variable.
|
|
* gnu/packages/javascript.scm (js-strftime): New variable.
|
|
* gnu/packages/javascript.scm (js-json2): New variable.
|
|
* gnu/packages/javascript.scm (js-html5shiv): New variable.
|
|
* guix/build-system/minify.scm: New file.
* guix/build/minify-build-system: New file.
* Makefile.am (MODULES): Add new files.
* doc/guix.texi (Build Systems): Document minify-build-system.
|
|
* gnu/packages/compression.scm (python-lz4)[synopsis]: Fix typo.
|
|
* gnu/packages/compression.scm (python-lz4): Update to 0.10.1.
[native-inputs]: Add python-setuptools-scm.
|
|
* gnu/packages/package-management.scm (diffoscope)[home-page]: Use HTTPS.
|