jackhill/guix/guix.git
9 years agognu: matplotlib: Comment out python2-matplotlib.
Federico Beffa [Tue, 23 Dec 2014 16:51:40 +0000 (17:51 +0100)]
gnu: matplotlib: Comment out python2-matplotlib.

* gnu/packages/python.scm (python2-matplotlib, python2-scipy, python2-numpy):
  Comment out python2-matplotlib and the packages making use of it as the
  generation of the derivation of these packages takes very long.

9 years agoOptimize package-transitive-supported-systems.
Mark H Weaver [Sun, 21 Dec 2014 21:21:02 +0000 (16:21 -0500)]
Optimize package-transitive-supported-systems.

* guix/packages.scm (first-value): Remove.
  (define-memoized/v): New macro.
  (package-transitive-supported-systems): Rewrite.

9 years agopackages: Sort Scheme file lists used by 'fold-packages'.
Ludovic Courtès [Sun, 21 Dec 2014 11:28:10 +0000 (12:28 +0100)]
packages: Sort Scheme file lists used by 'fold-packages'.

* gnu/packages.scm (scheme-files): Call 'sort' on result.

9 years agoReally remove the 'nix-upstream' submodule.
Mark H Weaver [Sat, 20 Dec 2014 20:00:39 +0000 (15:00 -0500)]
Really remove the 'nix-upstream' submodule.

* nix-upstream: Remove subproject.

9 years agognu: Add xfce4-terminal.
宋文武 [Sun, 14 Dec 2014 05:31:49 +0000 (13:31 +0800)]
gnu: Add xfce4-terminal.

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

9 years agognu: Add vte.
宋文武 [Sun, 14 Dec 2014 05:29:58 +0000 (13:29 +0800)]
gnu: Add vte.

* gnu/packages/gnome.scm (vte, vte/gtk+-2): New variables.

9 years agoservices: xorg: Make SLiM sessions configurable.
宋文武 [Mon, 15 Dec 2014 16:21:46 +0000 (00:21 +0800)]
services: xorg: Make SLiM sessions configurable.

* gnu/services/xorg.scm (%default-xsessions): New variable.
  (xsessions-directory): New procedure.
  (slim-service): Add #:sessions and #:auto-login-session parameters.
  [slim.cfg]: Honor #:sessions.
  (xinitrc): Adjust accordingly.

9 years agoRemove 'nix-upstream' submodule.
Ludovic Courtès [Fri, 19 Dec 2014 22:18:49 +0000 (23:18 +0100)]
Remove 'nix-upstream' submodule.

* nix/sync-with-upstream: Remove.
* bootstrap: Remove uses of 'git submodule' and 'sync-with-usptream'.
* .gitmodules: Remove.

9 years agoMerge branch 'nix' into 'master'.
Ludovic Courtès [Wed, 17 Dec 2014 22:00:42 +0000 (23:00 +0100)]
Merge branch 'nix' into 'master'.

9 years agognu: Add bowtie
Ricardo Wurmus [Tue, 16 Dec 2014 16:52:44 +0000 (17:52 +0100)]
gnu: Add bowtie

* gnu/packages/bioinformatics.scm (bowtie): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agoservices: static-networking-service: Switch to (guix build syscalls).
Ludovic Courtès [Fri, 19 Dec 2014 16:15:31 +0000 (17:15 +0100)]
services: static-networking-service: Switch to (guix build syscalls).

* gnu/services/networking.scm (static-networking-service): Remove
  #:inetutils parameter.  Rewrite using 'configure-network-interface'
  and 'set-network-interface-flags'.

9 years agosyscalls: Add more procedures for network interfaces.
Ludovic Courtès [Fri, 19 Dec 2014 13:26:11 +0000 (14:26 +0100)]
syscalls: Add more procedures for network interfaces.

* guix/build/syscalls.scm (sizeof*, type-size, write-type, write-types,
  read-type, read-types, define-c-struct): New macros.
  (SIOCSIFFLAGS, SIOCGIFADDR, SIOCSIFADDR): New variables.
  (sockaddr-in, sockaddr-in6): New C structs.
  (write-socket-address!, read-socket-address,
  set-network-interface-flags, set-network-interface-address,
  network-interface-address, configure-network-interface): New
  procedures.

9 years agognu: Add Clone.
Ricardo Wurmus [Tue, 16 Dec 2014 15:02:15 +0000 (16:02 +0100)]
gnu: Add Clone.

