Age | Commit message (Expand) | Author |
2015-10-06 | doc: Clarify how to run 'guix refresh -u'.•••* doc/guix.texi (Invoking guix refresh): Mention ./pre-inst-env.
| Ludovic Courtès |
2015-10-06 | import: snix: Adjust names of license attributes.•••* guix/import/snix.scm (license-variable): Adjust names to current
Nixpkgs.
| Ludovic Courtès |
2015-10-06 | utils: Remove Nixpkgs helpers.•••* 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.
| Ludovic Courtès |
2015-10-06 | build: Automatically determine libgcrypt's file name.•••* 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>
| Ludovic Courtès |
2015-10-06 | gnu: elementary: Update to 1.15.2.•••* gnu/packages/enlightenment.scm (elementary): Update to 1.15.2.
| Efraim Flashner |
2015-10-06 | gnu: efl: Update to 1.15.2.•••* gnu/packages/enlightenment.scm (efl): Update to 1.15.2.
| Efraim Flashner |
2015-10-06 | gnu: libbluray: Remove java as native-input.•••* 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.
| Efraim Flashner |
2015-10-06 | gnu: gmp: Skip unreliable test.•••* 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.
| Ludovic Courtès |
2015-10-06 | gnu: gawk: Remove unneeded 'install-locale' phase.•••* gnu/packages/gawk.scm (gawk)[arguments]: Remove now unneeded
'install-locale' phase.
| Ludovic Courtès |
2015-10-06 | gnu: libdvdcss: Update to 1.3.99.•••* gnu/packages/video.scm (libdvdcss): Update to 1.3.99.
| Efraim Flashner |
2015-10-06 | gnu: libbluray: Upgrade to 0.9.1.•••* gnu/packages/video.scm (libbluray): Upgrade to 0.9.1.
[inputs]: Add "ant" and "icedtea7" to native-inputs.
[arguments]: Set environment variable "JAVA_HOME".
| Efraim Flashner |
2015-10-05 | import: pypi: Remove unused procedure.•••* guix/import/pypi.scm (join): Remove.
| Ludovic Courtès |
2015-10-05 | gnu: glibc: Look for locale data in versioned sub-directories.•••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.
| Ludovic Courtès |
2015-10-05 | Revert "gnu: glibc: Honor 'GUIX_LOCPATH'."•••This reverts commits fbb909ac7e947ebc8aea2c2efca7df3a78dfc3c4
and 2ebe938c2f943232955df889a72a6280c412a649.
| Ludovic Courtès |
2015-10-05 | gnu: wine: Update to 1.7.52, add more inputs.•••* gnu/packages/wine.scm (wine): Update to 1.7.52.
[inputs]: Add cups, glu and openal.
| 宋文武 |
2015-10-05 | gnu: feh: Update to 2.14.•••* gnu/packages/feh.scm (feh): Update to 2.14.
| 宋文武 |
2015-10-04 | gnu: calibre: Update to 2.40.0.•••* gnu/packages/ebook.scm (calibre): Update to 2.40.0.
| Andreas Enge |
2015-10-04 | gnu: qt: Remove bundled copy of sqlite.•••* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the bundled
copy of sqlite.
Partially fixes <http://bugs.gnu.org/21288>.
| Andreas Enge |
2015-10-04 | gnu: qt: Compile with system harfbuzz.•••* 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>.
| Andreas Enge |
2015-10-04 | gnu: qt: Remove the sources of qtwebengine.•••* 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>.
| Andreas Enge |
2015-10-04 | gnu: Add autobuild.•••* gnu/packages/autotools.scm (autobuild): New variable.
| Mathieu Lirzin |
2015-10-04 | gnu: linux-libre: Update to 4.2.3.•••* gnu/packages/linux.scm (linux-libre): Update to 4.2.3.
| Mark H Weaver |
2015-10-04 | gnu: rtorrent: Update to 0.9.6.•••* gnu/packages/bittorrent.scm (rtorrent): Update to 0.9.6.
[source]: Use new URL.
| Alex Kost |
2015-10-04 | gnu: libtorrent: Update to 0.13.6.•••* 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).
| Alex Kost |
2015-10-04 | gnu: libtorrent, rtorrent: Update home pages.•••* gnu/packages/bittorrent.scm (libtorrent): Update 'home-page'.
(rtorrent): Likewise.
| Alex Kost |
2015-10-04 | gnu: lirc: Update to 0.9.3.•••* gnu/packages/lirc.scm (lirc): Update to 0.9.3.
[native-inputs]: Add "libxslt".
| Alex Kost |
2015-10-04 | gnu: qt-4: Disable webkit build.•••* 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>.
| Andreas Enge |
2015-10-04 | doc: Mention that /X.Y must be used for GUIX_LOCPATH.•••This is a followup to commit f2d7bbb.
* doc/guix.texi (Application Setup): Mention the /X.Y sub-directory.
| Ludovic Courtès |
2015-10-04 | packages: Use locales from the /X.Y sub-directory of the locale package.•••This is a followup to commit f2d7bbb.
* guix/packages.scm (patch-and-repack)[build]: Append "/X.Y" to
LOCPATH.
| Ludovic Courtès |
2015-10-04 | Use "normalized codesets" everywhere.•••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.
| Ludovic Courtès |
2015-10-04 | gnu: glibc-utf8-locales: Use the normalized codeset.•••* gnu/packages/base.scm (glibc-utf8-locales)[argument]: Use the
normalized codeset by default.
| Ludovic Courtès |
2015-10-04 | gnu: commencement: Remove the tricky locale compatibility handling.•••This is made unnecessary by the use of 'GUIX_LOCPATH'.
* gnu/packages/commencement.scm (locale-proof-package): Remove.
(%boot5-inputs): Add on GLIBC-UTF8-LOCALES-FINAL. This reverts parts
of commit 28cbc58.
* gnu/packages/gawk.scm (gawk): Set 'GUIX_LOCPATH' instead of
'LOCPATH'.
| Ludovic Courtès |
2015-10-03 | gnu: libqtxdg: Fix download location.•••* gnu/packages/lxqt.scm (libqtxdg)[source]: Fix download location.
| Andreas Enge |
2015-10-03 | gnu: liblxqt: Fix download location.•••* gnu/packages/lxqt.scm (liblxqt)[source]: Fix download location.
[description]: Fix typo.
| Andreas Enge |
2015-10-03 | gnu: Add lxqt-session.•••* gnu/packages/lxqt.scm (lxqt-session): New variable.
| Andreas Enge |
2015-10-03 | gnu: glibc: Look for locale data in versioned sub-directories.•••* gnu/packages/base.scm (glibc)[native-search-paths]: Add
'lib/locale/VERSION' for 'GUIX_LOCPATH'.
(glibc-locales, glibc-utf8-locales): Write to a VERSION
sub-directory.
* guix/profiles.scm (ca-certificate-bundle): Adjust LOCPATH value
accordingly.
| Ludovic Courtès |
2015-10-03 | gnu: Add lxqt-common.•••* gnu/packages/lxqt.scm (lxqt-common): New variable.
| Andreas Enge |
2015-10-03 | gnu: liblxqt: Fix download location.•••* gnu/packages/lxqt.scm (liblxqt)[source]: Use the .tar.xz release
exclusively; drop the alternative URI for .tar.gz and correct the hash.
| Andreas Enge |
2015-10-03 | gnu: glibc: Honor 'GUIX_LOCPATH'.•••* gnu/packages/patches/glibc-guix-locpath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc)[source]: Use it.
[native-search-paths]: Use 'GUIX_LOCPATH' instead of 'LOCPATH'.
* doc/guix.texi (Application Setup): Introduce the term "foreign
distro". Document 'GUIX_LOCPATH'.
| Ludovic Courtès |
2015-10-03 | gnu: Add file-roller.•••* gnu/packages/gnome.scm (file-roller): New variable.
| David Thompson |
2015-10-03 | gnu: texinfo: Claim 'INFOPATH'.•••Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>.
* gnu/packages/texinfo.scm (texinfo)[native-search-paths]: New field.
| Ludovic Courtès |
2015-10-03 | utils: Add 'every*'.•••* guix/build/gnu-build-system.scm (every*): Move to...
* guix/build/utils.scm (every*): ... here. New procedure.
| Ludovic Courtès |
2015-10-03 | gnu: gettext: Upgrade to 0.19.6.•••* gnu/packages/gettext.scm (gnu-gettext): Update to 0.19.6.
| Ludovic Courtès |
2015-10-03 | gnu: coreutils: Use upstream's fix for 'tail'.•••* gnu/packages/patches/coreutils-racy-tail-test.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/base.scm (coreutils)[source]: Replace this patch with
upstream's fix for 'tail'.
| Ludovic Courtès |
2015-10-03 | gnu: glibc: Do not abort when incompatible locale data is found.•••* gnu/packages/patches/glibc-locale-incompatibility.patch: New file.
* gnu/packages/base.scm (glibc)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
| Ludovic Courtès |
2015-10-03 | gnu: vsearch: Restrict supported systems to x86_64-linux.•••* gnu/packages/bioinformatics.scm (vsearch)[supported-systems]: Restrict
to x86_64-linux.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| Ben Woodcroft |
2015-10-02 | gnu: libmicrohttpd: Update to 0.9.44.•••* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.44.
| Andreas Enge |
2015-10-02 | gnu: eigen: Update to 3.2.6.•••* gnu/packages/algebra.scm (eigen): Update to 3.2.6.
| Andreas Enge |
2015-10-02 | gnu: valgrind: Enable the arm architecture during configuration.•••* gnu/packages/patches/valgrind-enable-arm.patch: New file.
* gnu/packages/valgrind.scm (valgrind)[source]: Add patch.
* gnu-system.am (dist_patch_DATA): Enable patch.
| Andreas Enge |
2015-10-02 | gnu: valgrind: Update to 3.11.0.•••* gnu/packages/valgrind.scm (valgrind): Update to 3.11.0.
[source]: Remove the patches
* gnu/packages/patches/valgrind-glibc-2.22.patch,
gnu/packages/patches/valgrind-linux-libre-4.x.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Unregister the patches.
| Andreas Enge |