Age | Commit message (Expand) | Author |
2016-03-20 | build: Make 'guix' man page depend on scripts/guix.in....* doc.am (doc/guix.1): Add scripts/guix.in prerequisite.
| Mathieu Lirzin |
2016-03-20 | Revert "build: Do not remake doc/guix.1."...This reverts commit 97966e6d65bd3d450f12c7bb41af5f9eafd35a60.
| Mathieu Lirzin |
2016-03-20 | gnu: udisks: Enforce non-reference of the "doc" output....* gnu/packages/freedesktop.scm (udisks)[arguments]: Add
#:disallowed-references.
| Ludovic Courtès |
2016-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ès |
2016-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ès |
2016-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ès |
2016-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ès |
2016-03-20 | gnu: gnome: Add dependency on font-abattis-cantarell....* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add
FONT-CANTARELL.
| Ludovic Courtès |
2016-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ès |
2016-03-20 | gnu: Add font-abattis-cantarell....* gnu/packages/fonts.scm (font-cantarell): New variable.
| Ludovic Courtès |
2016-03-19 | 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ès |
2016-03-19 | gnu: fontforge: Make builds bit-reproducible....* gnu/packages/fontutils.scm (fontforge)[source](snippet, modules): New
fields.
| Ludovic Courtès |
2016-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 eyng |
2016-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ès |
2016-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ès |
2016-03-18 | gnu: r-dnacopy: Fix home page URL....* gnu/packages/bioinformatics.scm (r-dnacopy)[home-page]: Add missing
URI scheme.
| Ludovic Courtès |
2016-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ès |
2016-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ès |
2016-03-18 | gnu: gnome-session: Make sure 'gsettings' is found....* gnu/packages/gnome.scm (gnome-session)[arguments]: Add
'wrap-gnome-session' phase.
| Ludovic Courtès |
2016-03-18 | gnu: Add beets....* gnu/packages/music.scm (beets): New variable.
| Leo Famulari |
2016-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 Famulari |
2016-03-18 | gnu: Add python2-unicodecsv....* gnu/packages/python.scm (python2-unicodecsv): New variable.
| Leo Famulari |
2016-03-18 | gnu: Add python-jellyfish....* gnu/packages/python.scm (python-jellyfish, python2-jellyfish): New variables.
| Leo Famulari |
2016-03-18 | gnu: Add python-mpd2....* gnu/packages/mpd.scm (python-mpd2, python2-mpd2): New variables.
| Leo Famulari |
2016-03-18 | gnu: Add python2-pathlib....* gnu/packages/python.scm (python-pathlib, python2-pathlib): New variables.
| Leo Famulari |
2016-03-18 | gnu: Add python-responses....* gnu/packages/python.scm (python-responses, python2-responses): New variables.
| Leo Famulari |
2016-03-18 | gnu: Add python-cookies....* gnu/packages/python.scm (python-cookies, python2-cookies): New variable.
| Leo Famulari |
2016-03-18 | gnu: Add python-pylast....* gnu/packages/music.scm (python-pylast, python2-pylast): New variables.
| Leo Famulari |
2016-03-18 | gnu: Add python-pyechonest....* gnu/packages/music.scm (python-pyechonest, python2-pyechonest): New variables.
| Leo Famulari |
2016-03-18 | gnu: Add python-flask....* gnu/packages/python.scm (python-flask, python2-flask): New variables.
| Leo Famulari |
2016-03-18 | gnu: Add python-musicbrainzngs....* gnu/packages/music.scm (python-musicbrainzngs, python2-musicbrainzngs): New
variables.
| Leo Famulari |
2016-03-18 | gnu: Add python-munkres....* gnu/packages/python.scm (python-munkres, python2-munkres): New variables.
| Leo Famulari |
2016-03-18 | gnu: Add python-mutagen....* gnu/packages/music.scm (python-mutagen, python2-mutagen): New variables.
| Leo Famulari |
2016-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 Weaver |
2016-03-18 | gnu: bundler: Update to 1.11.2....* gnu/packages/ruby.scm (bundler): Update to 1.11.2.
| David Thompson |
2016-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 Enge |
2016-03-18 | gnu: aria2: Update to 1.21.0....* gnu/packages/bittorrent.scm (aria2): Update to 1.21.0.
| Efraim Flashner |
2016-03-17 | 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 Weaver |
2016-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ès |
2016-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ès |
2016-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ès |
2016-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ès |
2016-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ès |
2016-03-17 | gnu: postgresql: Update to 9.5.1....* gnu/packages/databases.scm (postgresql): Update to 9.5.1.
| Efraim Flashner |
2016-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 Flashner |
2016-03-17 | gnu: gnome-session: Add elogind input....* gnu/packages/gnome.scm (gnome-session): Add elogind input, while
disabling the use of systemd's journal.
| Andy Wingo |
2016-03-17 | gnu: bless: Remove bundled sources for sparsehash....* gnu/packages/bioinformatics.scm (bless)[source]: Delete
"google-sparsehash" sources.
[inputs]: Add "sparsehash".
| Ricardo Wurmus |
2016-03-17 | gnu: Add CD-HIT....* gnu/packages/bioinformatics.scm (cd-hit): New variable.
| Ricardo Wurmus |
2016-03-17 | doc: Add missing comma after @xref....Reported by Alex Kost <alezost@gmail.com>.
* doc/guix.texi (Service Reference): Add comma after @xref.
| Ludovic Courtès |
2016-03-17 | doc: GNOME is now available....* doc/guix.texi (Limitations): Rephrase item about GNOME and KDE.
| Ludovic Courtès |