* gnu/packages/perl.scm (perl-clone): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: cairocffi: Move to python module.
Federico Beffa [Thu, 18 Dec 2014 20:54:05 +0000 (21:54 +0100)]
gnu: cairocffi: Move to python module.

* gnu/packages/gtk.scm, gnu/packages/python.scm (python-cairocffi,
  python2-cairocffi): Move variables from gtk to python module to avoid
  circular dependency.

Reported by Mark H Weaver <mhw@netris.org>

9 years agognu: matplotlib: Add gtk3 backends and optional dependency. Adjust inputs.
Federico Beffa [Thu, 11 Dec 2014 13:26:13 +0000 (14:26 +0100)]
gnu: matplotlib: Add gtk3 backends and optional dependency.  Adjust inputs.

* gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Add gtk3
  backends with the necessary inputs and a 'configure-environment' phase.  Add
  the optional 'python-pillow' dependency.  Move 'python-pyparsing' from
  'inputs' to 'propagated-inputs' as it is required at run time.

9 years agognu: Add cairocffi.
Federico Beffa [Wed, 10 Dec 2014 20:05:59 +0000 (21:05 +0100)]
gnu: Add cairocffi.

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

9 years agognu: Add xcffib
Federico Beffa [Wed, 10 Dec 2014 19:36:58 +0000 (20:36 +0100)]
gnu: Add xcffib

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

9 years agobuild/python-build-system: Fix easy-install.pth collisions.
Federico Beffa [Sat, 13 Dec 2014 21:19:08 +0000 (22:19 +0100)]
build/python-build-system: Fix easy-install.pth collisions.

* guix/build/python-build-system.scm (rename-pth-file): New rename-pth-file
  phase and corresponding function.

9 years agognu: icecat: Build with PulseAudio support.
Ludovic Courtès [Wed, 17 Dec 2014 13:06:43 +0000 (14:06 +0100)]
gnu: icecat: Build with PulseAudio support.

* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add
  --enable-pulseaudio.

9 years agognu: linux-libre: Update to 3.18.1
Jason Self [Wed, 17 Dec 2014 12:30:52 +0000 (04:30 -0800)]
gnu: linux-libre: Update to 3.18.1

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

9 years agognu: Add Test::Simple.
Ricardo Wurmus [Tue, 16 Dec 2014 15:16:09 +0000 (16:16 +0100)]
gnu: Add Test::Simple.

* gnu/packages/perl.scm (perl-test-simple): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add Test::Deep.
Ricardo Wurmus [Tue, 16 Dec 2014 11:19:15 +0000 (12:19 +0100)]
gnu: Add Test::Deep.

* gnu/packages/perl.scm (perl-test-deep): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add Test::NoWarnings.
Ricardo Wurmus [Tue, 16 Dec 2014 11:15:23 +0000 (12:15 +0100)]
gnu: Add Test::NoWarnings.

* gnu/packages/perl.scm (perl-test-nowarnings): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: Add Test::Tester.
Ricardo Wurmus [Tue, 16 Dec 2014 11:12:10 +0000 (12:12 +0100)]
gnu: Add Test::Tester.

* gnu/packages/perl.scm (perl-test-tester): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agoRevert "gnu: python-numpy-bootstrap: Reduce matrix size in failing test."
Federico Beffa [Tue, 16 Dec 2014 17:34:37 +0000 (18:34 +0100)]
Revert "gnu: python-numpy-bootstrap: Reduce matrix size in failing test."

This reverts commit 31557440c29f8d93b366422bfec4dab341eff79f as it did not
provide the desired effect.  The test is still failing.

9 years agognu: Add bedtools
Ricardo Wurmus [Thu, 11 Dec 2014 16:37:16 +0000 (17:37 +0100)]
gnu: Add bedtools

* gnu/packages/bioinformatics.scm (bedtools): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: tmux: Update to 1.9a.
Tomáš Čech [Mon, 15 Dec 2014 19:22:21 +0000 (20:22 +0100)]
gnu: tmux: Update to 1.9a.

* gnu/packages/tmux.scm (tmux): Update to 1.9a

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: samtools: disable tests for non-64-bit systems
Ricardo Wurmus [Mon, 15 Dec 2014 11:36:10 +0000 (12:36 +0100)]
gnu: samtools: disable tests for non-64-bit systems

