summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* download: Keep a single copy of the mirror file.Ludovic Courtès2015-08-29
| | | | | | | | This saves ~10% on 'guix build inkscape -Sd'. * guix/download.scm (%mirror-file): New variable. (url-fetch): Remove #:mirrors parameter. Remove 'mirror-file'; refer to '%mirror-file' instead.
* doc: Mention the "normalized codeset" used in locale names.Ludovic Courtès2015-08-29
| | | | | | | | * doc/guix.texi (Locales): Introduce "codeset". <%default-locale-definitions>: Mention the "normalized codeset", with an xref to libc's manual. * gnu/system/locale.scm (%default-locale-definitions)[utf8-locale]: Mention the "normalized codeset" in a comment.
* refresh: Add missing newline in warning message.Ludovic Courtès2015-08-29
| | | | | | | Reported by karhunkynsi on #guix. * guix/scripts/refresh.scm (update-package): Add missing newline in string literal passed to 'warning'.
* gnu: ruby-i18n: Update to 0.7.0.David Thompson2015-08-29
| | | | * gnu/packages/ruby.scm (ruby-i18n): Update to 0.7.0.
* gnu: mpv: Replace "jack-2" with "jack-1".Ricardo Wurmus2015-08-29
| | | | * gnu/packages/video.scm (mpv)[inputs]: Replace "jack-2" with "jack-1".
* gnu: gst-plugins-good: Replace "jack-2" with "jack-1".Ricardo Wurmus2015-08-29
| | | | | * gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Replace "jack-2" with "jack-1".
* gnu: audacity: Replace "jack-2" with "jack-1".Ricardo Wurmus2015-08-29
| | | | | * gnu/packages/audacity.scm (audacity)[inputs]: Replace "jack-2" with "jack-1".
* gnu: rsound: Add file-name field to source origin.Ricardo Wurmus2015-08-29
| | | | * gnu/packages/audio.scm (rsound)[source]: Add 'file-name' field.
* gnu: rsound: Replace "jack-2" with "jack-1".Ricardo Wurmus2015-08-29
| | | | * gnu/packages/audio.scm (rsound)[inputs]: Replace "jack-2" with "jack-1".
* gnu: Add yelp-tools.宋文武2015-08-29
| | | | * gnu/packages/gnome.scm (yelp-tools): New variable.
* gnu: Add yelp.宋文武2015-08-29
| | | | * gnu/packages/gnome.scm (yelp): New variable.
* gnu: Add yelp-xsl.宋文武2015-08-29
| | | | * gnu/packages/gnome.scm (yelp-xsl): New variable.
* download: Keep only 2 store items for all the downloads.Ludovic Courtès2015-08-29
| | | | | | | | | This significantly reduces churn in the store. It also reduces run time of 'guix build inkscape -Sd' by ~10%. * guix/download.scm (url-fetch)[mirror-file]: New variable. [builder]: Get URL from the "guix download url" env. var. Get the mirrors from MIRROR-FILE. Pass #:script-name and #:env-vars to 'gexp->derivation'.
* gexp: Add #:script-name parameter to 'gexp->derivation'.Ludovic Courtès2015-08-29
| | | | | * guix/gexp.scm (gexp->derivation): Add #:script-name parameter. * doc/guix.texi (G-Expressions): Document it.
* monads: Inline the procedure returned by liftN.Ludovic Courtès2015-08-29
| | | | | * guix/monads.scm (define-lift): Turn into a macro that open-codes the result of its lift.
* gnu: shadow: Update to 4.2.1.宋文武2015-08-28
| | | | | * gnu/packages/admin.scm (shadow): Update to 4.2.1. [source]: Use the release tarball.
* gnu: Add abduco.Leo Famulari2015-08-28
| | | | | | | * gnu/packages/abduco.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cabal-install.Siniša Biđin2015-08-28
| | | | | | * gnu/packages/haskell.scm (cabal-install): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: conky: Fix license.Ludovic Courtès2015-08-28
| | | | * gnu/packages/conky.scm (conky)[license]: Set to LICENSE:GPL3+.
* gnu: services: Add nginx-service.David Thompson2015-08-27
| | | | | | * gnu/services/web.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * guix.texi ("Web Services"): New section.
* import: Add Ruby gem importer.David Thompson2015-08-27
| | | | | | | | * gnu/scripts/import.scm (importers): Add "gem". * gnu/import/gem.scm: New file. * gnu/scripts/import/gem.scm: New file. * Makefile.am (MODULES): Add them. * guix.texi ("invoking guix import"): Document it.
* import: pypi: Move generally useful procedures to utils module.David Thompson2015-08-27
| | | | | | | | * 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.
* gnu: Add ruby-arel.David Thompson2015-08-27
| | | | * gnu/packages/ruby.scm (ruby-arel): New variable.
* gnu: Add conky.Siniša Biđin2015-08-27
| | | | | | | * gnu/packages/conky.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lua: Add patch to generate pkg-config file.Siniša Biđin2015-08-27
| | | | | | | | * 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>
* Thank Eric Hanchrow.Ludovic Courtès2015-08-27
|
* emacs: Add completions for 'guix graph'.Alex Kost2015-08-27
| | | | | | | | | | | * 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.
* gnu: git-modes: Update to 1.2.0.Alex Kost2015-08-27
| | | | | * gnu/packages/emacs.scm (git-modes): Update to 1.2.0. [arguments]: Disable tests.
* gnu: magit-svn: Update to 2.1.0.Alex Kost2015-08-27
| | | | | | | | | | | | * 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.
* gnu: magit: Update to 2.2.1.Alex Kost2015-08-27
| | | | | | | | * 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.
* daemon: Require a signature for imports made by root.Ludovic Courtès2015-08-27
| | | | | | | | | | | | | | 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'.
* tests: Skip 'set-network-interface-address' test when running as root.Ludovic Courtès2015-08-27
| | | | | | | | 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.
* Add graph.scm to 'POTFILES'.Ludovic Courtès2015-08-27
| | | | * po/guix/POTFILES.in: Add guix/scripts/graph.scm.
* 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>