Age | Commit message (Collapse) | Author |
|
* gnu/packages/web.scm (libsvgtiny)[native-inputs]: Change GPERF to GPERF-3.0.
|
|
* gnu/packages/databases.scm (libpqxx)[arguments]: Add 'fix-sed-command' phase
that corrects a typo in the configure script.
|
|
* gnu/packages/game-development.scm (aseprite): Downgrade to 1.1.7.
|
|
* gnu/packages/gnome.scm (vte-ng)[native-inputs]: Change GPERF to GPERF-3.0.
|
|
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.2.
[source]: Use patch.
* gnu/packages/patches/libtorrent-rasterbar-boost-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/game-development.scm (aseprite): Update to 1.1.13.
[source]: Switch to release archive.
|
|
Fixes <https://bugs.gnu.org/26253>.
* gnu/packages/patches/coreutils-cut-huge-range-test.patch: New file.
* gnu/packages/base.scm (coreutils)[native-inputs]: Add it as an input.
[arguments] <#:phases>: On ARM, add 'patch-cut-test' phase.
* gnu/local.mk (dist_patch_DATA): Add 'coreutils-cut-huge-range-test.patch'.
|
|
* gnu/packages/xorg.scm (xorg-server-xwayland)[inputs]: Remove libepoxy,
add wayland-protocols.
|
|
* gnu/packages/c.scm (pcc)[supported-systems]: New field.
|
|
* gnu/packages/c.scm (tcc)[supported-systems]: Remove aarch64-linux from
the %supported-systems.
|
|
* gnu/packages/patches/devil-CVE-2009-3994.patch,
gnu/packages/patches/devil-fix-libpng.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/image.scm (devil): Update to 1.8.0.
[source]: Remove patches and snippet.
[build-system]: Change to CMAKE-BUILD-SYSTEM.
[arguments]: Disable tests. Remove #:configure-flags and add a
'change-directory' phase. Remove 'fix-tests' phase.
[inputs]: Change LIBJPEG to LIBJPEG-TURBO.
|
|
* gnu/packages/patches/ustr-fix-build-with-gcc-5.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/textutils.scm (ustr)[source]: Use patch.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/patches/rcs-5.9.4-noreturn.patch: New file.
* gnu/packages/version-control.scm (rcs)[source]: Applied patch.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
This is a follow-up to commit cb4805e34c9997edca14743516b9a0fde6303d1c.
* gnu/packages/gcc.scm (gfortran-5): Move definition.
|
|
* gnu/packages/gcc.scm (gfortran): Point to gfortran-5.
|
|
|
|
* gnu/packages/bootloaders.scm (dtc)[native-inputs]: Use flex-2.6.1 and
not flex.
|
|
* gnu/packages/idris.scm (idris): Update to 0.99.1.
[inputs]: Add ghc-code-page.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/haskell.scm (ghc-code-page): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/bioinformatics.scm (star): Update to 2.5.3a.
|
|
* gnu/packages/maths.scm (scotch)[native-inputs]: Use flex-2.6.1 and not
flex.
|
|
* gnu/packages/libffcall.scm (libffcall)[supported-systems]: New field,
remove aarch64-linux.
[home-page]: Use https.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2017.03.22.
|
|
* gnu/packages/python.scm (python-natsort): Update to 5.0.2.
|
|
* gnu/packages/python.scm (python2-futures): Update to 3.0.5.
|
|
* gnu/packages/python.scm (python-rauth): Update to 0.7.3.
|
|
* gnu/packages/python.scm (python-ipaddress): Update to 1.0.18.
|
|
* gnu/packages/python.scm (python-appdirs): Update to 1.4.3.
|
|
* gnu/packages/python.scm (python-beautifulsoup4): Update to 4.5.3.
|
|
* gnu/packages/python.scm (python-drmaa): Update to 0.7.7.
|
|
* gnu/packages/python.scm (python-sqlalchemy-utils): Update to 0.32.13.
|
|
* gnu/packages/python.scm (python-pafy): Update to 0.5.3.1.
|
|
* gnu/packages/gps.scm (gpsbabel)[arguments]: Add -fPIC to #:configure-flags.
|
|
* gnu/packages/libffcall.scm (libffcall)[source]: Add file-name field.
[home-page]: Use https.
|
|
* gnu/packages/scheme.scm (chicken): Update to 4.12.0.
|
|
* gnu/packages/wine.scm (wine)[native-inputs]: Use flex-2.6.1 and not
flex.
|
|
* gnu/packages/embedded.scm (binutils-vc4)[native-inputs]: Use
flex-2.6.1 and not flex.
|
|
* gnu/packages/mail.scm (dovecot): Update to 2.2.28.
|
|
* gnu/packages/rust.scm (rustc)[arguments]: patch-tests: Honor max line
length.
|
|
* gnu/packages/package-management.scm (guix-devel): Update to 73a4645.
|
|
* gnu/packages/embedded.scm (binutils-vc4)[source]: Add file-name field.
|
|
Previously it would print them with 'display', which was inconvenient.
* build-aux/test-driver.scm (test-display): Use ~S for VALUE.
(test-runner-gnu): Use 'format' instead of 'test-display' for the test
name, location, and result kind.
|
|
* tests/pack.scm ("self-contained-tarball"): Skip unless (network-reachable?).
|
|
Fixes a mistake in a9a0227c0127e1813190a7664f7ad858e791480d.
* tests/store.scm ("current-build-output-port, UTF-8 + garbage"):
Inverse the 'cond-expand' clauses since the 'guile-2.0' feature doesn't
exist.
|
|
* gnu/packages/patches/freeimage-fix-build-with-gcc-5.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (freeimage)[source]: Add patch.
|
|
* gnu/packages/autotools.scm (autoconf-archive): Update to 2017.03.21.
|
|
* guix/scripts/publish.scm (show-help, %options): Add '--nar-path'.
(%default-options): Add 'nar-path'.
(guix-publish): Honor it.
|
|
* guix/scripts/publish.scm (narinfo-string): Add #:nar-path and honor it.
(render-narinfo): Likewise.
(make-request-handler): Likewise.
(run-publish-server): Likewise.
* tests/publish.scm ("custom nar path"): New test.
|
|
* guix/scripts/publish.scm (show-help, %options): Add --public-key and
--private-key.
* doc/guix.texi (Invoking guix publish): Document it.
|
|
* guix/scripts/publish.scm (%default-options): Add 'public-key-file' and
'private-key-file'.
(lazy-read-file-sexp): Remove.
(%private-key, %public-key): Turn into SRFI-39 parameters.
(signed-string, render-narinfo): Adjust accordingly.
(guix-publish): Honor 'public-key-file' and 'private-key-file' from
OPTS. Use 'parameterize'.
* guix/pk-crypto.scm (read-file-sexp): New procedure.
* tests/publish.scm: Initialize '%public-key' and '%private-key'.
|