jackhill/guix/guix.git
9 years agognu: Add chmlib.
Andreas Enge [Sat, 7 Feb 2015 19:12:36 +0000 (20:12 +0100)]
gnu: Add chmlib.

* gnu/packages/ebook.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

9 years agognu: dejagnu: Update to 1.5.2.
Andreas Enge [Sat, 7 Feb 2015 18:53:23 +0000 (19:53 +0100)]
gnu: dejagnu: Update to 1.5.2.

* gnu/packages/dejagnu.scm (dejagnu): Update to 1.5.2.

9 years agognu: global: Update to 6.3.4.
Andreas Enge [Sat, 7 Feb 2015 18:41:33 +0000 (19:41 +0100)]
gnu: global: Update to 6.3.4.

* gnu/packages/global.scm (global): Update to 6.3.4.

9 years agognu: eigen: Update to 3.2.4.
Andreas Enge [Sat, 7 Feb 2015 18:25:47 +0000 (19:25 +0100)]
gnu: eigen: Update to 3.2.4.

* gnu/packages/algebra.scm (eigen): Update to 3.2.4.

9 years agognu: imagemagick: Update to 6.9.0-4.
Andreas Enge [Sat, 7 Feb 2015 17:05:32 +0000 (18:05 +0100)]
gnu: imagemagick: Update to 6.9.0-4.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.0-4.

9 years agognu: tumbler: Update to 0.1.30.
Mark H Weaver [Fri, 6 Feb 2015 04:49:27 +0000 (23:49 -0500)]
gnu: tumbler: Update to 0.1.30.

* gnu/packages/xfce.scm (tumbler): Update to 0.1.30.  Use latest gstreamer.

9 years agognu: wicd: Fix curses client to work with urwid 1.3.
Mark H Weaver [Fri, 6 Feb 2015 04:47:03 +0000 (23:47 -0500)]
gnu: wicd: Fix curses client to work with urwid 1.3.

* gnu/packages/patches/wicd-urwid-1.3.patch: New file.
* gnu-system (dist_patch_DATA): Add it.
* gnu/packages/wicd.scm (wicd): Add patch.

9 years agognu: ntp: Update to 4.2.8p1.
Mark H Weaver [Fri, 6 Feb 2015 20:14:39 +0000 (15:14 -0500)]
gnu: ntp: Update to 4.2.8p1.

* gnu/packages/ntp.scm (ntp): Update to 4.2.8p1.

9 years agognu: slock: Update to 1.2
Tomáš Čech [Fri, 6 Feb 2015 19:38:43 +0000 (20:38 +0100)]
gnu: slock: Update to 1.2

* gnu/packages/dwm.scm (slock): Update to 1.2

9 years agotests: Disable grafts when comparing derivations.
Ludovic Courtès [Fri, 6 Feb 2015 17:04:19 +0000 (18:04 +0100)]
tests: Disable grafts when comparing derivations.

Fixes a regression introduced with the grafting of Patch in 3f11f01.

* tests/packages.scm ("reference to non-existent output"): Wrap in
  'parameterize'.

9 years agoguix package: Make custom profiles actual indirect roots.
Ludovic Courtès [Fri, 6 Feb 2015 16:52:07 +0000 (17:52 +0100)]
guix package: Make custom profiles actual indirect roots.

Before that, any profile generation built when '-p' is used would
effectively become a permanent GC root because the symlink in
/var/guix/gcroots/auto would point directly to /gnu/store/...-profile.

* guix/scripts/package.scm (maybe-register-gc-root): Rename to...
  (register-gc-root): ... this.  Remove conditional, and replace call to
  'canonicalize-path' with (string-append (getcwd) "/" ...).
  (guix-package): Call 'register-gc-root' only if PROFILE is different
  from %CURRENT-PROFILE.
* tests/guix-package.sh: Add test case.

9 years agopull: Always install the ~/.config/guix/latest symlink.
Ludovic Courtès [Fri, 6 Feb 2015 16:39:10 +0000 (17:39 +0100)]
pull: Always install the ~/.config/guix/latest symlink.

Before that, if two users on the same machine ran 'guix pull', the
second one would have the "Guix already up to date" message and their
~/.config/guix/latest link would be left unchanged---effectively
preventing them from updating.

* guix/scripts/pull.scm (build-and-install): Install the 'latest'
  symlink regardless of whether TO-DO? is true or false.

9 years agodoc: Provide a better illustration of Ethernet interface names.
Ludovic Courtès [Fri, 6 Feb 2015 16:32:17 +0000 (17:32 +0100)]
doc: Provide a better illustration of Ethernet interface names.

