Ludovic Courtès
fe32241ad5
tests: Work around Btrfs handling of nlink for empty directories.
...
Fixes <http://bugs.gnu.org/21280 >.
Reported by Leo Famulari <leo@famulari.name>.
* tests/nar.scm (file-tree-equal?): Use #t as the initial result. Btrfs would
set nlink to 1 instead of 2 for an empty directory, thereby leading
'file-tree-equal?' to return #f.
2015-08-26 00:43:36 +02:00
Mathieu Lirzin
45fed6d32c
gnu: ratpoison: Clean definition.
...
* gnu/packages/ratpoison.scm (ratpoison)[arguments]: Use modify-phases.
[inputs]: Sort alphabetically. Move ratpoison.desktop to ...
[native-inputs]: ... here.
2015-08-25 23:40:46 +02:00
Ricardo Wurmus
2d0fd07bb9
gnu: Add Pure Data.
...
* gnu/packages/music.scm (pd): New variable.
2015-08-25 19:07:01 +02:00
宋文武
9a59673d26
gnu: tmux: Update to 2.0.
...
* gnu/packages/tmux.scm (tmux): Update to 2.0.
Update source uri and home-page to github.
2015-08-25 19:42:14 +08:00
宋文武
80700c4d6a
gnu: weechat: Update to 1.3.
...
* gnu/packages/weechat.scm (weechat): Update to 1.3.
2015-08-25 19:28:14 +08:00
Mark H Weaver
6bf99bac95
guix package: -s shows outputs.
...
* guix/ui.scm (package->recutils): Print "outputs:".
2015-08-24 20:22:36 -04:00
Andy Wingo
be23021d93
gnu: llvm: Update to 3.6.2.
...
* gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 3.6.2.
2015-08-24 11:45:18 -04:00
Andy Wingo
b81f56932e
gnu: clang-runtime: New package, propagated by clang.
...
* gnu/packages/llvm.scm (clang-runtime-from-llvm): New function.
(clang-from-llvm): Add clang-runtime argument and propagate clang-runtime
input.
(clang-runtime, clang-runtime-3.5): New variables.
(clang, clang-3.5): Adapt to propagate clang-runtime modules.
2015-08-24 11:45:06 -04:00
Andy Wingo
22d0e9b792
gnu: Simplify LLVM build.
...
* gnu/packages/llvm.scm (llvm)[arguments]: Remove phases argument.
Add to configure-flags "-DCMAKE_SKIP_BUILD_RPATH=FALSE" and
"-DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE".
2015-08-24 11:40:41 -04:00
Siniša Biđin
c34507d662
gnu: Add ghc-x11-xft.
...
* gnu/packages/haskell.scm (ghc-x11-xft): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 16:49:57 -05:00
Siniša Biđin
720fb41c69
gnu: Add ghc-x11.
...
* gnu/packages/haskell.scm (ghc-x11): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 16:49:57 -05:00
Siniša Biđin
1c77d0caa9
gnu: Add ghc-data-default.
...
* gnu/packages/haskell.scm (ghc-data-default): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 16:49:57 -05:00
Siniša Biđin
7fc7186ede
gnu: Add ghc-utf8-string.
...
* gnu/packages/haskell.scm (ghc-utf8-string): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 16:49:57 -05:00
Siniša Biđin
4271d13474
gnu: Add ghc-data-default-instances-dlist.
...
* gnu/packages/haskell.scm (ghc-data-default-instances-dlist):
New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 16:49:57 -05:00
Siniša Biđin
05b964ae85
gnu: Add ghc-extensible-exceptions.
...
* gnu/packages/haskell.scm (ghc-extensible-exceptions): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 16:49:57 -05:00
Siniša Biđin
eb6ae860e5
gnu: Add ghc-dlist.
...
* gnu/packages/haskell.scm (ghc-dlist): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 16:49:57 -05:00
Siniša Biđin
684f29abfc
gnu: Add ghc-data-default-instances-old-locale.
...
* gnu/packages/haskell.scm (ghc-data-default-instances-old-locale):
New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 16:49:57 -05:00
Siniša Biđin
77a23be2aa
gnu: Add ghc-data-default-instances-containers.
...
* gnu/packages/haskell.scm (ghc-data-default-instances-containers):
New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 16:49:57 -05:00
Siniša Biđin
9deb95aa95
gnu: Add ghc-data-default-instances-base.
...
* gnu/packages/haskell.scm (ghc-data-default-instances-base): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 16:49:57 -05:00
Siniša Biđin
5079a0af0d
gnu: Add ghc-data-default-class.
...
* gnu/packages/haskell.scm (ghc-data-default-class): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 16:49:57 -05:00
宋文武
9297065a2b
system: Make PAM store SHA-512 encrypted passwords in /etc/shadow.
...
Fixes <http://bugs.gnu.org/21318 >.
* gnu/system/linux.scm (unix-pam-service)[password]: Add 'sha512' and
'shadow' to arguments.
2015-08-24 08:13:32 +08:00
Ludovic Courtès
c6e59259fd
gnu: hwloc: Propagate libpciaccess.
...
* gnu/packages/mpi.scm (hwloc)[inputs]: Move LIBPCIACCESS to...
[propagated-inputs]: ... here. New field.
2015-08-24 00:28:36 +02:00
Eric Dvorsak
63b1bdbc43
gnu: Add i3status.
...
* gnu/packages/wm.scm (i3status): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 11:32:09 -05:00
Eric Dvorsak
5c37126f68
gnu: Add libconfuse.
...
* gnu/packages/wm.scm (libconfuse): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 11:30:41 -05:00
Eric Dvorsak
bda2ded6b6
gnu: Add i3-wm.
...
* gnu/packages/wm.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 11:28:16 -05:00
Eric Dvorsak
94a3d8fd6b
gnu: Add xcb-util-cursor.
...
* gnu/packages/xorg.scm (xcb-util-cursor): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 11:26:10 -05:00
Eric Dvorsak
c808ca02dd
gnu: Add libev.
...
* gnu/packages/libevent.scm (libev): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 11:26:10 -05:00
Eric Dvorsak
d8f1c07499
gnu: Add libyajl.
...
* gnu/packages/web.scm (libyajl): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 11:26:03 -05:00
Eric Dvorsak
f187b2a29f
gnu: Add Pod-Simple.
...
* gnu/packages/perl.scm (perl-pod-simple): New variable.
Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2015-08-23 11:26:03 -05:00
Andreas Enge
3573b634ba
gnu: Add LablGtk.
...
* gnu/packages/ocaml.scm (lablgtk): New variable.
2015-08-23 19:56:22 +02:00
Andreas Enge
0a38a49702
gnu: libgnomeui: Propagate inputs.
...
* gnu/packages/gnome.scm (libgnomeui): Propagate inputs libbonoboui and
libgnomecanvas as stipulated by libgnomeui-2.0.pc.
2015-08-23 19:44:06 +02:00
Andreas Enge
92dcc23d2b
gnu: libglade: Propagate inputs.
...
* gnu/packages/gnome.scm (libglade): Propagate inputs gtk+-2 and libxml
as stipulated by libglade-2.0.pc.
2015-08-23 19:27:48 +02:00
Andreas Enge
006faa3589
gnu: camlp4: Update to 4.02+6.
...
* gnu/packages/ocaml.scm (camlp4): Update to 4.02+6.
2015-08-23 18:49:45 +02:00
Andreas Enge
d4bf3dacd2
gnu: camlp5: Update to 6.14.
...
* gnu/packages/ocaml.scm (camlp5): Update to 6.14.
2015-08-23 18:30:27 +02:00
Andreas Enge
b9d8756b13
gnu: Add unison.
...
* gnu/packages/ocaml.scm (unison): New variable.
2015-08-23 18:11:16 +02:00
Andreas Enge
be78e52cb0
gnu: ocaml: Update to 4.02.3.
...
* gnu/packages/ocaml.scm (ocaml): Update to 4.02.3.
2015-08-23 16:30:52 +02:00
宋文武
2e718b9f21
gnu: gnome-desktop, gnome-themes-standard: Update to 3.16.2.
...
* gnu/packages/gnome.scm (gnome-desktop, gnome-themes-standard):
Update to 3.16.2.
2015-08-23 18:50:26 +08:00
宋文武
bcb354ad94
gnu: Fix build failures due to missing XMLLINT.
...
This is a followup to commit 4b58d88
.
* gnu/packages/gnome.scm (eog, epiphany, evince, gnome-desktop,
gnome-klotski, gnome-mines, gnome-terminal, rhythmbox, seahorse,
simple-scan, totem): Add LIBXML2 to native-inputs.
(evince, gnome-desktop, rhythmbox): Move ITSTOOL to native-inputs.
2015-08-23 18:41:25 +08:00
宋文武
a63a73dcb7
gnu: gdk-pixbuf: Merge the two 'arguments' fields.
...
This is a followup to commit 0d5ddad
.
* gnu/packages/gtk.scm (gdk-pixbuf): Merge the two 'arguments' fields.
2015-08-22 21:52:32 -04:00
David Thompson
caf87fd8c6
gnu: tiled: Update to 0.13.0.
...
* gnu/packages/game-development (tiled): Update to 0.13.0.
2015-08-22 21:03:53 -04:00
宋文武
83a2e49204
gnu: Add accountsservice.
...
* gnu/packages/freedesktop.scm (accountsservice): New variable.
2015-08-22 17:18:01 +08:00
Mark H Weaver
86aff7912c
gnu: d-feet: Return booleans from phase procedures.
...
* gnu/packages/gnome.scm (d-feet)[arguments]: Return booleans from phase
procedures. Omit unused 'inputs' keyword argument from 'pre-check' phase.
2015-08-22 02:34:41 -04:00
Mark H Weaver
020cdbd0e4
gnu: git-manpages: Update sha256 hash for version 2.5.0.
...
This is a followup to commit c1b7ea1e24
.
* gnu/packages/version-control.scm (git-manpages)[source]: Update sha256 hash.
2015-08-22 02:32:43 -04:00
宋文武
a3856b2ce3
gnu: Add d-feet.
...
* gnu/packages/gnome.scm (d-feet): New variable.
2015-08-22 13:42:23 +08:00
宋文武
4b58d88bcd
gnu: itstool: Wrap with PYTHONPATH.
...
* gnu/packages/glib.scm (itstool): Change 'propagated-inputs' to 'inputs'.
[arguments]: New field.
2015-08-22 13:42:23 +08:00
Efraim Flashner
de1d7cbbdc
gnu: abcde: Update to 2.7.
...
* gnu/packages/cdrom.scm (abcde): Update to 2.7.
2015-08-22 00:44:40 -04:00
Jeff Mickey
c1b7ea1e24
gnu: git: Update to 2.5.0
...
* gnu/packages/version-control.scm (git): Update to 2.5.0
2015-08-21 23:57:09 -04:00
Efraim Flashner
2bcfdd8f9c
gnu: youtube-dl: Update to 2015.08.16.1.
...
* gnu/packages/video.scm (youtube-dl): Update to 2015.08.16.1.
2015-08-21 23:10:07 -04:00
Leo Famulari
491ae037ec
gnu: Add dvtm.
...
* gnu/packages/dvtm.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-08-21 22:38:07 -04:00
Mark H Weaver
314529c271
gnu: curl: Update to 7.44.0.
...
* gnu/packages/curl.scm (curl): Update to 7.44.0.
2015-08-21 12:02:22 -04:00