* gnu/packages/bioinformatics.scm (samtools): disable tests for all non-64-bit
  systems because of an upstream bug in the test data.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agognu: groff: Disable parallel builds.
Mark H Weaver [Tue, 16 Dec 2014 16:15:48 +0000 (11:15 -0500)]
gnu: groff: Disable parallel builds.

* gnu/packages/groff.scm (groff): Disable parallel builds.

9 years agognu: groff: Update to 1.22.3.
Mark H Weaver [Tue, 16 Dec 2014 08:27:19 +0000 (03:27 -0500)]
gnu: groff: Update to 1.22.3.

* gnu/packages/groff.scm (groff): Update to 1.22.3.

9 years agognu: ghostscript: Update to 9.14.0.
Mark H Weaver [Tue, 16 Dec 2014 08:06:40 +0000 (03:06 -0500)]
gnu: ghostscript: Update to 9.14.0.

* gnu/packages/ghostscript.scm (ghostscript): Update to 9.14.0.
  Change license to agpl3+.

9 years agognu: lcms: Update to 2.6.
Mark H Weaver [Tue, 16 Dec 2014 08:05:48 +0000 (03:05 -0500)]
gnu: lcms: Update to 2.6.

* gnu/packages/ghostscript.scm (lcms): Update to 2.6.

9 years agognu: icecat: Apply security updates for CVE-2014-{1587,1590,1592,1593,1594}.
Mark H Weaver [Mon, 15 Dec 2014 23:27:56 +0000 (18:27 -0500)]
gnu: icecat: Apply security updates for CVE-2014-{1587,1590,1592,1593,1594}.

* 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: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat): Add them.

9 years agoprofiles: Fix removal of the next-to-last item in a profile.
Ludovic Courtès [Mon, 15 Dec 2014 22:01:16 +0000 (23:01 +0100)]
profiles: Fix removal of the next-to-last item in a profile.

Fixes a bug whereby removing the next-to-last item in a profile would
lead to an obscure error, as shown at
<http://lists.gnu.org/archive/html/guix-devel/2014-12/msg00292.html>.
Reported by Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>.

* guix/profiles.scm (profile-derivation)[inputs]: Use (list info-dir
  "out") instead of just INFO-DIR.

9 years agotests: Use 'test-assertm' for profiles.
Ludovic Courtès [Mon, 15 Dec 2014 21:47:55 +0000 (22:47 +0100)]
tests: Use 'test-assertm' for profiles.

* tests/profiles.scm (test-assertm): New macro.
  ("profile-derivation"): Use it instead of 'test-assert' +
  'run-with-store'.

9 years agognu: Add bullet.
Tomáš Čech [Mon, 15 Dec 2014 10:50:18 +0000 (11:50 +0100)]
gnu: Add bullet.

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

9 years agognu: Add vala.
宋文武 [Sat, 13 Dec 2014 16:38:06 +0000 (00:38 +0800)]
gnu: Add vala.

* gnu/packages/gnome.scm (vala): New variable.

9 years agognu: youtube-dl: Update to 2014.12.15.
Mark H Weaver [Mon, 15 Dec 2014 08:35:52 +0000 (03:35 -0500)]
gnu: youtube-dl: Update to 2014.12.15.

* gnu/packages/video.scm (youtube-dl): Update to 2014.12.15.

9 years agognu: Add xfce4-battery-plugin.
Mark H Weaver [Sun, 14 Dec 2014 01:53:59 +0000 (20:53 -0500)]
gnu: Add xfce4-battery-plugin.

* gnu/packages/xfce.scm (xfce4-battery-plugin): New variable.

9 years agognu: xfce4-panel: Support panel plugins from other packages.
Mark H Weaver [Sun, 14 Dec 2014 01:50:00 +0000 (20:50 -0500)]
gnu: xfce4-panel: Support panel plugins from other packages.

* gnu/packages/patches/xfce4-panel-plugins.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xfce.scm (xfce4-panel): Add the patch, and a
  native search path specification for X_XFCE4_LIB_DIRS.

9 years agognu: python-numpy-bootstrap: Reduce matrix size in failing test.
Federico Beffa [Sun, 14 Dec 2014 18:57:36 +0000 (19:57 +0100)]
gnu: python-numpy-bootstrap: Reduce matrix size in failing test.

