jackhill/guix/guix.git
9 years agognu: Add liblo.
Ricardo Wurmus [Sat, 31 Jan 2015 08:22:04 +0000 (09:22 +0100)]
gnu: Add liblo.

* gnu/packages/audio.scm (liblo): New variable.

9 years agognu: Add JACK2.
Ricardo Wurmus [Thu, 29 Jan 2015 09:00:56 +0000 (10:00 +0100)]
gnu: Add JACK2.

* gnu/packages/audio.scm (jack-2): New variable.

9 years agognu: Add srt2vtt.
David Thompson [Sat, 7 Feb 2015 22:17:39 +0000 (17:17 -0500)]
gnu: Add srt2vtt.

* gnu/packages/video.scm (srt2vtt): New variable.

9 years agoservices: lsh: Add graceful handling of daemonic option.
nebuli [Wed, 3 Dec 2014 21:51:48 +0000 (22:51 +0100)]
services: lsh: Add graceful handling of daemonic option.

* gnu/services/ssh.scm (lsh-service): New #:keys (daemonic?, pid-file?,
  pid-file).  Build new lshd-command and expand service-requirement
  field.
* doc/guix.texi (Networking Services): Update accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agobuild: Add 'waf-build-system'.
Ricardo Wurmus [Thu, 5 Feb 2015 21:41:24 +0000 (22:41 +0100)]
build: Add 'waf-build-system'.

* guix/build-system/waf.scm,
  guix/build/waf-build-system.scm: New files.
* Makefile.am (MODULES): Add them.
* doc/guix.texi (Build Systems): Document waf-build-system.

9 years agodoc: Remove ".ko" extension in 'base-initrd' example.
Ludovic Courtès [Sun, 8 Feb 2015 18:00:01 +0000 (19:00 +0100)]
doc: Remove ".ko" extension in 'base-initrd' example.

Reported by Marek Benc.

* doc/guix.texi (Initial RAM Disk): Remove ".ko" from the 'base-initrd'
  example.  Add a comment.

9 years agoprofiles: Distinguish downgrades from upgrades.
Ludovic Courtès [Sun, 8 Feb 2015 17:52:00 +0000 (18:52 +0100)]
profiles: Distinguish downgrades from upgrades.

Fixes <http://bugs.gnu.org/19764>.

* guix/profiles.scm (manifest-transaction-effects): Return downgraded
  packages as a fourth value.
* guix/ui.scm (show-manifest-transaction): Adjust accordingly.
* tests/profiles.scm ("manifest-transaction-effects and downgrades"):
  New test.

9 years agoui: Simplify 'show-manifest-transaction' test.
Ludovic Courtès [Sun, 8 Feb 2015 17:33:15 +0000 (18:33 +0100)]
ui: Simplify 'show-manifest-transaction' test.

* tests/ui.scm ("show-manifest-transaction"): Remove useless call to
  'manifest-transaction-effects'.

9 years agoui: Properly report '&nar-error' conditions.
Ludovic Courtès [Sun, 8 Feb 2015 17:30:20 +0000 (18:30 +0100)]
ui: Properly report '&nar-error' conditions.

This is a followup to 46b8aad.

* guix/ui.scm (call-with-error-handling): Add 'nar-error?' case.

9 years agobuild: Remove references to 'nix-setuid-helper'.
Ludovic Courtès [Sun, 8 Feb 2015 17:21:31 +0000 (18:21 +0100)]
build: Remove references to 'nix-setuid-helper'.

'nix-setuid-helper' vanished in commit d43eb499a (Jan. 2014.)

* pre-inst-env.in: Remove occurrences of 'NIX_SETUID_HELPER'.

9 years agognu: guile-ssh: Correct post-installation test.
Ludovic Courtès [Sun, 8 Feb 2015 00:32:53 +0000 (01:32 +0100)]
gnu: guile-ssh: Correct post-installation test.

* gnu/packages/ssh.scm (guile-ssh)[arguments]
  <fix-libguile-ssh-file-name>: Call 'zero?' to check the return value of
  'system*'.

9 years agognu: Add p11-kit.
Andreas Enge [Sun, 8 Feb 2015 15:23:44 +0000 (16:23 +0100)]
gnu: Add p11-kit.

* gnu/packages/gnutls.scm (p11-kit): New variable.

