aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | gnu: Add r-iterators.•••* gnu/packages/statistics.scm (r-iterators): New variable. Ricardo Wurmus2016-03-21
* | | | gnu: Add ustr.•••* gnu/packages/textutils.scm (ustr): New variable. Ricardo Wurmus2016-03-21
* | | | gnu: ddrescue: Update to 1.21.•••* gnu/packages/disk.scm (ddrescue): Update to 1.21. Efraim Flashner2016-03-21
* | | | build: Rewrite comments for man pages.•••* doc.am <Man pages>: Rewrite comments to describe the build process and the meaning of the noticeable idiosyncrasies in a more general way. Mathieu Lirzin2016-03-20
* | | | build: Build man pages in $(srcdir).•••Before that the doc/guix.1 rule was always triggered when doing a VPATH build from a tarball. * doc.am (sub_commands_mans, dist_man1_MANS): man pages are now generated in $(srcdir) like the info manual. (doc/guix.1, doc/guix-%.1): Prepend $(srcdir) to target name. [BUILD_DAEMON] (doc/guix-daemon.1): Likewise. Mathieu Lirzin2016-03-20
* | | | build: Make 'guix' man page depend on scripts/guix.in.•••* doc.am (doc/guix.1): Add scripts/guix.in prerequisite. Mathieu Lirzin2016-03-20
* | | | Revert "build: Do not remake doc/guix.1."•••This reverts commit 97966e6d65bd3d450f12c7bb41af5f9eafd35a60. Mathieu Lirzin2016-03-20
* | | | gnu: udisks: Enforce non-reference of the "doc" output.•••* gnu/packages/freedesktop.scm (udisks)[arguments]: Add #:disallowed-references. Ludovic Courtès2016-03-20
* | | | build-system/gnu: Add #:disallowed-references.•••* guix/build-system/gnu.scm (gnu-build): Add #:disallowed-references and honor it. (gnu-cross-build): Likewise. Ludovic Courtès2016-03-20
* | | | gexp: Add #:disallowed-references.•••* guix/gexp.scm (gexp->derivation): Add #:disallowed-references and honor it. * tests/gexp.scm ("gexp->derivation #:disallowed-references, allowed") ("gexp->derivation #:disallowed-references"): New tests. * doc/guix.texi (G-Expressions): Adjust accordingly. Ludovic Courtès2016-03-20
* | | | derivations: Add #:disallowed-references.•••* guix/derivations.scm (derivation): Add #:disallowed-references. [user+system-env-vars]: Honor it. (build-expression->derivation): Likewise. * tests/derivations.scm ("derivation #:disallowed-references, ok") ("derivation #:disallowed-references, not ok"): New tests. * doc/guix.texi (Derivations): Adjust accordingly. Ludovic Courtès2016-03-20
* | | | system: Make sure fonts are searched for in the system profile.•••This fixes a bug whereby fonts in /run/current-system/profile would be invisible to Fontconfig. * gnu/packages/fontutils.scm (fontconfig): Add comment about system profile not being searched. * gnu/system/shadow.scm (default-skeletons)[fonts.conf-content, fonts.conf]: New variable. Add FONTS.CONF to the skeletons. Ludovic Courtès2016-03-20
* | | | gnu: gnome: Add dependency on font-abattis-cantarell.•••* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add FONT-CANTARELL. Ludovic Courtès2016-03-20
* | | | system: Allow account skeletons to be directories.•••* gnu/system/shadow.scm (skeleton-directory): Use 'copy-recursively' instead of 'copy-file'. * gnu/build/activation.scm (copy-account-skeletons): Likewise. Ludovic Courtès2016-03-20
* | | | gnu: Add font-abattis-cantarell.•••* gnu/packages/fonts.scm (font-cantarell): New variable. Ludovic Courtès2016-03-20
* | | | import: pypi: Emit 'pypi-uri' only when it yields the right URL.•••Fixes <http://bugs.gnu.org/23062>. Reported by Danny Milosavljevic <dannym@scratchpost.org>. * guix/import/pypi.scm (make-pypi-sexp): Check whether 'pypi-uri' returns SOURCE-URL and fall back to the full URL otherwise. * tests/pypi.scm ("pypi->guix-package"): Adjust expected URI accordingly. Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org> Ludovic Courtès2016-03-19
* | | | gnu: fontforge: Make builds bit-reproducible.•••* gnu/packages/fontutils.scm (fontforge)[source](snippet, modules): New fields. Ludovic Courtès2016-03-19
* | | | gnu: fontforge: Update to 20150824.•••* gnu/packages/fontutils.scm (fontforge): Update to 20150824. [inputs]: Add libltdl, libxft, python. [native-inputs]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org> alírio eyng2016-03-19
* | | | build: Protect against misconfiguration of localstatedir.•••Suggested by Jookia <166291@gmail.com>. * m4/guix.m4 (GUIX_CURRENT_LOCALSTATEDIR, GUIX_CHECK_LOCALSTATEDIR): New macros. * config-daemon.ac: Use 'GUIX_CHECK_LOCALSTATEDIR'. * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --localstatedir. * doc/guix.texi (Requirements): Mention --localstatedir. (The Store): Mention LOCALSTATEDIR as such. Ludovic Courtès2016-03-19
* | | | gnu: kodi: Remove @acronym from description.•••This works around <http://bugs.gnu.org/21772>. * gnu/packages/kodi.scm (crossguid): Remove @acronym. Ludovic Courtès2016-03-19
* | | | gnu: r-dnacopy: Fix home page URL.•••* gnu/packages/bioinformatics.scm (r-dnacopy)[home-page]: Add missing URI scheme. Ludovic Courtès2016-03-18
* | | | gnu: gnome: Disable hardware acceleration check via 'gnome.desktop'.•••* gnu/packages/gnome.scm (gnome-session)[arguments]: Add 'disable-hardware-acceleration-check' phase. Ludovic Courtès2016-03-18
* | | | services: xorg: Accept session commands with arguments.•••Before that, a session command with several items, such as 'gnome-session --disable-acceleration-check', would trigger the fallback session. * gnu/services/xorg.scm (xinitrc)[builder]: Accept command lines with more than one arguments. Ludovic Courtès2016-03-18
* | | | gnu: gnome-session: Make sure 'gsettings' is found.•••* gnu/packages/gnome.scm (gnome-session)[arguments]: Add 'wrap-gnome-session' phase. Ludovic Courtès2016-03-18
* | | | gnu: Add beets.•••* gnu/packages/music.scm (beets): New variable. Leo Famulari2016-03-18
* | | | gnu: Add python-rarfile.•••* gnu/packages/python.scm (python-rarfile, python2-rarfile): New variables. * gnu/packages/patches/python-rarfile-fix-tests.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Leo Famulari2016-03-18
* | | | gnu: Add python2-unicodecsv.•••* gnu/packages/python.scm (python2-unicodecsv): New variable. Leo Famulari2016-03-18
* | | | gnu: Add python-jellyfish.•••* gnu/packages/python.scm (python-jellyfish, python2-jellyfish): New variables. Leo Famulari2016-03-18
* | | | gnu: Add python-mpd2.•••* gnu/packages/mpd.scm (python-mpd2, python2-mpd2): New variables. Leo Famulari2016-03-18
* | | | gnu: Add python2-pathlib.•••* gnu/packages/python.scm (python-pathlib, python2-pathlib): New variables. Leo Famulari2016-03-18
* | | | gnu: Add python-responses.•••* gnu/packages/python.scm (python-responses, python2-responses): New variables. Leo Famulari2016-03-18
* | | | gnu: Add python-cookies.•••* gnu/packages/python.scm (python-cookies, python2-cookies): New variable. Leo Famulari2016-03-18
* | | | gnu: Add python-pylast.•••* gnu/packages/music.scm (python-pylast, python2-pylast): New variables. Leo Famulari2016-03-18
* | | | gnu: Add python-pyechonest.•••* gnu/packages/music.scm (python-pyechonest, python2-pyechonest): New variables. Leo Famulari2016-03-18
* | | | gnu: Add python-flask.•••* gnu/packages/python.scm (python-flask, python2-flask): New variables. Leo Famulari2016-03-18
* | | | gnu: Add python-musicbrainzngs.•••* gnu/packages/music.scm (python-musicbrainzngs, python2-musicbrainzngs): New variables. Leo Famulari2016-03-18
* | | | gnu: Add python-munkres.•••* gnu/packages/python.scm (python-munkres, python2-munkres): New variables. Leo Famulari2016-03-18
* | | | gnu: Add python-mutagen.•••* gnu/packages/music.scm (python-mutagen, python2-mutagen): New variables. Leo Famulari2016-03-18
* | | | gnu: linux-libre-4.4: Update to 4.4.6.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.6. Mark H Weaver2016-03-18
* | | | gnu: bundler: Update to 1.11.2.•••* gnu/packages/ruby.scm (bundler): Update to 1.11.2. David Thompson2016-03-18
* | | | gnu: vigra: Update to 1.11.0.•••* gnu/packages/image.scm (vigra)[source]: Update to 1.11.0. [arguments]: Disable parallel builds. Andreas Enge2016-03-18
* | | | gnu: aria2: Update to 1.21.0.•••* gnu/packages/bittorrent.scm (aria2): Update to 1.21.0. Efraim Flashner2016-03-18
* | | | gnu: libotr: Fix tests on mips64el.•••* gnu/packages/patches/libotr-test-auth-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/messaging.scm (libotr)[source]: Add patch. Mark H Weaver2016-03-17
* | | | substitute: Do not leak file descriptors for TLS connections.•••Partially fixes <http://bugs.gnu.org/20145>. * guix/scripts/substitute.scm (fetch, download-cache-info): (http-multiple-get, fetch-narinfos, progress-report-port): Use 'close-connection' instead of 'close-port'. Ludovic Courtès2016-03-17
* | | | substitute: Cache transient HTTP errors for 10mn.•••* guix/scripts/substitute.scm (fetch-narinfos)[handle-narinfo-response]: Cache transient errors for 10mn. (%narinfo-transient-error-ttl): New variable. Ludovic Courtès2016-03-17
* | | | lint: Do not leak file descriptors for TLS connections.•••Partially fixes <http://bugs.gnu.org/20145>. * guix/scripts/lint.scm (probe-uri): Use 'close-connection' instead of 'close-port'. Ludovic Courtès2016-03-17
* | | | download: Add 'close-connection'.•••Partially fixes <http://bugs.gnu.org/20145>. * guix/build/download.scm (add-weak-reference): Remove. (%tls-ports): New variable. (register-tls-record-port): New procedure. (tls-wrap): Use it instead of 'add-weak-reference'. (close-connection): New procedure. Ludovic Courtès2016-03-17
* | | | substitute: Update progress for responses different from 200/404.•••* guix/scripts/substitute.scm (fetch-narinfos)[handle-narinfo-response]: Add missing call to 'update-progress!'. Ludovic Courtès2016-03-17
* | | | gnu: postgresql: Update to 9.5.1.•••* gnu/packages/databases.scm (postgresql): Update to 9.5.1. Efraim Flashner2016-03-17
* | | | gnu: mysql: Update to 5.7.11.•••* gnu/packages/databases.scm (mysql): Update to 5.7.11. [source]: Add archives as alternate download location. [arguments]: Remove custom phase 'strip-extra-references. Add substitution to target boost-1.60. Efraim Flashner2016-03-17