- Aug 27, 2015
-
-
David Thompson authored
* guix/import/pypi.scm (make-pypi-sexp): Factorize license to symbol conversion code. (string->license, snake-case, guix-hash-url): Move from here... * guix/import/utils.scm: ... to here. (license->symbol): New procedure.
-
David Thompson authored
* gnu/packages/ruby.scm (ruby-arel): New variable.
-
Siniša Biđin authored
* gnu/packages/conky.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Co-authored-by:
Ludovic Courtès <ludo@gnu.org>
-
Siniša Biđin authored
* gnu/packages/patches/lua-pkgconfig.patch: New file. * gnu/packages/lua.scm (lua)[source]: Add patch. * gnu-system.am (dist_patch_DATA): Register patch. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Ludovic Courtès authored
-
Alex Kost authored
* emacs/guix-pcomplete.el (guix-pcomplete-parse-linter-regexp): Improve and rename to ... (guix-pcomplete-parse-list-regexp): ...this. New variable. (guix-pcomplete-lint-checkers): Use it. (guix-pcomplete-graph-types): New function. (guix-pcomplete-complete-command-arg): Complete package names for 'guix graph' command. (guix-pcomplete-complete-option-arg): Complete '-t/--type' option.
-
Alex Kost authored
* gnu/packages/emacs.scm (git-modes): Update to 1.2.0. [arguments]: Disable tests.
-
Alex Kost authored
* gnu/packages/emacs.scm: Use (gnu packages base) module. Remove duplicated (gnu packages guile) and (gnu packages linux) modules. (magit-svn): Update to 2.1.0. [source]: Use 'url-fetch' method. [inputs]: Remove. Move "emacs" to 'native-inputs', move "magit" to 'propagated-inputs'. [native-inputs]: Add "tar" and "gzip". [propagated-inputs]: Add "dash". [arguments]: Adjust builder for the new inputs and unpacking the source.
-
Alex Kost authored
* gnu/packages/emacs.scm (magit): Update to 2.2.1. [inputs]: Remove 'git:gui'. [propagated-inputs]: Add 'dash', remove 'git-modes'. [arguments]: Add PREFIX and DASH_DIR to 'make-flags'. Remove 'configure', 'augment-load-path' and 'post-install' phases.
-
Ludovic Courtès authored
This reinstates commit aa0f8409, which was inadvertently undone in commit 322eeb87. Running 'guix archive --import' as root would have let corrupt or unauthentic store items through. Reported by Eric Hanchrow <eric.hanchrow@gmail.com> at <http://bugs.gnu.org/21354>. * nix/nix-daemon/nix-daemon.cc (performOp) <wopImportPaths>: Pass true as the first argument to 'importPaths'.
-
Ludovic Courtès authored
Reported by Eric Hanchrow <eric.hanchrow@gmail.com> in <http://bugs.gnu.org/21354>. * tests/syscalls.scm ("set-network-interface-address"): Skip when (getuid) returns zero.
-
Ludovic Courtès authored
* po/guix/POTFILES.in: Add guix/scripts/graph.scm.
-
- Aug 26, 2015
-
-
Ludovic Courtès authored
* 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.
-
Ludovic Courtès authored
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.
-
Ludovic Courtès authored
* 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.
-
Ricardo Wurmus authored
* gnu/packages/bioinformatics.scm (bioperl-minimal): New variable.
-
- Aug 25, 2015
-
-
Ludovic Courtès authored
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'.
-
Ludovic Courtès authored
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.
-
Mathieu Lirzin authored
* gnu/packages/ratpoison.scm (ratpoison)[arguments]: Use modify-phases. [inputs]: Sort alphabetically. Move ratpoison.desktop to ... [native-inputs]: ... here.
-
Ricardo Wurmus authored
* gnu/packages/music.scm (pd): New variable.
-
Sou Bunnbu (宋文武) authored
* gnu/packages/tmux.scm (tmux): Update to 2.0. Update source uri and home-page to github.
-
Sou Bunnbu (宋文武) authored
* gnu/packages/weechat.scm (weechat): Update to 1.3.
-
Mark H Weaver authored
* guix/ui.scm (package->recutils): Print "outputs:".
-
- Aug 24, 2015
-
-
Andy Wingo authored
* gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 3.6.2.
-
Andy Wingo authored
* 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.
-
Andy Wingo authored
* 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".
-
- Aug 23, 2015
-
-
Siniša Biđin authored
* gnu/packages/haskell.scm (ghc-x11-xft): New variable. Signed-off-by:
Eric Bavier <bavier@member.fsf.org>
-
Siniša Biđin authored
* gnu/packages/haskell.scm (ghc-x11): New variable. Signed-off-by:
Eric Bavier <bavier@member.fsf.org>
-
Siniša Biđin authored
* gnu/packages/haskell.scm (ghc-data-default): New variable. Signed-off-by:
Eric Bavier <bavier@member.fsf.org>
-
Siniša Biđin authored
* gnu/packages/haskell.scm (ghc-utf8-string): New variable. Signed-off-by:
Eric Bavier <bavier@member.fsf.org>
-
Siniša Biđin authored
* gnu/packages/haskell.scm (ghc-data-default-instances-dlist): New variable. Signed-off-by:
Eric Bavier <bavier@member.fsf.org>
-
Siniša Biđin authored
* gnu/packages/haskell.scm (ghc-extensible-exceptions): New variable. Signed-off-by:
Eric Bavier <bavier@member.fsf.org>
-
Siniša Biđin authored
* gnu/packages/haskell.scm (ghc-dlist): New variable. Signed-off-by:
Eric Bavier <bavier@member.fsf.org>
-
Siniša Biđin authored
* gnu/packages/haskell.scm (ghc-data-default-instances-old-locale): New variable. Signed-off-by:
Eric Bavier <bavier@member.fsf.org>
-
Siniša Biđin authored
* gnu/packages/haskell.scm (ghc-data-default-instances-containers): New variable. Signed-off-by:
Eric Bavier <bavier@member.fsf.org>
-
Siniša Biđin authored
* gnu/packages/haskell.scm (ghc-data-default-instances-base): New variable. Signed-off-by:
Eric Bavier <bavier@member.fsf.org>
-
Siniša Biđin authored
* gnu/packages/haskell.scm (ghc-data-default-class): New variable. Signed-off-by:
Eric Bavier <bavier@member.fsf.org>
-
- Aug 24, 2015
-
-
Sou Bunnbu (宋文武) authored
Fixes <http://bugs.gnu.org/21318>. * gnu/system/linux.scm (unix-pam-service)[password]: Add 'sha512' and 'shadow' to arguments.
-
- Aug 23, 2015
-
-
Ludovic Courtès authored
* gnu/packages/mpi.scm (hwloc)[inputs]: Move LIBPCIACCESS to... [propagated-inputs]: ... here. New field.
-
Eric Dvorsak authored
* gnu/packages/wm.scm (i3status): New variable. Signed-off-by:
Eric Bavier <bavier@member.fsf.org>
-