summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-10-21gnu: go-1.4: Skip test that fails due to time zone name change.Leo Famulari
* gnu/packages/golang.scm (go-1.4)[arguments]: Skip test "TestLoadFixed" in 'prebuild' phase.
2016-10-21gnu: go-1.4: Disable cgo.Leo Famulari
* gnu/packages/golang.scm (go-1.4)[arguments]: Set "CGO_ENABLED=0" while building. (go-1.7)[arguments]: Keep "CGO_ENABLED=1".
2016-10-20gnu: network-manager-applet: Update to 1.4.2.ng0
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.4.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-10-20gnu-maintenance: GNOME updater honors 'upstream-name' package property.Ludovic Courtès
* guix/gnu-maintenance.scm (latest-gnome-release)[upstream-name]: New variable. Use it as the first argument to 'latest-ftp-release' and when constructing #:directory. * gnu/packages/gnome.scm (gconf)[properties]: New field. (network-manager)[properties]: New field.
2016-10-20gnu: network-manager: Update to 1.4.2.ng0
* gnu/packages/gnome.scm (network-manager): Update to 1.4.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-10-20gnu: libgweather: Update to 3.20.3.Ludovic Courtès
* gnu/packages/gnome.scm (libgweather): Update to 3.20.3.
2016-10-20gnu: libgweather: Adjust to new timezone name.Ludovic Courtès
* gnu/packages/gnome.scm (libgweather)[arguments]: In 'pre-check' phase, update "Asia/Rangoon" timezone name.
2016-10-19gnu: python-file: Work around "double encoding" bug in file@5.28.Leo Famulari
* gnu/packages/patches/python-file-double-encoding-bug.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-file)[source]: Use it. (python2-file)[source]: Use the source of FILE directly, without the patch.
2016-10-19gnu: python-file: Don't create a compressed egg.Leo Famulari
* gnu/packages/python.scm (python-file, python2-file)[arguments]: Pass "--single-version-externally-managed" "--root=/" to #:configure-flags.
2016-10-19gnu: chez-scheme: Remove use of 'ghostscript-gs' wrapper.Mark H Weaver
This is a followup to commit d2478b4cdd6f1db44f4725b39489aca89d3d9180. * gnu/packages/chez.scm (chez-scheme)[native-inputs]: Replace 'ghostscript-gs' with 'ghostscript'.
2016-10-19Merge branch 'master' into core-updatesMark H Weaver
2016-10-19gnu: Add opensmtpd-extras.ng0
* gnu/packages/mail.scm (opensmtpd-extras): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-10-19gnu: Add opensmtpd.ng0
* gnu/packages/mail.scm (opensmtpd): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-10-19gnu: Add libasr.ng0
* gnu/packages/dns.scm (libasr): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-10-19gnu: zile: Use 'modify-phases' syntax.Efraim Flashner
* gnu/packages/zile.scm (zile)[arguments]: Use 'modify-phases' syntax.
2016-10-19gnu: zile: Update to 2.4.13.Efraim Flashner
* gnu/packages/zile.scm (zile): Update to 2.4.13. [home-page]: Use https.
2016-10-19tests: Make sure child process of 'pivot-root' test exits.Ludovic Courtès
* tests/syscalls.scm ("pivot-root"): Use 'test-equal'. Wrap child body in 'dynamic-wind'.
2016-10-19tests: Fix typo in 'with-graft' transformation test.Ludovic Courtès
This is a followup to 645b9df858683dc05ffa04c9eb2fdc45ccef4a65. * tests/scripts-build.scm ("options->transformation, with-graft"): Use 'with-graft', not 'with-input'.
2016-10-19Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès
This reduces the closure of (guix ui) from 123 to 106 modules. * guix/derivations.scm: Use (ice-9 binary-ports) instead of (rnrs io ports). (map-derivation)[substitute-file]: Use 'read-string' instead of 'get-string-all'. * guix/ftp-client.scm: Likewise. * guix/hash.scm: Likewise. * guix/http-client.scm: Likewise. * guix/pki.scm (ensure-acl, current-acl): Likewise. * guix/scripts/archive.scm (authorize-key)[read-key]: Likewise. * guix/scripts/authenticate.scm (read-canonical-sexp) (read-hash-data): Likewise. * guix/scripts/download.scm: Likewise. * guix/scripts/offload.scm (register-gc-root, remove-gc-roots) (send-files): Likewise. * guix/scripts/publish.scm (lazy-read-file-sexp): Likewise. * guix/scripts/refresh.scm: Likewise. * guix/scripts/substitute.scm (check-acl-initialized): Likewise. * guix/serialization.scm (read-maybe-utf8-string): Likewise. * guix/scripts/hash.scm (guix-hash): Use 'force-output' instead of 'flush-output-port'. * guix/store.scm (process-stderr): Likewise. * guix/tests.scm: Likewise. * guix/utils.scm: Use (ice-9 binary-ports) and autoload (rnrs io ports) for 'make-custom-binary-input-port'.
2016-10-19lint: Suggest @code instead of quotes.Ludovic Courtès
* guix/scripts/lint.scm (%quoted-identifier-rx): New variable. (check-description-style)[check-quotes]: New procedure. Use it. * tests/lint.scm ("description: suggest ornament instead of quotes"): New test.
2016-10-19gnu: Add Ao.Ludovic Courtès
* gnu/packages/engineering.scm (ao): New variable.
2016-10-19gnu: glfw: Propagate the relevant inputs.Ludovic Courtès
* gnu/packages/gl.scm (glfw)[inputs]: Rename to... [propagated-inputs]: ... this. Add LIBXXF86VM.
2016-10-19container: Allow 'container-excursion' to the same namespaces.Ludovic Courtès
Before that, 'container-excursion' would call 'setns' even when the target namespace is the one the caller is already in, which would fail. * gnu/build/linux-container.scm (container-excursion): Introduce 'source' and 'target'. Compare the result of 'readlink' on these instead of comparing file descriptors to decide whether to call 'setns'. * tests/containers.scm ("container-excursion, same namespace"): New test.
2016-10-19gnu: Add r-biocstyle.Roel Janssen
* gnu/packages/bioinformatics.scm (r-biocstyle): New variable.
2016-10-19gnu: Add r-biocviews.Roel Janssen
* gnu/packages/bioinformatics.scm (r-biocviews): New variable.
2016-10-19gnu: Add iperf.Benz Schenk
* gnu/packages/networking.scm (iperf): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-10-19gnu: python-dateutil, python-dateutil-2: Update to new home-page.Hartmut Goebel
* gnu/packages/python.scm (python-dateutil, python2-dateutil, python-dateutil-2, python2-dateutil-2)[home-page]: Update URL.
2016-10-19gnu: Add r-optparse.Roel Janssen
* gnu/packages/bioinformatics.scm (r-optparse): New variable.
2016-10-19gnu: Add r-getopt.Roel Janssen
* gnu/packages/bioinformatics.scm (r-getopt): New variable.
2016-10-19gnu: Add GHC 8.0.1.Federico Beffa
* gnu/packages/haskell.scm (ghc-8): New variable.
2016-10-19gnu: Add ghc-hashtables.Federico Beffa
* gnu/packages/haskell.scm (ghc-hashtables): New variable.
2016-10-19gnu: Add ghc-easyplot.Federico Beffa
* gnu/packages/haskell.scm (ghc-easyplot): New variable.
2016-10-19gnu: Add ghc-hmatrix-gsl-stats.Federico Beffa
* gnu/packages/haskell.scm (ghc-hmatrix-gsl-stats): New variable.
2016-10-19gnu: Add ghc-hmatrix-special.Federico Beffa
* gnu/packages/haskell.scm (ghc-hmatrix-special): New variable.
2016-10-19gnu: Add ghc-hmatrix-gsl.Federico Beffa
* gnu/packages/haskell.scm (ghc-hmatrix-gsl): New variable.
2016-10-19gnu: Add ghc-hmatrix.Federico Beffa
* gnu/packages/haskell.scm (ghc-hmatrix): New variable.
2016-10-19gnu: Add ghc-storable-complex.Federico Beffa
* gnu/packages/haskell.scm (ghc-storable-complex): New variable.
2016-10-19gnu: Add chez-fmt.Federico Beffa
* gnu/packages/chez.scm (chez-fmt): New variable.
2016-10-19gnu: Add chez-irregex.Federico Beffa
* gnu/packages/chez.scm (chez-irregex): New variable.
2016-10-19gnu: Add chez-matchableFederico Beffa
* gnu/packages/chez.scm (chez-matchable): New variable.
2016-10-19gnu: Add chez-socketsFederico Beffa
* gnu/packages/chez.scm (chez-sockets): New variable.
2016-10-19gnu: Add chez-webFederico Beffa
* gnu/packages/chez.scm (chez-web): New variable.
2016-10-19gnu: Add chez-srfi.Federico Beffa
* gnu/packages/chez.scm (chez-srfi): New variable.
2016-10-19gnu: chez-scheme: Move to new module.Federico Beffa
* gnu/packages/scheme.scm (chez-scheme, nanopass, stex): Move variables ... * gnu/packages/chez.scm (chez-scheme, nanopass, stex): ... here. New module. * gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
2016-10-19gnu: chez-scheme: Fix i686 build.Federico Beffa
* gnu/packages/scheme.scm (chez-scheme): Add 'configure-flags', generalize 'configure' phase and simplify 'install-doc' phase.
2016-10-19gnu: chez-scheme: Add search-path.Federico Beffa
* gnu/packages/scheme.scm (chez-scheme)[native-search-paths]: New field.
2016-10-18build: Remove reference to nonexistant patch file.Christopher Allan Webber
* gnu/local.mk: Remove reference to kobodeluxe-spelling.patch, which was removed during a revision to the submitted kobodeluxe package.
2016-10-18gnu: kobodeluxe: Indicate origin of kobodeluxe-paths.patch.Christopher Allan Webber
* gnu/packages/patches/kobodeluxe-paths.patch: Update header, pointing to Debian tarball for provenance.
2016-10-18gnu: mariadb: Update to 10.1.18.Leo Famulari
* gnu/packages/databases.scm (mariadb): Update to 10.1.18.
2016-10-18gnu: mysql: Update to 5.7.16.Leo Famulari
* gnu/packages/databases.scm (mysql): Update to 5.7.16.