~ruther/guix-local

92d40a68 — Mathieu Lirzin 10 years ago
Revert "build: Do not remake doc/guix.1."

This reverts commit 97966e6d65bd3d450f12c7bb41af5f9eafd35a60.
c0351459 — Ludovic Courtès 10 years ago
gnu: udisks: Enforce non-reference of the "doc" output.

* gnu/packages/freedesktop.scm (udisks)[arguments]: Add
  #:disallowed-references.
55e1f25d — Ludovic Courtès 10 years ago
build-system/gnu: Add #:disallowed-references.

* guix/build-system/gnu.scm (gnu-build): Add #:disallowed-references and
honor it.
(gnu-cross-build): Likewise.
3f4ecf32 — Ludovic Courtès 10 years ago
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.
35b5ca78 — Ludovic Courtès 10 years ago
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.
e71ef7ad — Ludovic Courtès 10 years ago
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.
0bd3597b — Ludovic Courtès 10 years ago
gnu: gnome: Add dependency on font-abattis-cantarell.

* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add
FONT-CANTARELL.
4e8b7502 — Ludovic Courtès 10 years ago
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.
71be99b8 — Ludovic Courtès 10 years ago
gnu: Add font-abattis-cantarell.

* gnu/packages/fonts.scm (font-cantarell): New variable.
522773b7 — Ludovic Courtès 10 years ago
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>
329a7026 — Ludovic Courtès 10 years ago
gnu: fontforge: Make builds bit-reproducible.

* gnu/packages/fontutils.scm (fontforge)[source](snippet, modules): New
fields.
56586557 — alírio eyng 10 years ago
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>
ef5f5c86 — Ludovic Courtès 10 years ago
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.
7c49ab5b — Ludovic Courtès 10 years ago
gnu: kodi: Remove @acronym from description.

This works around <http://bugs.gnu.org/21772>.

* gnu/packages/kodi.scm (crossguid): Remove @acronym.
5697fdc3 — Ludovic Courtès 10 years ago
gnu: r-dnacopy: Fix home page URL.

* gnu/packages/bioinformatics.scm (r-dnacopy)[home-page]: Add missing
URI scheme.
6cbc8d57 — Ludovic Courtès 10 years ago
gnu: gnome: Disable hardware acceleration check via 'gnome.desktop'.

* gnu/packages/gnome.scm (gnome-session)[arguments]: Add
'disable-hardware-acceleration-check' phase.
c510cbb4 — Ludovic Courtès 10 years ago
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.
a0d7baaf — Ludovic Courtès 10 years ago
gnu: gnome-session: Make sure 'gsettings' is found.

* gnu/packages/gnome.scm (gnome-session)[arguments]: Add
'wrap-gnome-session' phase.
3bf429af — Leo Famulari 10 years ago
gnu: Add beets.

* gnu/packages/music.scm (beets): New variable.
064503aa — Leo Famulari 10 years ago
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.
Next