* gnu/packages/python.scm (python-numpy-bootstrap): Add phase
  'fix-failing-tests.

9 years agognu: Add xdotool.
John Darrington [Sun, 14 Dec 2014 09:07:19 +0000 (10:07 +0100)]
gnu: Add xdotool.

* gnu/packages/xdisorg.scm (xdotool): New variable.

9 years agoinstall: Use a low-memory nscd caching policy.
Ludovic Courtès [Sun, 14 Dec 2014 16:26:03 +0000 (17:26 +0100)]
install: Use a low-memory nscd caching policy.

* gnu/system/install.scm (%nscd-minimal-caches): New variable.
  (installation-services): Use as 'nscd-service' argument.

9 years agoservices: Make 'nscd-service' configurable; cache hosts/services by default.
Ludovic Courtès [Sun, 14 Dec 2014 15:29:24 +0000 (16:29 +0100)]
services: Make 'nscd-service' configurable; cache hosts/services by default.

Before that, as it was given an empty configuration file, nscd would
actually have all its caches disabled.

* gnu/services/base.scm (<nscd-configuration>, <nscd-cache>): New record
  types.
  (%nscd-default-caches, %nscd-default-configuration): New variables.
  (nscd.conf-file): New procedure.
  (nscd-service): Add 'config' parameter.  Use 'nscd.conf-file', and
  pass its result as the '-f' parameter of nscd.
* doc/guix.texi (Base Services): Update 'nscd-service' documentation
  accordingly.  Document 'nscd-configuration', 'nscd-cache',
  '%nscd-default-configuration', and '%nscd-default-caches'.

9 years agonls: Add French translation.
Ludovic Courtès [Sat, 13 Dec 2014 22:17:31 +0000 (23:17 +0100)]
nls: Add French translation.

9 years agoactivation: Copy the account skeletons when creating the 'root' account.
Ludovic Courtès [Sat, 13 Dec 2014 21:30:44 +0000 (22:30 +0100)]
activation: Copy the account skeletons when creating the 'root' account.

* gnu/build/activation.scm (%skeleton-directory): New variable.
  (dot-or-dot-dot?, copy-account-skeletons): New procedure.
  (add-user): Use 'copy-account-skeletons'.
  (activate-etc): Use 'dot-or-dot-dot?'.

9 years agosystem: grub: Make sure the font and background image are always found.
Ludovic Courtès [Sat, 13 Dec 2014 21:15:01 +0000 (22:15 +0100)]
system: grub: Make sure the font and background image are always found.

* gnu/system/grub.scm (eye-candy): Add 'search --file --set'.

9 years agosystem: Adjust 'grub.cfg' to work on systems with a separate /boot.
Ludovic Courtès [Sat, 13 Dec 2014 20:28:12 +0000 (21:28 +0100)]
system: Adjust 'grub.cfg' to work on systems with a separate /boot.

Fixes <http://bugs.gnu.org/19220>.
Reported by Nikita Karetnikov <nikita@karetnikov.org>.

* gnu/system/grub.scm (grub-configuration-file)[entry->gexp]: Add
  'search --file --set'.
  (grub-configuration-file)[builder]: Remove 'search.file'.

9 years agovm: Use QEMU's standard VGA emulation by default.
Ludovic Courtès [Sat, 13 Dec 2014 16:18:05 +0000 (17:18 +0100)]
vm: Use QEMU's standard VGA emulation by default.

* gnu/system/vm.scm (common-qemu-options): Add "-vga std".

9 years agoservices: xorg: Run the window manager from a login shell.
Ludovic Courtès [Sat, 13 Dec 2014 15:17:23 +0000 (16:17 +0100)]
services: xorg: Run the window manager from a login shell.

This is a followup to 1d18d87, which fixes <http://bugs.gnu.org/19119>.

* gnu/services/xorg.scm (xinitrc)[builder]: Add 'exec-from-login-shell'
  procedure.  Use it instead of 'execl' when launching XSESSION, WMAKER,
  or RATPOISON.

9 years agosystem: Add sudo to '%base-packages'.
Ludovic Courtès [Sat, 13 Dec 2014 14:39:46 +0000 (15:39 +0100)]
system: Add sudo to '%base-packages'.

* gnu/system.scm (%base-packages): Add SUDO.

9 years agognu: python-numpy-bootstrap: Make tests verbose.
Federico Beffa [Sat, 13 Dec 2014 08:40:17 +0000 (09:40 +0100)]
gnu: python-numpy-bootstrap: Make tests verbose.