Reported on #guix.

* doc/guix.texi (System Installation)[USB Stick Installation]: Mention
  "eno1" instead of "eth0" and give other examples.

9 years agognu: patch: Add 2.7.4 and make it a replacement for the default one.
Ludovic Courtès [Fri, 6 Feb 2015 12:48:57 +0000 (13:48 +0100)]
gnu: patch: Add 2.7.4 and make it a replacement for the default one.

* gnu/packages/base.scm (patch-2.7.4, patch-CVE-2015-1196): New
  variables.
  (patch): Add 'replacement' field.

9 years agoservices: xorg: Add Nouveau driver.
Ludovic Courtès [Fri, 6 Feb 2015 12:52:48 +0000 (13:52 +0100)]
services: xorg: Add Nouveau driver.

* gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Add
  XF86-VIDEO-NOUVEAU.

9 years agognu: Add xf86-video-nouveau.
Ludovic Courtès [Fri, 6 Feb 2015 12:43:03 +0000 (13:43 +0100)]
gnu: Add xf86-video-nouveau.

* gnu/packages/xorg.scm (xf86-video-nouveau): New variable.

9 years agognu: xf86-video-nv: Improve description.
Ludovic Courtès [Fri, 6 Feb 2015 08:56:09 +0000 (09:56 +0100)]
gnu: xf86-video-nv: Improve description.

* gnu/packages/xorg.scm (xf86-video-nv): Adjust synopsis and
  description.

9 years agognu: orc: Disable the 'test-limits' and 'exec_opcodes_sys' tests.
Mark H Weaver [Fri, 6 Feb 2015 04:05:41 +0000 (23:05 -0500)]
gnu: orc: Disable the 'test-limits' and 'exec_opcodes_sys' tests.

* gnu/packages/gstreamer.scm (orc)[arguments]: Disable the 'test-limits' and
  'exec_opcodes_sys' tests, which fail on some machines.

9 years agooffload: Better report failure to create the GC root directory.
Ludovic Courtès [Thu, 5 Feb 2015 22:36:23 +0000 (23:36 +0100)]
offload: Better report failure to create the GC root directory.

Suggested by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>.

* guix/scripts/offload.scm (register-gc-root)[script]: Replace
  'false-if-exception' with a finer-grain 'system-error handler.
  Provide the name of MACHINE in 'leave' error message.

9 years agognu: groff: Add "doc" output.
Ludovic Courtès [Thu, 5 Feb 2015 22:02:40 +0000 (23:02 +0100)]
gnu: groff: Add "doc" output.

* gnu/packages/groff.scm (groff): Add 'outputs' field.

9 years agooffload: Warn about SSH client issues.
Ludovic Courtès [Thu, 5 Feb 2015 21:16:59 +0000 (22:16 +0100)]
offload: Warn about SSH client issues.

Suggested by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>.

* guix/scripts/offload.scm (remote-pipe): Remove unneeded 'catch'.
  (machine-load): Check the exit value  upon (close-pipe pipe).  Call
  'warning' when it is non-zero.

9 years agonls: Update 'eo' translation.
Ludovic Courtès [Thu, 5 Feb 2015 12:27:05 +0000 (13:27 +0100)]
nls: Update 'eo' translation.

9 years agognu: gnutls: Configure location of system-wide trust store.
Mark H Weaver [Wed, 19 Feb 2014 02:30:53 +0000 (21:30 -0500)]
gnu: gnutls: Configure location of system-wide trust store.

* gnu/packages/gnutls.scm (gnutls): Configure the location of the system-wide
  trust store.

9 years agognu: Add ngircd.
Taylan Ulrich Bayırlı/Kammer [Sat, 31 Jan 2015 21:03:25 +0000 (22:03 +0100)]
gnu: Add ngircd.

* gnu/packages/messaging.scm (ngircd): New variable.
* gnu/packages/patches/ngircd-no-dns-in-tests.patch: New file.
* gnu/packages/patches/ngircd-handle-zombies.patch: New file.
* gnu-system.am (dist_patch_DATA): Add them.

9 years agognu: Add xfce.
宋文武 [Thu, 5 Feb 2015 11:13:56 +0000 (19:13 +0800)]
gnu: Add xfce.

* gnu/packages/xfce.scm (xfce): New variable.

9 years agognu: gnutls: Propagate zlib.
宋文武 [Thu, 5 Feb 2015 10:46:59 +0000 (18:46 +0800)]
gnu: gnutls: Propagate zlib.

