| Commit message (Expand) | Author | Age |
* | emacs: Add 'guix-package-names'.•••* emacs/guix-main.scm (package-names, package-names-lists): New procedures.
* emacs/guix-base.el (guix-package-names): New function.
| Alex Kost | 2015-08-30 |
* | emacs: Add 'guix-graph-type-names'.•••* emacs/guix-main.scm: Use (guix scripts graph) module.
(graph-type-names): New procedure.
* emacs/guix-base.el (guix-graph-type-names): New function.
| Alex Kost | 2015-08-30 |
* | guix graph: Export node types and <node-type> accessors.•••* guix/scripts/graph.scm (%node-types, node-type, node-type?,
node-type-identifier, node-type-label, node-type-edges,
node-type-convert, node-type-name, node-type-description): Export.
| Alex Kost | 2015-08-30 |
* | emacs: Add 'guix-lint-checker-names'.•••* emacs/guix-main.scm: Use (guix scripts lint) module.
(lint-checker-names): New procedure.
* emacs/guix-base.el (guix-lint-checker-names): New function.
| Alex Kost | 2015-08-30 |
* | guix lint: Export checkers and <lint-checker> accessors.•••* guix/scripts/lint.scm (%checkers, lint-checker, lint-checker?,
lint-checker-name, lint-checker-description, lint-checker-check):
Export.
| Alex Kost | 2015-08-30 |
* | emacs: Add 'guix-memoized-defalias' macro.•••* emacs/guix-utils.el (guix-memoized-defalias): New macro.
(guix-memoized-font-lock-keywords): New variable.
| Alex Kost | 2015-08-30 |
* | emacs: Add 'guix-any'.•••* emacs/guix-utils.el (guix-any): New function.
| Alex Kost | 2015-08-30 |
* | emacs: Add utils to copy guix command.•••* emacs/guix-utils.el (guix-copy-as-kill, guix-copy-command-as-kill):
New functions.
| Alex Kost | 2015-08-30 |
* | emacs: Add utils to make symbol and string for guix command.•••* emacs/guix-utils.el (guix-shell-quote-argument, guix-command-symbol,
guix-command-string): New functions.
| Alex Kost | 2015-08-30 |
* | emacs: Add and use 'guix-concat-strings'.•••* emacs/guix-utils.el (guix-concat-strings): New function.
* emacs/guix-pcomplete.el (guix-pcomplete-short-options): Use it.
* emacs/guix-base.el (guix-get-package-strings): Likewise.
| Alex Kost | 2015-08-30 |
* | emacs: Add and use 'guix-while-search'.•••* emacs/guix-utils.el (guix-while-search): New macro.
* emacs/guix-pcomplete.el (guix-pcomplete-run-guix-and-search): Use it.
* emacs/guix-prettify.el (guix-prettify-decompose-buffer): Likewise.
| Alex Kost | 2015-08-30 |
* | emacs: Add 'guix-prettify' to 'guix' custom group.•••* emacs/guix-prettify.el (guix-prettify): Add 'guix' group.
| Alex Kost | 2015-08-30 |
* | emacs: Remove leftover internal variable.•••This is a followup to commit 74cc67372ec3771b157c015da4ba7ed5d921799f.
* emacs/guix-base.el (guix-define-buffer-type): Remove 'mode-map'
variable.
| Alex Kost | 2015-08-30 |
* | gnu: clutter: Add "doc" output.•••* gnu/packages/gnome.scm (clutter)[outputs]: New field.
[arguments]: Pass --with-html-dir.
| Ludovic Courtès | 2015-08-30 |
* | gnu: Add libchamplain.•••* gnu/packages/gnome.scm (libchamplain): New variable.
| Ludovic Courtès | 2015-08-30 |
* | gnu: Make ruby-diff-lcs a public package.•••* gnu/packages/ruby.scm (ruby-diff-lcs-for-rspec): Rename this...
(ruby-diff-lcs): ... to this, and export it.
(ruby-rspec-expectation, ruby-rspec-mocks): Use new varaible.
| David Thompson | 2015-08-29 |
* | download: Keep a single copy of the mirror file.•••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.
| Ludovic Courtès | 2015-08-29 |
* | doc: Mention the "normalized codeset" used in locale names.•••* 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.
| Ludovic Courtès | 2015-08-29 |
* | refresh: Add missing newline in warning message.•••Reported by karhunkynsi on #guix.
* guix/scripts/refresh.scm (update-package): Add missing newline in
string literal passed to 'warning'.
| Ludovic Courtès | 2015-08-29 |
* | gnu: ruby-i18n: Update to 0.7.0.•••* gnu/packages/ruby.scm (ruby-i18n): Update to 0.7.0.
| David Thompson | 2015-08-29 |
* | gnu: mpv: Replace "jack-2" with "jack-1".•••* gnu/packages/video.scm (mpv)[inputs]: Replace "jack-2" with "jack-1".
| Ricardo Wurmus | 2015-08-29 |
* | gnu: gst-plugins-good: Replace "jack-2" with "jack-1".•••* gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Replace "jack-2" with
"jack-1".
| Ricardo Wurmus | 2015-08-29 |
* | gnu: audacity: Replace "jack-2" with "jack-1".•••* gnu/packages/audacity.scm (audacity)[inputs]: Replace "jack-2" with
"jack-1".
| Ricardo Wurmus | 2015-08-29 |
* | gnu: rsound: Add file-name field to source origin.•••* gnu/packages/audio.scm (rsound)[source]: Add 'file-name' field.
| Ricardo Wurmus | 2015-08-29 |
* | gnu: rsound: Replace "jack-2" with "jack-1".•••* gnu/packages/audio.scm (rsound)[inputs]: Replace "jack-2" with "jack-1".
| Ricardo Wurmus | 2015-08-29 |
* | gnu: Add yelp-tools.•••* gnu/packages/gnome.scm (yelp-tools): New variable.
| 宋文武 | 2015-08-29 |
* | gnu: Add yelp.•••* gnu/packages/gnome.scm (yelp): New variable.
| 宋文武 | 2015-08-29 |
* | gnu: Add yelp-xsl.•••* gnu/packages/gnome.scm (yelp-xsl): New variable.
| 宋文武 | 2015-08-29 |
* | download: Keep only 2 store items for all the downloads.•••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'.
| Ludovic Courtès | 2015-08-29 |
* | gexp: Add #:script-name parameter to 'gexp->derivation'.•••* guix/gexp.scm (gexp->derivation): Add #:script-name parameter.
* doc/guix.texi (G-Expressions): Document it.
| Ludovic Courtès | 2015-08-29 |
* | monads: Inline the procedure returned by liftN.•••* guix/monads.scm (define-lift): Turn into a macro that open-codes the result
of its lift.
| Ludovic Courtès | 2015-08-29 |
* | gnu: shadow: Update to 4.2.1.•••* gnu/packages/admin.scm (shadow): Update to 4.2.1.
[source]: Use the release tarball.
| 宋文武 | 2015-08-28 |
* | gnu: Add abduco.•••* gnu/packages/abduco.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Leo Famulari | 2015-08-28 |
* | gnu: Add cabal-install.•••* gnu/packages/haskell.scm (cabal-install): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Siniša Biđin | 2015-08-28 |
* | gnu: conky: Fix license.•••* gnu/packages/conky.scm (conky)[license]: Set to LICENSE:GPL3+.
| Ludovic Courtès | 2015-08-28 |
* | gnu: services: Add nginx-service.•••* gnu/services/web.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* guix.texi ("Web Services"): New section.
| David Thompson | 2015-08-27 |
* | import: Add Ruby gem importer.•••* 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.
| David Thompson | 2015-08-27 |
* | import: pypi: Move generally useful procedures to utils module.•••* 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 | 2015-08-27 |
* | gnu: Add ruby-arel.•••* gnu/packages/ruby.scm (ruby-arel): New variable.
| David Thompson | 2015-08-27 |
* | gnu: Add conky.•••* 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 | 2015-08-27 |
* | gnu: lua: Add patch to generate pkg-config file.•••* 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>
| Siniša Biđin | 2015-08-27 |
* | Thank Eric Hanchrow. | Ludovic Courtès | 2015-08-27 |
* | emacs: Add completions for 'guix graph'.•••* 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 | 2015-08-27 |
* | gnu: git-modes: Update to 1.2.0.•••* gnu/packages/emacs.scm (git-modes): Update to 1.2.0.
[arguments]: Disable tests.
| Alex Kost | 2015-08-27 |
* | gnu: magit-svn: Update to 2.1.0.•••* 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 | 2015-08-27 |
* | gnu: magit: Update to 2.2.1.•••* 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.
| Alex Kost | 2015-08-27 |
* | daemon: Require a signature for imports made by root.•••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 | 2015-08-27 |
* | tests: Skip 'set-network-interface-address' test when running as root.•••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 | 2015-08-27 |
* | Add graph.scm to 'POTFILES'.•••* po/guix/POTFILES.in: Add guix/scripts/graph.scm.
| Ludovic Courtès | 2015-08-27 |
* | Add 'guix graph'.•••* 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 | 2015-08-27 |