* gnu/packages/python.scm (python-numpy-bootstrap): Make tests verbose to
  allow test failure debugging on hydra.

9 years agognu: xfconf: Disable parallel tests.
宋文武 [Sat, 13 Dec 2014 03:15:03 +0000 (11:15 +0800)]
gnu: xfconf: Disable parallel tests.

* gnu/packages/xfce.scm (xfconf): Add 'arguments' field.

9 years agognu: Add samtools
Ricardo Wurmus [Thu, 11 Dec 2014 14:48:22 +0000 (15:48 +0100)]
gnu: Add samtools

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9 years agosystem: /etc/profile defines 'MANPATH', which includes the global profile.
Ludovic Courtès [Fri, 12 Dec 2014 22:52:27 +0000 (23:52 +0100)]
system: /etc/profile defines 'MANPATH', which includes the global profile.

* gnu/system.scm (etc-directory)[profile]: Set 'MANPATH'.

9 years agognu: Add nginx.
Mark H Weaver [Wed, 10 Dec 2014 22:39:48 +0000 (17:39 -0500)]
gnu: Add nginx.

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

9 years agognu: pcre: Update to 8.36 and enable JIT support.
Mark H Weaver [Wed, 10 Dec 2014 20:56:00 +0000 (15:56 -0500)]
gnu: pcre: Update to 8.36 and enable JIT support.

* gnu/packages/pcre.scm (pcre): Update to 8.36.  Enable JIT support.

9 years agognu: Add xfdesktop.
宋文武 [Wed, 10 Dec 2014 11:47:59 +0000 (19:47 +0800)]
gnu: Add xfdesktop.

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

9 years agognu: Add xfwm4.
宋文武 [Wed, 10 Dec 2014 11:47:04 +0000 (19:47 +0800)]
gnu: Add xfwm4.

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

9 years agognu: Add thunar-volman.
宋文武 [Wed, 10 Dec 2014 11:44:39 +0000 (19:44 +0800)]
gnu: Add thunar-volman.

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

9 years agognu: Add thunar.
宋文武 [Wed, 10 Dec 2014 11:43:16 +0000 (19:43 +0800)]
gnu: Add thunar.

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

9 years agognu: Add xfce4-settings.
宋文武 [Wed, 10 Dec 2014 11:40:26 +0000 (19:40 +0800)]
gnu: Add xfce4-settings.

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

9 years agognu: Add xfce4-session.
宋文武 [Wed, 10 Dec 2014 11:38:05 +0000 (19:38 +0800)]
gnu: Add xfce4-session.

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

9 years agognu: Add xfce4-appfinder.
宋文武 [Wed, 10 Dec 2014 11:34:06 +0000 (19:34 +0800)]
gnu: Add xfce4-appfinder.

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

9 years agognu: Add xfce4-panel.
宋文武 [Wed, 10 Dec 2014 11:32:04 +0000 (19:32 +0800)]
gnu: Add xfce4-panel.

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

9 years agognu: Add tumbler.
宋文武 [Wed, 10 Dec 2014 11:30:14 +0000 (19:30 +0800)]
gnu: Add tumbler.

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

9 years agognu: Add garcon.
宋文武 [Wed, 10 Dec 2014 11:24:02 +0000 (19:24 +0800)]
gnu: Add garcon.

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

9 years agognu: Add exo.
宋文武 [Wed, 10 Dec 2014 11:21:53 +0000 (19:21 +0800)]
gnu: Add exo.

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

9 years agognu: Add libxfce4ui.
宋文武 [Wed, 10 Dec 2014 11:18:20 +0000 (19:18 +0800)]
gnu: Add libxfce4ui.

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

9 years agognu: Add xfconf.
宋文武 [Wed, 10 Dec 2014 11:13:46 +0000 (19:13 +0800)]
gnu: Add xfconf.

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

9 years agognu: Add libxfce4util.
宋文武 [Wed, 10 Dec 2014 11:10:56 +0000 (19:10 +0800)]
gnu: Add libxfce4util.

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

9 years agognu: Add gtk-xfce-engine.
宋文武 [Wed, 10 Dec 2014 11:08:36 +0000 (19:08 +0800)]
gnu: Add gtk-xfce-engine.

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