* gnu/packages/gnutls.scm (gnutls): Move zlib to 'propagated-inputs'.

9 years agognu: gnutls: Update to 3.3.12.
Andreas Enge [Tue, 3 Feb 2015 01:16:03 +0000 (02:16 +0100)]
gnu: gnutls: Update to 3.3.12.

* gnu/packages/gnutls.scm (gnutls): Update to 3.3.12.

9 years agognu: gst-plugins-good: Update to 1.4.5.
宋文武 [Thu, 5 Feb 2015 09:32:30 +0000 (17:32 +0800)]
gnu: gst-plugins-good: Update to 1.4.5.

* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.4.5.

9 years agognu: gst-plugins-base: Update to 1.4.5, re-enable tests.
宋文武 [Thu, 5 Feb 2015 09:18:20 +0000 (17:18 +0800)]
gnu: gst-plugins-base: Update to 1.4.5, re-enable tests.

* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.4.5.
  [arguments]: Add #:phases.
  [inputs]: Add cdparanoia and orc.

9 years agognu: gstreamer: Update to 1.4.5, propagate glib.
宋文武 [Thu, 5 Feb 2015 08:29:22 +0000 (16:29 +0800)]
gnu: gstreamer: Update to 1.4.5, propagate glib.

* gnu/packages/gstreamer.scm (gstreamer): Update to 1.4.5.
  [arguments]: Remove field to re-enable tests.
  [inputs]: Rename to 'propagated-inputs'.

9 years agognu: Add orc.
宋文武 [Thu, 5 Feb 2015 08:09:53 +0000 (16:09 +0800)]
gnu: Add orc.

* gnu/packages/gstreamer.scm (orc): New variable.

9 years agognu: sdl: Don't use dlopen for shared object loading.
宋文武 [Thu, 5 Feb 2015 07:03:50 +0000 (15:03 +0800)]
gnu: sdl: Don't use dlopen for shared object loading.

* gnu/packages/sdl.scm (sdl)[arguments]<#:configure-flags>:
  Use '--disable-sdl-dlopen'.
  [propagated-inputs]: Add libcap.

9 years agognu: sdl2: Update to 2.0.3.
宋文武 [Thu, 5 Feb 2015 06:23:40 +0000 (14:23 +0800)]
gnu: sdl2: Update to 2.0.3.

* gnu/packages/sdl.scm (sdl2): Update to 2.0.3.

9 years agognu: libmikmod: Update to 3.3.7.
宋文武 [Thu, 5 Feb 2015 06:17:07 +0000 (14:17 +0800)]
gnu: libmikmod: Update to 3.3.7.

* gnu/packages/sdl.scm (libmikmod): Update to 3.3.7.

9 years agognu: wicd: Allow wicd-gtk to find its icons.
Mark H Weaver [Thu, 5 Feb 2015 06:25:12 +0000 (01:25 -0500)]
gnu: wicd: Allow wicd-gtk to find its icons.

* gnu/packages/wicd.scm (wicd)[inputs]: Add hicolor-icon-theme.
  [arguments]: Install icons in $out/share/icons.  Install a copy of
  'index.theme' from 'hicolor-icon-theme' into $out/share/icons/hicolor.

9 years agoservices: Add wicd service.
Mark H Weaver [Wed, 4 Feb 2015 08:39:48 +0000 (03:39 -0500)]
services: Add wicd service.

* gnu/services/networking.scm (wicd-service): New procedure.
* doc/guix.texi (Networking Services): Document it.

9 years agognu: Add wicd.
Mark H Weaver [Wed, 4 Feb 2015 04:03:04 +0000 (23:03 -0500)]
gnu: Add wicd.

Based on preliminary work by Pierre-Antoine Rault <par@rigelk.eu>

* gnu/packages/wicd.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

9 years agognu: wpa-supplicant: Add dbus support; add wpa-supplicant-light.
Mark H Weaver [Wed, 4 Feb 2015 04:35:42 +0000 (23:35 -0500)]
gnu: wpa-supplicant: Add dbus support; add wpa-supplicant-light.

* gnu/packages/admin.scm (wpa-supplicant-light): New variable containing the
  previous dbus-free package, but renamed.  Remove outdated TODO comments.
  (wpa-supplicant): Now inherits from wpa-supplicant-light but adds dbus
  support.
* gnu/system/install.scm (installation-os): Use wpa-supplicant-light.

9 years agognu: nss-mdns: Allow the daemon's socket to be found.
Ludovic Courtès [Wed, 4 Feb 2015 21:43:35 +0000 (22:43 +0100)]
gnu: nss-mdns: Allow the daemon's socket to be found.

