summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add 'guix graph'.Ludovic Courtès2015-08-27
| | | | | | | | | | | | | | | | | * guix/scripts/graph.scm, tests/graph.scm, tests/guix-graph.sh, doc/images/coreutils-bag-graph.dot, doc/images/coreutils-graph.dot: New files. * Makefile.am (MODULES): Add guix/scripts/graph.scm. (SH_TESTS): Add tests/guix-graph.sh. (SCM_TESTS): Add tests/graph.scm. * doc.am (DOT_FILES, DOT_VECTOR_GRAPHICS): New variables. (EXTRA_DIST): Use them. (dist_infoimage_DATA): Use $(DOT_FILES). (pdf-local, info-local, ps-local): Likewise. * doc/guix.texi (Packages with Multiple Outputs): Add cross-reference to 'guix graph'. (Invoking guix gc): Likewise. (Invoking guix graph): New section.
* build: Do not build (guix build syscalls) if 'mount' is missing from libc.Ludovic Courtès2015-08-27
| | | | | | | | | | This disables compilation of this module on GNU/Hurd. Reported by Manolis Ragkousis <manolis837@gmail.com>. * m4/guix.m4 (GUIX_CHECK_LIBC_MOUNT): New variable. * configure.ac: Use it. Define 'BUILD_SYSCALLS_MODULE' conditional. * Makefile.am (MODULES, EXTRA_DIST): Make 'guix/build/syscalls.scm' conditional on BUILD_SYSCALLS_MODULE.
* gexp: Add 'lower-object'.Ludovic Courtès2015-08-27
| | | | | | | * guix/gexp.scm (lower-object): New procedure. (lower-inputs, lower-references, gexp->sexp): Use it. * tests/gexp.scm ("lower-object"): New test. * doc/guix.texi (G-Expressions): Document it.
* gnu: Add BioPerl.Ricardo Wurmus2015-08-26
| | | | * gnu/packages/bioinformatics.scm (bioperl-minimal): New variable.
* gnu: pius: Adjust to the new libpius.Ludovic Courtès2015-08-26
| | | | | | | | | | Prior to this commit the libpius modules would not be found and the default GnuPG file name would be /usr/bin/gpg. * gnu/packages/gnupg.scm (pius)[inputs]: Remove PYTHON-2. [build-system]: Switch to PYTHON-BUILD-SYSTEM. [arguments]: Add #:python. Change to add a single phase, 'set-gpg-file-name'.
* tests: Work around Btrfs handling of nlink for empty directories.Ludovic Courtès2015-08-26
| | | | | | | | | 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.
* gnu: ratpoison: Clean definition.Mathieu Lirzin2015-08-25
| | | | | | * gnu/packages/ratpoison.scm (ratpoison)[arguments]: Use modify-phases. [inputs]: Sort alphabetically. Move ratpoison.desktop to ... [native-inputs]: ... here.
* gnu: Add Pure Data.Ricardo Wurmus2015-08-25
| | | | * gnu/packages/music.scm (pd): New variable.
* gnu: tmux: Update to 2.0.宋文武2015-08-25
| | | | | * gnu/packages/tmux.scm (tmux): Update to 2.0. Update source uri and home-page to github.
* gnu: weechat: Update to 1.3.宋文武2015-08-25
| | | | * gnu/packages/weechat.scm (weechat): Update to 1.3.
* guix package: -s shows outputs.Mark H Weaver2015-08-24
| | | | * guix/ui.scm (package->recutils): Print "outputs:".
* gnu: llvm: Update to 3.6.2.Andy Wingo2015-08-24
| | | | * gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 3.6.2.
* gnu: clang-runtime: New package, propagated by clang.Andy Wingo2015-08-24
| | | | | | | | * 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.
* gnu: Simplify LLVM build.Andy Wingo2015-08-24
| | | | | | * 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".
* gnu: Add ghc-x11-xft.Siniša Biđin2015-08-23
| | | | | | * gnu/packages/haskell.scm (ghc-x11-xft): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add ghc-x11.Siniša Biđin2015-08-23
| | | | | | * gnu/packages/haskell.scm (ghc-x11): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add ghc-data-default.Siniša Biđin2015-08-23
| | | | | | * gnu/packages/haskell.scm (ghc-data-default): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add ghc-utf8-string.Siniša Biđin2015-08-23
| | | | | | * gnu/packages/haskell.scm (ghc-utf8-string): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add ghc-data-default-instances-dlist.Siniša Biđin2015-08-23
| | | | | | | * gnu/packages/haskell.scm (ghc-data-default-instances-dlist): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add ghc-extensible-exceptions.Siniša Biđin2015-08-23
| | | | | | * gnu/packages/haskell.scm (ghc-extensible-exceptions): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add ghc-dlist.Siniša Biđin2015-08-23
| | | | | | * gnu/packages/haskell.scm (ghc-dlist): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add ghc-data-default-instances-old-locale.Siniša Biđin2015-08-23
| | | | | | | * gnu/packages/haskell.scm (ghc-data-default-instances-old-locale): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add ghc-data-default-instances-containers.Siniša Biđin2015-08-23
| | | | | | | * gnu/packages/haskell.scm (ghc-data-default-instances-containers): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add ghc-data-default-instances-base.Siniša Biđin2015-08-23
| | | | | | * gnu/packages/haskell.scm (ghc-data-default-instances-base): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add ghc-data-default-class.Siniša Biđin2015-08-23
| | | | | | * gnu/packages/haskell.scm (ghc-data-default-class): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* system: Make PAM store SHA-512 encrypted passwords in /etc/shadow.宋文武2015-08-24
| | | | | | | Fixes <http://bugs.gnu.org/21318>. * gnu/system/linux.scm (unix-pam-service)[password]: Add 'sha512' and 'shadow' to arguments.
* gnu: hwloc: Propagate libpciaccess.Ludovic Courtès2015-08-24
| | | | | * gnu/packages/mpi.scm (hwloc)[inputs]: Move LIBPCIACCESS to... [propagated-inputs]: ... here. New field.
* gnu: Add i3status.Eric Dvorsak2015-08-23
| | | | | | * gnu/packages/wm.scm (i3status): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add libconfuse.Eric Dvorsak2015-08-23
| | | | | | * gnu/packages/wm.scm (libconfuse): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add i3-wm.Eric Dvorsak2015-08-23
| | | | | | | * gnu/packages/wm.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add xcb-util-cursor.Eric Dvorsak2015-08-23
| | | | | | * gnu/packages/xorg.scm (xcb-util-cursor): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add libev.Eric Dvorsak2015-08-23
| | | | | | * gnu/packages/libevent.scm (libev): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add libyajl.Eric Dvorsak2015-08-23
| | | | | | * gnu/packages/web.scm (libyajl): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add Pod-Simple.Eric Dvorsak2015-08-23
| | | | | | * gnu/packages/perl.scm (perl-pod-simple): New variable. Signed-off-by: Eric Bavier <bavier@member.fsf.org>
* gnu: Add LablGtk.Andreas Enge2015-08-23
| | | | * gnu/packages/ocaml.scm (lablgtk): New variable.
* gnu: libgnomeui: Propagate inputs.Andreas Enge2015-08-23
| | | | | * gnu/packages/gnome.scm (libgnomeui): Propagate inputs libbonoboui and libgnomecanvas as stipulated by libgnomeui-2.0.pc.
* gnu: libglade: Propagate inputs.Andreas Enge2015-08-23
| | | | | * gnu/packages/gnome.scm (libglade): Propagate inputs gtk+-2 and libxml as stipulated by libglade-2.0.pc.
* gnu: camlp4: Update to 4.02+6.Andreas Enge2015-08-23
| | | | * gnu/packages/ocaml.scm (camlp4): Update to 4.02+6.
* gnu: camlp5: Update to 6.14.Andreas Enge2015-08-23
| | | | * gnu/packages/ocaml.scm (camlp5): Update to 6.14.
* gnu: Add unison.Andreas Enge2015-08-23
| | | | * gnu/packages/ocaml.scm (unison): New variable.
* gnu: ocaml: Update to 4.02.3.Andreas Enge2015-08-23
| | | | * gnu/packages/ocaml.scm (ocaml): Update to 4.02.3.
* gnu: gnome-desktop, gnome-themes-standard: Update to 3.16.2.宋文武2015-08-23
| | | | | * gnu/packages/gnome.scm (gnome-desktop, gnome-themes-standard): Update to 3.16.2.
* gnu: Fix build failures due to missing XMLLINT.宋文武2015-08-23
| | | | | | | | | 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.
* gnu: gdk-pixbuf: Merge the two 'arguments' fields.宋文武2015-08-22
| | | | | | This is a followup to commit 0d5ddad. * gnu/packages/gtk.scm (gdk-pixbuf): Merge the two 'arguments' fields.
* gnu: tiled: Update to 0.13.0.David Thompson2015-08-22
| | | | * gnu/packages/game-development (tiled): Update to 0.13.0.
* gnu: Add accountsservice.宋文武2015-08-22
| | | | * gnu/packages/freedesktop.scm (accountsservice): New variable.
* gnu: d-feet: Return booleans from phase procedures.Mark H Weaver2015-08-22
| | | | | * gnu/packages/gnome.scm (d-feet)[arguments]: Return booleans from phase procedures. Omit unused 'inputs' keyword argument from 'pre-check' phase.
* gnu: git-manpages: Update sha256 hash for version 2.5.0.Mark H Weaver2015-08-22
| | | | | | This is a followup to commit c1b7ea1e24961b567221b8e29136fd77ed663d9b. * gnu/packages/version-control.scm (git-manpages)[source]: Update sha256 hash.
* gnu: Add d-feet.宋文武2015-08-22
| | | | * gnu/packages/gnome.scm (d-feet): New variable.
* gnu: itstool: Wrap with PYTHONPATH.宋文武2015-08-22
| | | | | * gnu/packages/glib.scm (itstool): Change 'propagated-inputs' to 'inputs'. [arguments]: New field.