9 years agognu: freeipmi: Update to 1.4.7.
Ludovic Courtès [Thu, 11 Dec 2014 17:01:37 +0000 (18:01 +0100)]
gnu: freeipmi: Update to 1.4.7.

* gnu/packages/freeipmi.scm (freeipmi): Update to 1.4.7.

9 years agognu: wget: Update to 1.16.1.
Ludovic Courtès [Thu, 11 Dec 2014 17:01:06 +0000 (18:01 +0100)]
gnu: wget: Update to 1.16.1.

* gnu/packages/wget.scm (wget): Update to 1.16.1.

9 years agognu: gdk-pixbuf: Propagate glib and libpng.
宋文武 [Wed, 10 Dec 2014 12:25:20 +0000 (20:25 +0800)]
gnu: gdk-pixbuf: Propagate glib and libpng.

* gnu/packages/gtk.scm (gdk-pixbuf): Move glib and libpng to
  'propagated-inputs'.

9 years agognu: libxcomposite: Propagate inputs.
宋文武 [Wed, 10 Dec 2014 12:35:17 +0000 (20:35 +0800)]
gnu: libxcomposite: Propagate inputs.

* gnu/packages/xorg.scm (libxcomposite): Move all existing 'inputs'
  to 'propagated-inputs'.

9 years agognu: Add cffi.
Federico Beffa [Tue, 9 Dec 2014 14:58:24 +0000 (15:58 +0100)]
gnu: Add cffi.

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

9 years agoRevert "gnu: gobject-introspection: Update to 1.42.0 and add new patch."
Federico Beffa [Wed, 10 Dec 2014 08:43:29 +0000 (09:43 +0100)]
Revert "gnu: gobject-introspection: Update to 1.42.0 and add new patch."

This reverts commit 66717243d0683fa05b5630c2e011f3a486a8d316.  Several
packages fail to build with the new version.

9 years agognu: Add BBDB.
Ludovic Courtès [Tue, 9 Dec 2014 22:20:41 +0000 (23:20 +0100)]
gnu: Add BBDB.

* gnu/packages/emacs.scm (bbdb): New variable.

9 years agognu: emacs: Use 'glib-or-gtk-build-system'.
Ludovic Courtès [Tue, 9 Dec 2014 22:11:02 +0000 (23:11 +0100)]
gnu: emacs: Use 'glib-or-gtk-build-system'.

Fixes <http://bugs.gnu.org/19138>.
Reported by Andreas Enge <andreas@enge.fr>.

* gnu/packages/emacs.scm (emacs)[build-system]: Switch to
  GLIB-OR-GTK-BUILD-SYSTEM.
  (emacs-no-x-toolkit): Add 'build-system' field.

9 years agobuild-system/glib-or-gtk: Fix default value of #:glib-or-gtk-wrap-excluded-outputs.
Ludovic Courtès [Tue, 9 Dec 2014 21:49:16 +0000 (22:49 +0100)]
build-system/glib-or-gtk: Fix default value of #:glib-or-gtk-wrap-excluded-outputs.

Fixes <http://bugs.gnu.org/19321>.
Reported by Mark H Weaver <mhw@netris.org>.

* guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Change default
  value of #:glib-or-gtk-wrap-excluded-outputs to ''().

9 years agognu: Move unclutter to (gnu packages xdisorg).
Alex Kost [Tue, 9 Dec 2014 18:42:56 +0000 (21:42 +0300)]
gnu: Move unclutter to (gnu packages xdisorg).

* gnu/packages/unclutter.scm: Remove.
  (unclutter) Move to...
* gnu/packages/xdisorg.scm (unclutter): ... here.  New variable.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove unclutter file name.

9 years agognu: Move scrot to (gnu packages xdisorg).
Alex Kost [Tue, 9 Dec 2014 18:23:46 +0000 (21:23 +0300)]
gnu: Move scrot to (gnu packages xdisorg).

* gnu/packages/scrot.scm: Remove.
  (scrot) Move to...
* gnu/packages/xdisorg.scm (scrot): ... here.  New variable.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove scrot file name.

9 years agognu: Add wmctrl.
Alex Kost [Thu, 4 Dec 2014 21:22:04 +0000 (00:22 +0300)]
gnu: Add wmctrl.

* gnu/packages/xdisorg.scm (wmctrl): New variable.
* gnu/packages/patches/wmctrl-64-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.