* gnu/packages/avahi.scm (nss-mdns)[arguments]: New field.

9 years agoservices: nscd-service: Add #:name-services parameter.
Ludovic Courtès [Wed, 4 Feb 2015 21:42:38 +0000 (22:42 +0100)]
services: nscd-service: Add #:name-services parameter.

* gnu/services/base.scm (nscd-service): Add #:name-services parameter.
  In 'start' field, set LD_LIBRARY_PATH based on #:name-services.
* doc/guix.texi (Base Services): Document it.
  (Name Service Switch): Link to 'nscd-service'.

9 years agosystem: Add bindings to configure libc's NSS.
Ludovic Courtès [Wed, 4 Feb 2015 20:58:15 +0000 (21:58 +0100)]
system: Add bindings to configure libc's NSS.

* gnu/system/nss.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu.scm (%public-modules): Add it.
* gnu/system.scm (<operating-system>)[name-service-switch]: New field.
  (etc-directory): Add #:nss parameter and honor it.
  (operating-system-etc-directory): Adjust call accordingly.
* doc/guix.texi (operating-system Reference): Document
  'name-service-switch'.
  (Name Service Switch): New section.

9 years agognu: wpa-supplicant: Install man pages.
Ludovic Courtès [Wed, 4 Feb 2015 09:07:53 +0000 (10:07 +0100)]
gnu: wpa-supplicant: Install man pages.

* gnu/packages/admin.scm (wpa-supplicant)[arguments]: Add
  'install-man-pages' phase.

9 years agognu: wpa-supplicant: Use GnuTLS instead of OpenSSL.
Ludovic Courtès [Wed, 4 Feb 2015 08:50:22 +0000 (09:50 +0100)]
gnu: wpa-supplicant: Use GnuTLS instead of OpenSSL.

* gnu/packages/admin.scm (wpa-supplicant)[arguments] <configure phase>:
  Set CONFIG_TLS.
  [inputs]: Add GNUTLS and LIBGCRYPT.

9 years agobuild: Make 'chroot' a hard requirement.
Ludovic Courtès [Wed, 4 Feb 2015 08:36:58 +0000 (09:36 +0100)]
build: Make 'chroot' a hard requirement.

* config-daemon.ac: Error out when $ac_cv_func_chroot is not "yes".
* nix/nix-daemon/guix-daemon.cc (options): Remove #ifdef HAVE_CHROOT.
  (main): Likewise.

9 years agognu: libffcall: Correct license field.
Mark H Weaver [Wed, 4 Feb 2015 09:31:40 +0000 (04:31 -0500)]
gnu: libffcall: Correct license field.

Suggested by Ludovic Courtès <ludo@gnu.org>.

* gnu/packages/libffcall.scm (libffcall): Change license to gpl2+.

9 years agognu: Add libffcall.
Mark H Weaver [Tue, 3 Feb 2015 08:45:39 +0000 (03:45 -0500)]
gnu: Add libffcall.

* gnu/packages/libffcall.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Co-Authored-By: Joshua S. Grant <jgrant@parenthetical.io>
9 years agoAdd support for 'cvs-fetch' method in origins.
Mark H Weaver [Sun, 18 Jan 2015 03:11:45 +0000 (22:11 -0500)]
Add support for 'cvs-fetch' method in origins.

* guix/cvs-download.scm, guix/build/cvs.scm: New files.
* Makefile.am (MODULES): Add them.

9 years agognu: Add python2-dbus.
Mark H Weaver [Wed, 4 Feb 2015 00:55:26 +0000 (19:55 -0500)]
gnu: Add python2-dbus.

* gnu/packages/python.scm (python2-dbus): New variable.

9 years agognu: Add python-dbus.
Pierre-Antoine Rault [Wed, 4 Feb 2015 00:02:20 +0000 (01:02 +0100)]
gnu: Add python-dbus.

* gnu/packages/python.scm (python-dbus): Add it. Makes use of dbus,
  dbus-glib and glib itself.

9 years agoRemove outdated comment from svn-fetch.
Mark H Weaver [Wed, 4 Feb 2015 05:13:04 +0000 (00:13 -0500)]
Remove outdated comment from svn-fetch.

* guix/svn-download.scm (svn-fetch): Remove outdated comment.

9 years agognu: python-urwid: Remove Fedora mirror from source URI list.
Mark H Weaver [Wed, 4 Feb 2015 05:09:37 +0000 (00:09 -0500)]
gnu: python-urwid: Remove Fedora mirror from source URI list.

