~ruther/guix-local

ab5d72ad — Ludovic Courtès 12 years ago
doc: Document "guix pull --url".

* doc/guix.texi (Invoking guix pull): Add --url.
8ab00475 — Andreas Enge 12 years ago
gnu: qt: Add patch to distribution.

* gnu-system.am (dist_patch_DATA): Add qt patch.
b646c3dd — Ludovic Courtès 12 years ago
gnu: qemu-with-multiple-smb-shares: Fix typo.

* gnu/packages/qemu.scm (qemu/smb-shares): Turn 'patches' into a list.
b421cebd — Ludovic Courtès 12 years ago
build-system/perl: Lazily resolve (gnu packages perl).

* guix/build-system/perl.scm (default-perl): New procedure.
  (perl-build): Use it.
0ad7da1e — Ludovic Courtès 12 years ago
pull: Add '--url' option.

* guix/scripts/pull.scm (%default-options): Add 'tarball-url' pair.
  (%options, show-help): Add '--url'.
  (guix-pull): Honor it.
d8907ac4 — Ludovic Courtès 12 years ago
download: Support 'file://' URLs.

* guix/download.scm (download-to-store): When URL has a 'file' scheme or
  no scheme, use 'add-to-store' directly.
39e9f95d — Ludovic Courtès 12 years ago
guix: Add missing call to 'bindtextdomain'.

* scripts/guix.in (config-lookup): Add "localedir" entry.
  (run-guix-main): Add call to 'bindtextdomain'.
* guix/ui.scm (initialize-guix): Use %GETTEXT-DOMAIN instead of a
  literal.
f854a8c1 — Andreas Enge 12 years ago
gnu: Add gp2c.

* gnu/packages/algebra.scm (gp2c): New variable.
1e9ed0e3 — Andreas Enge 12 years ago
gnu: Add Qt 4.8.5.

* gnu/packages/qt.scm (qt-4): New variable.
* gnu/packages/patches/qt4-tests.patch: New file, patch dropping tests
    requiring a running X server.
5151c2e1 — Arne Babenhauserheide 12 years ago
gnu: Add Mercurial.

* gnu/packages/version-control.scm (mercurial): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1a75f8d9 — Ludovic Courtès 12 years ago
gnu-maintenance: Adjust URL of package description file.

* guix/gnu-maintenance.scm (%package-description-url): Adjust to the
  new URL.
f349fa02 — Nikita Karetnikov 12 years ago
gnu: Add GNU acct.

* gnu/packages/acct.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
9fb0bc15 — Cyril Roelandt 12 years ago
gnu: Valgrind: make it work with glibc 2.18.

* gnu/packages/patches/valgrind-glibc.patch: update it.
fb6c2fa8 — Ludovic Courtès 12 years ago
gnu: linux-libre-headers: Support cross-compilation.

* gnu/packages/linux.scm (linux-libre-headers):
  When (%current-target-system) is true, pass it as the argument to
  'build-phase'.  This fixes cross-compilation.
  Reported by Mark H. Weaver <mhw@netris.org>.
b49632e7 — Ludovic Courtès 12 years ago
daemon: Set the umask to 022 when starting.

* nix/nix-daemon/guix-daemon.cc (main): Add 'umask' call.
* test-env.in: Remove use of 'umask'.
66fb2d23 — Ludovic Courtès 12 years ago
gnu: Add pavucontrol.

* gnu/packages/pulseaudio.scm (pavucontrol): New variable.
ef0cf53e — Andreas Enge 12 years ago
gnu: qt: Propagate input mesa.

* gnu/packages/qt.scm (qt): Propagate input mesa.
1ea44d11 — Andreas Enge 12 years ago
gnu: qt: Do not use special SSE etc. instructions.

* gnu/packages/qt.scm (qt): Add configure flags to disable machine specific
    instructions.
39fa8f6c — Andreas Enge 12 years ago
gnu: qt: Add input pulseaudio.

* gnu/packages/qt.scm (qt): Add input pulseaudio.
c5cc5006 — Ludovic Courtès 12 years ago
gnu: Add Pangomm, ATKmm, and GTKmm.

* gnu/packages/gtk.scm (atk)[synopsis]: Fix typo.
  (pangomm, atkmm, gtkmm): New variables.
Next