9 years agognu: Add libmtp.
Andreas Enge [Sun, 8 Feb 2015 13:32:35 +0000 (14:32 +0100)]
gnu: Add libmtp.

* gnu/packages/libusb.scm (libmtp): New variable.

9 years agognu: tidy: Run bootstrap phase after the unpack phase.
David Thompson [Sun, 8 Feb 2015 02:09:48 +0000 (21:09 -0500)]
gnu: tidy: Run bootstrap phase after the unpack phase.

* gnu/packages/web.scm (tidy): Run bootstrap phase after the unpack phase,
  rather than before the configure phase.

9 years agognu: linux-libre: Update to 3.18.6
Jason Self [Sun, 8 Feb 2015 00:21:04 +0000 (16:21 -0800)]
gnu: linux-libre: Update to 3.18.6

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

9 years agognu: Add tidy.
David Thompson [Sat, 7 Feb 2015 02:14:11 +0000 (21:14 -0500)]
gnu: Add tidy.

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

9 years agognu: lightning: Update to 2.1.0.
Ludovic Courtès [Sat, 7 Feb 2015 22:30:05 +0000 (23:30 +0100)]
gnu: lightning: Update to 2.1.0.

* gnu/packages/lightning.scm (lightning): Update to 2.1.0.

9 years agoThank Andrei.
Ludovic Courtès [Sat, 7 Feb 2015 22:17:33 +0000 (23:17 +0100)]
Thank Andrei.

9 years agodaemon: Flush upon '\r' when reading the substituter's stderr.
Ludovic Courtès [Mon, 5 Jan 2015 21:51:03 +0000 (22:51 +0100)]
daemon: Flush upon '\r' when reading the substituter's stderr.

* nix/libstore/local-store.cc (LocalStore::getLineFromSubstituter):
  Flush when the line contains '\r'.

9 years agoserialization: Check for EOF and incomplete input conditions.
Ludovic Courtès [Sat, 7 Feb 2015 22:05:23 +0000 (23:05 +0100)]
serialization: Check for EOF and incomplete input conditions.

Fixes <http://bugs.gnu.org/19756>.
Reported by <sleep_walker@suse.cz>.

* guix/serialization.scm (currently-restored-file): New variable.
  (get-bytevector-n*): New procedure.
  (read-int, read-long-long, read-string, read-latin1-string,
  read-contents): Use it instead of 'get-bytevector-n'.
  (restore-file): Parameterize 'currently-restored-file' and set it.
* tests/nar.scm ("restore-file with incomplete input"): New test.

9 years agodoc: Document the location of the build directory.
Ludovic Courtès [Sat, 7 Feb 2015 17:32:04 +0000 (18:32 +0100)]
doc: Document the location of the build directory.

Fixes <http://bugs.gnu.org/19771>.
Reported by Andrei Osipov <andrspv@gmail.com>.

* doc/guix.texi (Invoking guix-daemon): Document the build directory
  location.

9 years agognu: gimp: Add EXIF and SVG support, plus color management.
Ludovic Courtès [Sat, 7 Feb 2015 13:50:48 +0000 (14:50 +0100)]
gnu: gimp: Add EXIF and SVG support, plus color management.

* gnu/packages/gimp.scm (gimp)[inputs]: Add LIBEXIF, LCMS, and LIBRSVG.

9 years agognu: podofo: Add optional input lua.
Andreas Enge [Sat, 7 Feb 2015 19:59:37 +0000 (20:59 +0100)]
gnu: podofo: Add optional input lua.

* gnu/packages/pdf.scm (podofo): Add optional input lua-5.1.

9 years agognu: podofo: Update to 0.9.3.
Andreas Enge [Sat, 7 Feb 2015 19:50:35 +0000 (20:50 +0100)]
gnu: podofo: Update to 0.9.3.

* gnu/packages/pdf.scm (podofo): Update to 0.9.3.

9 years agognu: podofo: Enable building a shared library.
Andreas Enge [Sat, 7 Feb 2015 19:42:19 +0000 (20:42 +0100)]
gnu: podofo: Enable building a shared library.

* gnu/packages/pdf.scm (podofo): Enable building a shared library in addition
    to a static one.

9 years agognu: chmlib: Correct license.
Andreas Enge [Sat, 7 Feb 2015 19:16:30 +0000 (20:16 +0100)]
gnu: chmlib: Correct license.

* gnu/packages/ebook.scm (chmlib): Correct copy-pasted license field.

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.