Age | Commit message (Collapse) | Author |
|
|
|
* gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/webkit.scm (webkitgtk-2.4)[source]: Add patch.
|
|
* gnu/packages/video.scm (libvpx)[arguments]: Add "--size-limit"
argument to configure.
|
|
* gnu/packages/patches/openjpeg-CVE-2015-6581.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/image.scm (openjpeg, openjpeg-2.0)[source]: Add patch.
|
|
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.32.1.
|
|
* gnu/packages/patches/python-2.7-search-paths.patch,
gnu/packages/patches/python-3-search-paths.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/python.scm (python-2)[source]: Use first patch.
[arguments]: Remove now unneeded CPPFLAGS and LDFLAGS.
(python)[source]: Use second patch.
(python-minimal)[arguments]: Remove CPPFLAGS and LDFLAGS.
|
|
Fixes <http://bugs.gnu.org/20889>.
Reported by Federico Beffa <beffa@ieee.org>.
* gnu/packages/python.scm (python-2)[arguments]: Pass
--with-tcltk-includes and --with-tcltk-libs.
[inputs]: Add TCL and TK.
|
|
* gnu/packages/python.scm (python2-minimal, python-minimal): New
variables.
(wrap-python3): New procedure.
(python-wrapper): Use it.
(python-minimal-wrapper): New variable.
* gnu/packages/xml.scm (libxslt)[native-inputs]: Use
PYTHON-MINIMAL-WRAPPER instead of PYTHON-WRAPPER.
* gnu/packages/xorg.scm (xcb-proto, libxcb, xorg-server): Likewise.
|
|
* gnu/packages/ocaml.scm (camlp4)[inputs]: Removed duplicate "ocaml"
entry from native-inputs.
|
|
* gnu/packages/gprolog.scm (gprolog)[supported-systems]: Remove
armhf-linux from the list of supported systems.
|
|
* gnu/packages/ssh.scm (mosh): Update to 1.2.5.
|
|
* gnu/packages/python.scm (python-wrapper): Add 'synopsis' field; provide
literal 'description' value.
|
|
* gnu/packages/python.scm (python-2)[arguments]: Add
'do-not-record-configure-flags' and
'do-not-record-configure-flags-in-makefile' phases.
|
|
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.12.
|
|
* gnu/packages/web.scm (r-htmlwidgets): New variable.
|
|
* gnu/packages/web.scm (r-htmltools): New variable.
|
|
* gnu/packages/ibus.scm (ibus-libpinyin)[inputs]: Add gtk+.
[native-inputs]: Add glib:bin.
|
|
If --with-frozenpaths is given, then configure will retain absolute paths
discovered for delegate programs, otherwise they are discarded.
* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Add
'--with-frozenpaths' to #:configure-flags.
|
|
A client closing the connection while reading from a /nar URL would
leave an open file descriptor in the server. This patch fixes it.
* guix/scripts/publish.scm (swallow-EPIPE): New macro.
(http-write): Use it around 'write-file' call.
|
|
* doc/guix.texi (Invoking guix refresh): Mention ./pre-inst-env.
|
|
* guix/import/snix.scm (license-variable): Adjust names to current
Nixpkgs.
|
|
* guix/config.scm.in (%nixpkgs): Remove.
* guix/utils.scm (%nixpkgs-directory, nixpkgs-derivation,
nixpkgs-derivation*): Remove.
* test-env.in: Export 'NIXPKGS'.
* tests/derivations.scm (%coreutils): Remove use of
'nixpkgs-derivation'.
* tests/snix.scm (%nixpkgs-directory): New variable.
Adjust users accordingly.
|
|
* m4/guix.m4 (GUIX_LIBGCRYPT_LIBDIR): New macro.
* configure.ac: Use it when no --with-libgcrypt-* option was passed.
* README: Do not recommend --with-libgcrypt-prefix.
Co-authored-by: 宋文武 <iyzsong@gmail.com>
|
|
* gnu/packages/enlightenment.scm (elementary): Update to 1.15.2.
|
|
* gnu/packages/enlightenment.scm (efl): Update to 1.15.2.
|
|
* gnu/packages/video.scm (libbluray)[inputs]: Remove "ant" and "icedtea"
as native-inputs.
[arguments]: Remove environmental variable "JAVA_HOME". Add configure
flag to disable java.
|
|
* gnu/packages/patches/gmp-faulty-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/multiprecision.scm (gmp)[source]: Use it.
|
|
* gnu/packages/gawk.scm (gawk)[arguments]: Remove now unneeded
'install-locale' phase.
|
|
* gnu/packages/video.scm (libdvdcss): Update to 1.3.99.
|
|
* gnu/packages/video.scm (libbluray): Upgrade to 0.9.1.
[inputs]: Add "ant" and "icedtea7" to native-inputs.
[arguments]: Set environment variable "JAVA_HOME".
|
|
* guix/import/pypi.scm (join): Remove.
|
|
Suggested by Mark H Weaver <mhw@netris.org>.
* gnu/packages/patches/glibc-versioned-locpath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc)[source]: Use it.
[arguments]: Add explicit version sub-directory to
libc_cv_localedir.
[native-search-paths]: Use 'GUIX_LOCPATH' instead of 'LOCPATH'.
(glibc-locales, glibc-utf8-locales): Write to a VERSION
sub-directory.
|
|
This reverts commits fbb909ac7e947ebc8aea2c2efca7df3a78dfc3c4
and 2ebe938c2f943232955df889a72a6280c412a649.
|
|
* gnu/packages/wine.scm (wine): Update to 1.7.52.
[inputs]: Add cups, glu and openal.
|
|
* gnu/packages/feh.scm (feh): Update to 2.14.
|
|
* gnu/packages/ebook.scm (calibre): Update to 2.40.0.
|
|
* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the bundled
copy of sqlite.
Partially fixes <http://bugs.gnu.org/21288>.
|
|
* gnu/packages/qt.scm (qt)[source]: Add a snippet to remove one of the two
bundled copies of harfbuzz.
[arguments]: Pass a configure flag to use harfbuzz from the system.
Partially fixes <http://bugs.gnu.org/21288>.
|
|
* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the qtwebengine
code, which was already not built anymore, and drop one patch used
previously only for qtwebengine.
[arguments]: Drop the configuration flag "-skip qtwebengine", since
deleted modules cannot be skipped.
* gnu/packages/patches/qt5-runpath.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Unregister patch.
Partially fixes <http://bugs.gnu.org/21288>.
|
|
* gnu/packages/autotools.scm (autobuild): New variable.
|
|
* gnu/packages/linux.scm (linux-libre): Update to 4.2.3.
|
|
* gnu/packages/bittorrent.scm (rtorrent): Update to 0.9.6.
[source]: Use new URL.
|
|
* gnu/packages/bittorrent.scm (libtorrent): Update to 0.13.6.
[source]: Use new URL.
[native-inputs]: Uncomment "cppunit" (for tests).
[argument]: Remove (to enable tests).
|
|
* gnu/packages/bittorrent.scm (libtorrent): Update 'home-page'.
(rtorrent): Likewise.
|
|
* gnu/packages/lirc.scm (lirc): Update to 0.9.3.
[native-inputs]: Add "libxslt".
|
|
* gnu/packages/qt.scm (qt-4)[source]: Add snippet to remove the webkit code
and drop one patch used previously for webkit.
[arguments]: Add configure flag to disable building the webkit module.
* gnu/packages/patches/qt4-tests.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Unregister patch.
Partially fixes <http://bugs.gnu.org/21288>.
|
|
This is a followup to commit f2d7bbb.
* doc/guix.texi (Application Setup): Mention the /X.Y sub-directory.
|
|
This is a followup to commit f2d7bbb.
* guix/packages.scm (patch-and-repack)[build]: Append "/X.Y" to
LOCPATH.
|
|
In other words, change "xx_YY.UTF-8" to "xx_YY.utf8".
* guix/profiles.scm (ca-certificate-bundle): Use "en_US.utf8" instead of
"en_US.UTF-8".
* guix/packages.scm (patch-and-repack): Likewise.
* guix/build/gnu-build-system.scm (install-locale): Likewise.
* guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Likewise.
* gnu/packages/python.scm (python-ipython): Likewise.
* gnu/packages/gawk.scm (gawk): Likewise.
* build-aux/hydra/demo-os.scm: Likewise.
* gnu/packages/guile.scm (guile-ncurses)[arguments]: Remove
'change-locale' phase.
|
|
* gnu/packages/base.scm (glibc-utf8-locales)[argument]: Use the
normalized codeset by default.
|