* gnu/packages/python.scm (python-urwid)[source]: Remove Fedora mirror.

9 years agognu: wpa-supplicant: Update to 2.3.
Mark H Weaver [Wed, 4 Feb 2015 04:09:44 +0000 (23:09 -0500)]
gnu: wpa-supplicant: Update to 2.3.

* gnu/packages/admin.scm (wpa-supplicant): Update to 2.3.  Update URLs.

9 years agoguix: environment: Consider all package outputs.
David Thompson [Thu, 29 Jan 2015 22:53:17 +0000 (17:53 -0500)]
guix: environment: Consider all package outputs.

* guix/scripts/environment.scm (for-each-search-path): Iterate over all
  derivation output paths.
  (packages->transitive-inputs): Process inputs that specify an output, too.

9 years agoservices: xorg: Add sawfish session.
宋文武 [Tue, 3 Feb 2015 14:08:04 +0000 (22:08 +0800)]
services: xorg: Add sawfish session.

* gnu/services/xorg.scm (%sawfish-session-type): New variable.
* doc/guix.texi (X Window): Mention it.

9 years agognu: Add sawfish.
宋文武 [Mon, 2 Feb 2015 11:57:48 +0000 (19:57 +0800)]
gnu: Add sawfish.

* gnu/packages/sawfish.scm (sawfish): New variable.

9 years agognu: Add rep-gtk.
宋文武 [Sun, 1 Feb 2015 14:26:09 +0000 (22:26 +0800)]
gnu: Add rep-gtk.

* gnu/packages/sawfish.scm (rep-gtk): New variable.

9 years agognu: Add librep.
宋文武 [Sun, 1 Feb 2015 14:09:07 +0000 (22:09 +0800)]
gnu: Add librep.

* gnu/packages/sawfish.scm: New file.
* gnu/packages/patches/librep-rules.mk.patch: New file.
* gnu-system.am: Add them.

9 years agognu: Add python-urwid and python2-urwid.
Mark H Weaver [Tue, 3 Feb 2015 05:31:03 +0000 (00:31 -0500)]
gnu: Add python-urwid and python2-urwid.

Based on preliminary work by Omar Radwan <toxemicsquire4@gmail.com>.

* gnu/packages/python.scm (python-urwid, python2-urwid): New variables.

9 years agognu: httpd: Add perl input.
David Thompson [Thu, 29 Jan 2015 21:34:04 +0000 (16:34 -0500)]
gnu: httpd: Add perl input.

* gnu/packages/web.scm (httpd): Add perl input.

9 years agognu: inkscape: Update to 0.91.
David Thompson [Mon, 2 Feb 2015 20:29:11 +0000 (15:29 -0500)]
gnu: inkscape: Update to 0.91.

* gnu/packages/inkscape.scm (inkscape): Update to 0.91.

9 years agognu: node: Update to 0.10.36.
Andreas Enge [Mon, 2 Feb 2015 23:14:54 +0000 (00:14 +0100)]
gnu: node: Update to 0.10.36.

* gnu/packages/node.scm (node): Update to 0.10.36.

9 years agognu: elfutils: Update to 0.161.
Andreas Enge [Mon, 2 Feb 2015 22:40:58 +0000 (23:40 +0100)]
gnu: elfutils: Update to 0.161.

* gnu/packages/elf.scm (elfutils): Update to 0.161.

9 years agognu: sipwitch: Update to 1.9.6.
Andreas Enge [Mon, 2 Feb 2015 22:14:29 +0000 (23:14 +0100)]
gnu: sipwitch: Update to 1.9.6.

* gnu/packages/telephony.scm (sipwitch): Update to 1.9.6.

9 years agoSet Emacs indentation for `wrap-program'.
Taylan Ulrich B [Sat, 29 Nov 2014 12:36:24 +0000 (13:36 +0100)]
Set Emacs indentation for `wrap-program'.

* .dir-locals.el (scheme-mode): Set `scheme-indent-function' of `wrap-program'
  to 1.

9 years agognu: ucommon: Update to 6.3.0.
Andreas Enge [Mon, 2 Feb 2015 22:03:30 +0000 (23:03 +0100)]
gnu: ucommon: Update to 6.3.0.

* gnu/packages/telephony.scm (ucommon): Update to 6.3.0.

9 years agoRevert "gnu: python-matplotlib: Remove python-pillow input."
Mark H Weaver [Mon, 2 Feb 2015 20:18:17 +0000 (15:18 -0500)]
Revert "gnu: python-matplotlib: Remove python-pillow input."

