aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | gnu: diffoscope: Disable failing test.Leo Famulari2016-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/package-management.scm (diffoscope)[arguments]: Add 'disable-failing-test' phase.
| * | | | | | | | | | | gnu: audit: Use GnuTLS instead of OpenSSL.Leo Famulari2016-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (audit)[inputs]: Replace openssl with gnutls.
| * | | | | | | | | | | gnu: icu4c: On MIPS, pass --with-data-packaging=archive to configure.Mark H Weaver2016-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/icu4c.scm (icu4c)[arguments]: On MIPS, pass "--with-data-packaging=archive" to configure.
| * | | | | | | | | | | Merge branch 'master' into core-updatesMark H Weaver2016-10-23
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | gnu: go-1.7: Skip test that fails due to time zone name change.Leo Famulari2016-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-1.7)[arguments]: Skip test "TestLoadFixed" in 'prebuild' phase.
| * | | | | | | | | | | | gnu: go-1.4: Skip test that fails due to time zone name change.Leo Famulari2016-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-1.4)[arguments]: Skip test "TestLoadFixed" in 'prebuild' phase.
| * | | | | | | | | | | | gnu: go-1.4: Disable cgo.Leo Famulari2016-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-1.4)[arguments]: Set "CGO_ENABLED=0" while building. (go-1.7)[arguments]: Keep "CGO_ENABLED=1".
| * | | | | | | | | | | | gnu: network-manager-applet: Update to 1.4.2.ng02016-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (network-manager-applet): Update to 1.4.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * | | | | | | | | | | | gnu-maintenance: GNOME updater honors 'upstream-name' package property.Ludovic Courtès2016-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | | | | | | | | | | gnu: network-manager: Update to 1.4.2.ng02016-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (network-manager): Update to 1.4.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * | | | | | | | | | | | gnu: libgweather: Update to 3.20.3.Ludovic Courtès2016-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (libgweather): Update to 3.20.3.
| * | | | | | | | | | | | gnu: libgweather: Adjust to new timezone name.Ludovic Courtès2016-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (libgweather)[arguments]: In 'pre-check' phase, update "Asia/Rangoon" timezone name.
| * | | | | | | | | | | | gnu: python-file: Work around "double encoding" bug in file@5.28.Leo Famulari2016-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | | | | | | | | | | gnu: python-file: Don't create a compressed egg.Leo Famulari2016-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-file, python2-file)[arguments]: Pass "--single-version-externally-managed" "--root=/" to #:configure-flags.
| * | | | | | | | | | | | gnu: chez-scheme: Remove use of 'ghostscript-gs' wrapper.Mark H Weaver2016-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to commit d2478b4cdd6f1db44f4725b39489aca89d3d9180. * gnu/packages/chez.scm (chez-scheme)[native-inputs]: Replace 'ghostscript-gs' with 'ghostscript'.
| * | | | | | | | | | | | Merge branch 'master' into core-updatesMark H Weaver2016-10-19
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | gnu: dbus: Fix bad 'origin' form in dbus-1.10.12.Mark H Weaver2016-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to commit dcaf70897a0bad38a4638a2905aaa3c46b1f1402. * gnu/packages/glib.scm (dbus-1.10.12)[source]: Remove unneeded 'method' field, so that 'inherit' comes first.
| * | | | | | | | | | | | | Merge branch 'master' into core-updatesMark H Weaver2016-10-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | gnu: guile-lib: Update to 0.2.3.Ludovic Courtès2016-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/guile.scm (guile-lib): Update to 0.2.3. [arguments]: Adjust 'patch-module-dir' to change both 'moddir' and 'godir'; use '@GUILE_EFFECTIVE_VERSION@' instead of a hard-coded "2.0". Add 'check' phase. [native-inputs]: New field.
| * | | | | | | | | | | | | | gnu: guile-lib: Use 'modify-phases'.Ludovic Courtès2016-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/guile.scm (guile-lib)[arguments]: Use 'modify-phases'.
| * | | | | | | | | | | | | | gnu: recutils: Adjust to Bash 4.4.Ludovic Courtès2016-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (recutils)[arguments]: Add 'set-bash4.4-header-location' phase.
| * | | | | | | | | | | | | | gnu: python-requests-toolbelt: Fix build failure by adding missing dependencies.Leo Famulari2016-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-requests-toolbelt)[native-inputs]: Add python-betamax, python-mock and python-pytest.
| * | | | | | | | | | | | | | gnu: Add python-betamax.Leo Famulari2016-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-betamax, python2-betamax): New variables.
| * | | | | | | | | | | | | | gnu: python-vobject: Disable the test suite.Leo Famulari2016-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-vobject build to fail. * gnu/packages/python.scm (python-vobject, python2-vobject)[arguments]: Disable the tests.
| * | | | | | | | | | | | | | gnu: python-wsgi-intercept: Fix build failure with Python 3.5.Leo Famulari2016-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-wsgi-intercept)[native-inputs]: Add python-urllib3.
| * | | | | | | | | | | | | | gnu: wrap-python3: Use a bash wrapper for 'python3-config'.宋文武2016-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See <http://lists.gnu.org/archive/html/guix-devel/2016-07/msg00008.html> for details. * gnu/packages/python.scm (wrap-python3)[arguments]: Use a bash wrapper instead of a symlink for python3-config.
| * | | | | | | | | | | | | | gnu: python-requests-mock: Fix build failure with Python 3.5.Leo Famulari2016-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock)[native-inputs]: Add python-docutils.
| * | | | | | | | | | | | | | gnu: xonsh: Disable the test suite.Leo Famulari2016-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests were silently skipped with Python 3.4. With Python 3.5, this caused the xonsh build to fail. * gnu/packages/shells.scm (xonsh)[arguments]: Disable the tests.
| * | | | | | | | | | | | | | gnu: python-ndg-httpsclient: Disable tests.Leo Famulari2016-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-ndg-httpsclient build to fail. * gnu/packages/python.scm (python-ndg-httpsclient)[arguments]: Disable tests.
| * | | | | | | | | | | | | | gnu: python-execnet: Disable tests.Leo Famulari2016-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests were silently skipped with Python 3.4. With Python 3.5, this caused the python-execnet build to fail. * gnu/packages/python.scm (python-execnet, python2-execnet)[arguments]: Disable tests.
| * | | | | | | | | | | | | | gnu: youtube-dl: Disable the tests.Leo Famulari2016-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests were silently skipped with Python 3.4. With Python 3.5, this caused the youtube-dl build to fail. * gnu/packages/video.scm (youtube-dl)[arguments]: Disable tests.
| * | | | | | | | | | | | | | gnu: youtube-dl: Update to 2016-10-16.Leo Famulari2016-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2016-10-16.
| * | | | | | | | | | | | | | gnu: radicale: Run the test suite with py.test.Leo Famulari2016-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/dav.scm (radicale)[native-inputs]: Add python-pytest. [arguments]: Replace the 'check' phase and run the tests with python-pytest.
| * | | | | | | | | | | | | | gnu: python2-file: Build with setuptools.Leo Famulari2016-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-file)[properties]: New field. (python2-file): Use strip-python2-variant. [native-inputs]: Add python2-setuptools.
| * | | | | | | | | | | | | | gnu: gtk+: Move desktop files into "bin" output.宋文武2016-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gtk.scm (gtk+)[arguments]: Add 'move-desktop-files' phase.
| * | | | | | | | | | | | | | gnu: python-cryptography: Ignore spurious test failure.Leo Famulari2016-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-cryptography, python2-cryptography)[arguments]: Add 'disable-failing-test' phase.
| * | | | | | | | | | | | | | gnu: dbus: Replace with 1.10.12 [security fix].Leo Famulari2016-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.freedesktop.org/show_bug.cgi?id=98157> "format string vulnerability processing ActivationFailure messages" * gnu/packages/glib.scm (dbus)[replacement]: New field. (dbus-1.10.12): New variable.
| * | | | | | | | | | | | | | gnu: guile: Graft 2.0.13.Ludovic Courtès2016-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/guile.scm (guile-2.0.13): New variable. (guile-2.0)[replacement]: New field. (guile-2.0/fixed)[properties, replacement]: New fields. (guile-next)[replacement]: New field. * gnu/packages/make-bootstrap.scm (%guile-static)[replacement]: New field.
| * | | | | | | | | | | | | | gnu: make-bootstrap: Remove duplicate definition of 'bash-static'.Ludovic Courtès2016-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/make-bootstrap.scm (%bash-static): Remove. (%static-inputs): Use STATIC-BASH instead of %BASH-STATIC.
| * | | | | | | | | | | | | | gnu: bash-minimal: Remove "include" output.Ludovic Courtès2016-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bash.scm (bash-minimal)[outputs]: New field. (static-bash)[outputs]: Remove.
| * | | | | | | | | | | | | | gnu: gnupg: Remove superfluous patch.Leo Famulari2016-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch was integrated into GnuPG 2.1.14. * gnu/packages/patches/gnupg-fix-expired-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gnupg.scm (gnupg)[source]: Remove patch.
| * | | | | | | | | | | | | | gnu: ghostscript: Eliminate graft.Mark H Weaver2016-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/ghostscript.scm (ghostscript)[replacement]: Remove field. [source]: Add new patches from 'ghostscript/fixed'. (ghostscript/fixed): Remove variable. (ghostscript/x): Inherit from 'ghostscript'.
| * | | | | | | | | | | | | | Merge branch 'master' into core-updatesMark H Weaver2016-10-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | gnu: Add CUPS service.Andy Wingo2016-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/services/cups.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/cups.scm. * doc/guix.texi (Printing Services): New section.
| * | | | | | | | | | | | | | | gnu: ath9k-htc-firmware: Update binutils patch for binutils 2.27.Leo Famulari2016-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/ath9k-htc-firmware-binutils.patch: Remove unnecessary and conflicting hunk. Add hunk required for binutils 2.27.
| * | | | | | | | | | | | | | | gnu: python-celery: Update to 3.1.24.Leo Famulari2016-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-celery, python2-celery): Update to 3.1.24. [arguments]: Disable some tests with break with Python 3.5.
| * | | | | | | | | | | | | | | gnu: python-billiard: Update to 3.3.0.23.Leo Famulari2016-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-billiard, python2-billiard): Update to 3.3.0.23.
| * | | | | | | | | | | | | | | gnu: python-kombu: Update to 3.0.37.Leo Famulari2016-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-kombu, python2-kombu): Update to 3.0.37. [propagated-inputs]: Add python-redis.
| * | | | | | | | | | | | | | | Merge branch 'master' into core-updatesLeo Famulari2016-10-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | gnu: icecat: Use normal 'sqlite'.Mark H Weaver2016-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (icecat)[inputs]: Use normal 'sqlite'.