9 years agognu: Add c-reduce.
Eric Bavier [Sun, 7 Dec 2014 21:21:52 +0000 (15:21 -0600)]
gnu: Add c-reduce.

* gnu/packages/debug.scm (c-reduce): New variable.

9 years agognu: Add llvm and clang.
Eric Bavier [Sun, 7 Dec 2014 21:19:35 +0000 (15:19 -0600)]
gnu: Add llvm and clang.

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

9 years agognu: licenses: Add NCSA license.
Eric Bavier [Sun, 7 Dec 2014 21:11:28 +0000 (15:11 -0600)]
gnu: licenses: Add NCSA license.

* guix/licenses.scm (ncsa): New variable.

9 years agognu: Add perl-sys-cpu.
Eric Bavier [Mon, 1 Dec 2014 06:21:21 +0000 (00:21 -0600)]
gnu: Add perl-sys-cpu.

* gnu/packages/perl.scm (perl-sys-cpu): New variable.

9 years agognu: Add perl-regexp-common.
Eric Bavier [Mon, 1 Dec 2014 06:20:55 +0000 (00:20 -0600)]
gnu: Add perl-regexp-common.

* gnu/packages/perl.scm (perl-regexp-common): New variable.

9 years agognu: Add perl-getopt-tabular.
Eric Bavier [Mon, 1 Dec 2014 06:20:24 +0000 (00:20 -0600)]
gnu: Add perl-getopt-tabular.

* gnu/packages/perl.scm (perl-getopt-tabular): New variable.

9 years agognu: Add perl-file-which.
Eric Bavier [Mon, 1 Dec 2014 06:19:55 +0000 (00:19 -0600)]
gnu: Add perl-file-which.

* gnu/packages/perl.scm (perl-file-which): New variable.

9 years agognu: Add perl-test-script.
Eric Bavier [Mon, 1 Dec 2014 06:19:19 +0000 (00:19 -0600)]
gnu: Add perl-test-script.

* gnu/packages/perl.scm (perl-test-script): New variable.

9 years agognu: Add perl-ipc-run3.
Eric Bavier [Mon, 1 Dec 2014 06:18:47 +0000 (00:18 -0600)]
gnu: Add perl-ipc-run3.

* gnu/packages/perl.scm (perl-ipc-run3): New variable.

9 years agognu: Add perl-probe-perl.
Eric Bavier [Mon, 1 Dec 2014 06:18:18 +0000 (00:18 -0600)]
gnu: Add perl-probe-perl.

* gnu/packages/perl.scm (perl-probe-perl): New variable.

9 years agognu: Add perl-exporter-lite.
Eric Bavier [Mon, 1 Dec 2014 06:17:41 +0000 (00:17 -0600)]
gnu: Add perl-exporter-lite.

* gnu/packages/perl.scm (perl-exporter-lite): New variable.

9 years agognu: Add perl-benchmark-timer.
Eric Bavier [Mon, 1 Dec 2014 06:17:06 +0000 (00:17 -0600)]
gnu: Add perl-benchmark-timer.

* gnu/packages/perl.scm (perl-benchmark-timer): New variable.

9 years agognu: Add delta.
Eric Bavier [Wed, 26 Nov 2014 19:22:00 +0000 (13:22 -0600)]
gnu: Add delta.

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

9 years agognu: Add astyle.
Eric Bavier [Wed, 26 Nov 2014 17:17:13 +0000 (11:17 -0600)]
gnu: Add astyle.

* gnu/packages/pretty-print.scm (astyle): New variable.

9 years agognu: gobject-introspection: Define search path for typelib files.
Federico Beffa [Tue, 9 Dec 2014 12:43:03 +0000 (13:43 +0100)]
gnu: gobject-introspection: Define search path for typelib files.

* gnu/packages/glib.scm (gobject-introspection): Add 'native-search-paths' and
  'search-paths' fields.

9 years agognu: gobject-introspection: Update to 1.42.0 and add new patch.
Federico Beffa [Tue, 9 Dec 2014 12:31:17 +0000 (13:31 +0100)]
gnu: gobject-introspection: Update to 1.42.0 and add new patch.

* gnu/packages/glib.scm (gobject-introspection): Update to version 1.42.0.
  Add patch 'gobject-introspection-absolute-shlib-path.patch' provided by Luca
  Bruno <lucabru@src.gnome.org> for Nix.