python-pillow is now fixed, so we can add it back.
This reverts commit dfbc33dceb803a3d54840613b08dc98f7be75f60.

9 years agognu: openjpeg: Upgrade to 2.1.0.
Eric Bavier [Mon, 2 Feb 2015 19:02:47 +0000 (13:02 -0600)]
gnu: openjpeg: Upgrade to 2.1.0.

* gnu/packages/image.scm (openjpeg): Upgrade to 2.1.0.
  (openjpeg-2.0): New variable.
* gnu/packages/pdf.scm (mupdf)[inputs]: Use openjpeg-2.0.

9 years agognu: Add hdparm.
Mark H Weaver [Mon, 2 Feb 2015 17:12:52 +0000 (12:12 -0500)]
gnu: Add hdparm.

* gnu/packages/linux.scm (hdparm): New variable.

9 years agostore: Remove 'build-derivations'.
Ludovic Courtès [Mon, 2 Feb 2015 11:46:09 +0000 (12:46 +0100)]
store: Remove 'build-derivations'.

* guix/store.scm (build-derivations): Remove.
* guix/derivations.scm (build-derivations): Write in terms of
  'build-things'.
* doc/guix.texi (Invoking guix build): Adjust text accordingly.

9 years agotests: Skip 'guix-register' when the socket name length is exceeded.
Ludovic Courtès [Mon, 2 Feb 2015 11:30:49 +0000 (12:30 +0100)]
tests: Skip 'guix-register' when the socket name length is exceeded.

* tests/guix-register.sh: Before running 'guix-daemon', check whether
  the socket name length exceeds the system limitation.

9 years agotests: Don't dump the list of dead items in the test log.
Ludovic Courtès [Mon, 2 Feb 2015 11:29:12 +0000 (12:29 +0100)]
tests: Don't dump the list of dead items in the test log.

* tests/store.scm ("dead-paths"): Wrap result in '->bool'.

9 years agostore: Add 'build-things'.
Ludovic Courtès [Mon, 2 Feb 2015 11:25:34 +0000 (12:25 +0100)]
store: Add 'build-things'.

* guix/store.scm (operation-id): Rename 'build-derivations' to
  'build-things', as per Nix commit 1aba0bf0.
  (build-derivations): Rename to...
  (build-things): ... this.  Keep 'build-derivations' as an alias.
  (build): New procedure.
* tests/store.scm ("build-things with output path",
  "substitute + build-things with output path"): New tests.

9 years agotests: Add 'with-derivation-substitute' and use it.
Ludovic Courtès [Mon, 2 Feb 2015 10:24:24 +0000 (11:24 +0100)]
tests: Add 'with-derivation-substitute' and use it.

* guix/tests.scm (%substitute-directory): New variable.
  (call-with-derivation-narinfo): Use it.
  (call-with-derivation-substitute): New procedure.
  (with-derivation-substitute): New macro.
* tests/store.scm ("substitute"): Use 'with-derivation-substitute'.
  ("substitute, corrupt output hash"): Likewise.

9 years agotests: Further factorize substitute mocks.
Ludovic Courtès [Mon, 2 Feb 2015 09:37:23 +0000 (10:37 +0100)]
tests: Further factorize substitute mocks.

* guix/tests.scm (derivation-narinfo): Turn 'nar' into a keyword
  parameter.  Add #:sha256 parameter, and honor it.
  (call-with-derivation-narinfo): Add #:sha256 and pass it to
  'derivation-narinfo'.
  (with-derivation-narinfo): Extend with support for (sha256 => value).
* tests/store.scm ("substitute query"): Use 'with-derivation-narinfo'.
  ("substitute"): Likewise.
  ("substitute, corrupt output hash"): Likewise.
  ("substitute --fallback"): Likewise.
* tests/derivations.scm: Remove Emacs local variable.

9 years agotests: Use 'with-store' as appropriate.
Ludovic Courtès [Sun, 1 Feb 2015 22:16:11 +0000 (23:16 +0100)]
tests: Use 'with-store' as appropriate.

* tests/store.scm ("no substitutes", "substitute query",
  "substitute", "substitute, corrupt output hash",
  "substitute --fallback"): Use 'with-store' instead of
  'open-connection'.

9 years agoAdd Deck to 'AUTHORS'.
Ludovic Courtès [Sun, 1 Feb 2015 22:14:14 +0000 (23:14 +0100)]
Add Deck to 'AUTHORS'.

9 years agognu: libvpx: Apply bug fixes.
Mark H Weaver [Mon, 2 Feb 2015 05:22:51 +0000 (00:22 -0500)]
gnu: libvpx: Apply bug fixes.

Fixes build on armhf.

* gnu/packages/patches/libvpx-fix-armhf-link.patch,
  gnu/packages/patches/libvpx-fix-ssse3-quantize.patch,
  gnu/packages/patches/libvpx-vp9-out-of-bounds-access.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/video.scm (libvpx): Add patches.  On armhf, add additional
  configure flags to avoid requiring support for NEON.

9 years agognu: Add polipo.
Taylan Ulrich Bayırlı/Kammer [Sat, 31 Jan 2015 23:03:19 +0000 (00:03 +0100)]
gnu: Add polipo.

* gnu/packages/web.scm (polipo): New variable.

9 years agognu: Add dnsmasq.
Taylan Ulrich Bayırlı/Kammer [Sat, 31 Jan 2015 20:51:08 +0000 (21:51 +0100)]
gnu: Add dnsmasq.

* gnu-system.am (GNU_SYSTEM_MODULES): Add dnsmasq.scm.
* gnu/packages/dnsmasq.scm: New file.

9 years agognu: gdk-pixbuf: Enable Xlib rendering support.
宋文武 [Sun, 1 Feb 2015 05:14:53 +0000 (13:14 +0800)]
gnu: gdk-pixbuf: Enable Xlib rendering support.

* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: New field.
  [inputs]: Add LIBX11.

9 years agognu: icecat: Use system libvpx, icu4c, and pixman libraries.
Mark H Weaver [Sat, 31 Jan 2015 13:41:02 +0000 (08:41 -0500)]
gnu: icecat: Use system libvpx, icu4c, and pixman libraries.

* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add libvpx, icu4c, pixman.
  [arguments]: Add --with-system-libvpx, --with-system-icu, and
  --enable-system-pixman configure flags.  Add comments about why we
  cannot (yet) add system cairo and sqlite, etc.

9 years agognu: libxtst: Propagate libxi.
宋文武 [Sat, 31 Jan 2015 13:35:27 +0000 (21:35 +0800)]
gnu: libxtst: Propagate libxi.

* gnu/packages/xorg.scm (libxtst): Move libxi to 'propagated-inputs'.

9 years agognu: icecat: Use gstreamer-1.0 and enable webrtc.
Mark H Weaver [Fri, 30 Jan 2015 22:18:44 +0000 (17:18 -0500)]
gnu: icecat: Use gstreamer-1.0 and enable webrtc.

* gnu/packages/gnuzilla.scm (icecat)[inputs]: Use latest gstreamer and
  gst-plugins-base.
  [arguments]: Remove "--disable-webrtc" and add "--enable-gstreamer=1.0" to
  configure flags.

9 years agognu: linux-libre: Update to 3.18.5
Jason Self [Fri, 30 Jan 2015 19:42:58 +0000 (11:42 -0800)]
gnu: linux-libre: Update to 3.18.5

* gnu/packages/linux.scm (linux-libre): Update to version 3.18.5.

9 years agognu: Add jansson.
Ricardo Wurmus [Fri, 30 Jan 2015 09:47:23 +0000 (10:47 +0100)]
gnu: Add jansson.

* gnu/packages/web.scm (jansson): New variable.

9 years agognu: icecat: Update to 31.4.0.
Mark H Weaver [Fri, 30 Jan 2015 07:37:44 +0000 (02:37 -0500)]
gnu: icecat: Update to 31.4.0.

* gnu/packages/patches/icecat-CVE-2014-1587-bug-1042567.patch,
  gnu/packages/patches/icecat-CVE-2014-1587-bug-1072847.patch,
  gnu/packages/patches/icecat-CVE-2014-1587-bug-1079729.patch,
  gnu/packages/patches/icecat-CVE-2014-1587-bug-1080312.patch,
  gnu/packages/patches/icecat-CVE-2014-1587-bug-1089207.patch,
  gnu/packages/patches/icecat-CVE-2014-1590.patch,
  gnu/packages/patches/icecat-CVE-2014-1592.patch,
  gnu/packages/patches/icecat-CVE-2014-1593.patch,
  gnu/packages/patches/icecat-CVE-2014-1594.patch,
  gnu/packages/patches/icecat-CVE-2014-8634-pt1.patch,
  gnu/packages/patches/icecat-CVE-2014-8634-pt2.patch,
  gnu/packages/patches/icecat-CVE-2014-8638-pt1.patch,
  gnu/packages/patches/icecat-CVE-2014-8638-pt2.patch,
  gnu/packages/patches/icecat-CVE-2014-8639.patch,
  gnu/packages/patches/icecat-CVE-2014-8641.patch,
  gnu/packages/patches/icecat-armhf-xpcom.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/gnuzilla.scm: Update to 31.4.0.  Remove patches.

9 years agognu: Add desktop-file-utils.
宋文武 [Thu, 29 Jan 2015 13:08:08 +0000 (21:08 +0800)]
gnu: Add desktop-file-utils.

* gnu/packages/gnome.scm (desktop-file-utils): New variable.

9 years agognu: bowtie: fix build errors
Ricardo Wurmus [Thu, 29 Jan 2015 09:35:52 +0000 (10:35 +0100)]
gnu: bowtie: fix build errors

* gnu/packages/bioinformatics.scm (bowtie): Add 'supported-systems' field and
  add Makefile patch.
* gnu/packages/patches/bowtie-fix-makefile.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.

9 years agognu: jack-1: Fix licenses.
David Thompson [Fri, 30 Jan 2015 00:19:08 +0000 (19:19 -0500)]
gnu: jack-1: Fix licenses.

* gnu/packages/audio.scm (jack-1): Change license field to a list of licenses
  instead of a list of symbols.

9 years agognu: Add Threading Building Blocks.
Ricardo Wurmus [Mon, 26 Jan 2015 15:12:31 +0000 (16:12 +0100)]
gnu: Add Threading Building Blocks.

* gnu/packages/tbb.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

9 years agognu: Add IcedTea 6
Ricardo Wurmus [Tue, 23 Dec 2014 11:32:25 +0000 (12:32 +0100)]
gnu: Add IcedTea 6

* gnu/packages/java.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

9 years agoMerge branch '0.8.1-release'
Ludovic Courtès [Thu, 29 Jan 2015 07:54:21 +0000 (08:54 +0100)]
Merge branch '0.8.1-release'

9 years agognu: guix: Update snapshot.
Ludovic Courtès [Wed, 28 Jan 2015 22:53:09 +0000 (23:53 +0100)]
gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix-devel): Update snapshot.
  (guix): Change to GUIX-DEVEL.

9 years agognu: guix: Update to 0.8.1.
Ludovic Courtès [Wed, 28 Jan 2015 22:36:58 +0000 (23:36 +0100)]
gnu: guix: Update to 0.8.1.

* gnu/packages/package-management.scm (guix-0.8): Rename to...
  (guix-0.8.1): ... this.  Add 'propagated-inputs'.
  (guix-devel): Append ".0" to version number.  Remove
  'propagated-inputs'.
  (guix): Set to GUIX-0.8.1.

9 years agognu: racket: Add MIPS back to supported-systems.
Mark H Weaver [Wed, 28 Jan 2015 21:54:12 +0000 (16:54 -0500)]
gnu: racket: Add MIPS back to supported-systems.

* gnu/packages/scheme.scm (racket)[supported-systems]: Remove field.

9 years agoUpdate NEWS.
Ludovic Courtès [Wed, 28 Jan 2015 20:53:04 +0000 (21:53 +0100)]
Update NEWS.

9 years agognu: xf86-video-geode: Only supported on i686 systems.
Mark H Weaver [Wed, 28 Jan 2015 20:42:10 +0000 (15:42 -0500)]
gnu: xf86-video-geode: Only supported on i686 systems.

* gnu/packages/xorg.scm (xf86-video-geode)[supported-systems]: Trim to include
  only i686-based systems.

9 years agognu: xf86-video-intel: Only supported on Intel-based systems.
Mark H Weaver [Wed, 28 Jan 2015 20:39:08 +0000 (15:39 -0500)]
gnu: xf86-video-intel: Only supported on Intel-based systems.

* gnu/packages/xorg.scm (xf86-video-intel)[supported-systems]: Trim to include
  only Intel-based systems.

9 years agognu: Remove 'xf86-video-ast' and 'xf86-video-newport' drivers.
Mark H Weaver [Wed, 28 Jan 2015 20:31:30 +0000 (15:31 -0500)]
gnu: Remove 'xf86-video-ast' and 'xf86-video-newport' drivers.

* gnu/packages/xorg.scm (xf86-video-ast, xf86-video-newport): Comment out.

9 years agognu: racket: Update to 6.1.1.
Ludovic Courtès [Wed, 28 Jan 2015 20:28:29 +0000 (21:28 +0100)]
gnu: racket: Update to 6.1.1.

* gnu/packages/scheme.scm (racket): Update to 6.1.1.  Adjust URI.
  [inputs]: Add FONTCONFIG and SQLITE.