Ricardo Wurmus
127b04d741
gnu: lilypond: Update to 2.19.27.
...
* gnu/packages/music.scm (lilypond): Update to 2.19.27.
[inputs]: Add font-tex-gyre.
2015-09-20 11:37:36 +02:00
Ricardo Wurmus
7d1b5022e9
gnu: sfml: Update to 2.3.2.
...
* gnu/packages/game-development.scm (sfml): Update to 2.3.2.
[native-inputs]: Remove.
2015-09-20 10:08:26 +02:00
Cyril Roelandt
d7af106987
gnu: Add python2-keyring.
...
* gnu/packages/python.scm (python2-keyring): New variable.
2015-09-20 04:42:15 +02:00
Cyril Roelandt
7261d9eb16
gnu: Add python2-pyflakes and fix python2-pyflakes-0.8.1.
...
* gnu/packages/python.scm (python2-pyflakes): New variable.
* gnu/packages/python.scm (python2-pyflakes-0.8.1): Fix the definition.
2015-09-20 04:41:51 +02:00
Cyril Roelandt
350ba0a32b
gnu: Add python-prettytable
...
* gnu/packages/python.scm (python-prettytable,
python2-prettytable): New variables.
2015-09-20 04:29:10 +02:00
David Thompson
f88ee3ade7
gnu: avahi: Enable libdns_sd compatibility.
...
* gnu/packages/avahi.scm (avahi): Add '--enable-compat-libdns_sd' configure
flag.
2015-09-19 21:38:33 -04:00
Mark H Weaver
65d54af49f
gnu: icu4c: Add fixes for CVE-2014-6585 and CVE-2015-1270.
...
* gnu/packages/patches/icu4c-CVE-2014-6585.patch,
gnu/packages/patches/icu4c-CVE-2015-1270.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/icu4c.scm (icu4c)[source]: Add patches.
2015-09-19 21:35:18 -04:00
Andreas Enge
a5002ae77c
gnu: Add R/qtl.
...
* gnu/packages/bioinformatics.scm (r-qtl): New variable.
Co-authored-by: Pjotr Prins <pjotr.guix@thebird.nl>
2015-09-20 00:32:45 +02:00
Andreas Enge
e49b339608
gnu: libmtp: Add additional MTP devices.
...
* gnu/packages/patches/libmtp-devices.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/patches/libmtp-devices.patch (libmtp)[source]: Add patch.
2015-09-19 23:38:51 +02:00
Mark H Weaver
257abebba3
gnu: gtk+: Adapt pre-configure phase to version 3.16.6.
...
This is a followup to commit a35b8fc6c4
.
* gnu/packages/gtk.scm (gtk+)[arguments]: In 'pre-configure' phase, remove
substitutions of 'gtk-update-icon-cache' in demo Makefiles.
2015-09-19 17:32:10 -04:00
Pjotr Prins
edb15985f1
gnu: Add bioruby.
...
* gnu/packages/bioinformatics.scm (bioruby): New variable.
2015-09-19 12:41:52 -04:00
Pjotr Prins
28c5d42d35
gnu: Add ruby-libxml.
...
* gnu/packages/ruby.scm (ruby-libxml): New variable.
2015-09-19 12:31:42 -04:00
Ricardo Wurmus
7ac4610f7e
gnu: Add ruby-shindo.
...
* gnu/packages/ruby.scm (ruby-shindo): New variable.
2015-09-19 08:51:27 -04:00
Ricardo Wurmus
8528365b0e
gnu: Add ruby-formatador.
...
* gnu/packages/ruby.scm (ruby-formatador): New variable.
2015-09-19 08:51:13 -04:00
Ricardo Wurmus
d152162fc1
gnu: Add ruby-notiffany.
...
* gnu/packages/ruby.scm (ruby-notiffany): New variable.
2015-09-19 08:49:11 -04:00
Ricardo Wurmus
c5d14d4228
gnu: Add ruby-shellany.
...
* gnu/packages/ruby.scm (ruby-shellany): New variable.
2015-09-19 08:45:12 -04:00
Ricardo Wurmus
70b4cf3818
gnu: Add ruby-nenv.
...
* gnu/packages/ruby.scm (ruby-nenv): New variable.
2015-09-19 08:44:13 -04:00
Ricardo Wurmus
ec79018e68
gnu: Add ruby-lumberjack.
...
* gnu/packages/ruby.scm (ruby-lumberjack): New variable.
2015-09-19 08:43:23 -04:00
Pjotr Prins
6aaa815e9f
gnu: Add ruby-docile.
...
* gnu/packages/ruby.scm (ruby-docile): New variable.
2015-09-19 08:34:14 -04:00
Ludovic Courtès
8874f7668a
gnu: ifstatus: Fix license.
...
* gnu/packages/networking.scm (ifstatus)[license]: Set to GPL2+.
2015-09-18 21:57:53 +02:00
Ludovic Courtès
e0566f12f8
lint: Report lonely parentheses.
...
* guix/scripts/lint.scm (%hanging-paren-rx): New variable.
(report-lone-parentheses): New procedure.
(%formatting-reporters): Use it.
* tests/lint.scm ("formatting: lonely parentheses"): New test.
2015-09-18 21:54:04 +02:00
Stefan Reichoer
24a848c8e3
gnu: Add ifstatus.
...
* gnu/packages/networking.scm (ifstatus): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-09-18 21:54:03 +02:00
Alex Kost
4f740b677a
store: Add 'set-build-options*'.
...
Suggested by: Ludovic Courtès <ludo@gnu.org>.
* guix/store.scm (set-build-options*): New procedure.
2015-09-18 21:42:07 +03:00
Alex Kost
fa394eb99c
ui: Add 'show-derivation-outputs'.
...
* guix/scripts/build.scm (guix-build): Extract code from here and move to...
* guix/ui.scm (show-derivation-outputs): ... here. New procedure.
2015-09-18 21:42:06 +03:00
Alex Kost
88981dd3e2
Add (guix scripts).
...
* guix/ui.scm: Add missing copyright lines.
(args-fold*, environment-build-options, %default-argument-handler,
parse-command-line): Move to ...
* guix/scripts.scm: ...here. New file.
* guix/scripts/archive.scm: Use it.
* guix/scripts/build.scm: Likewise.
* guix/scripts/download.scm: Likewise.
* guix/scripts/edit.scm: Likewise.
* guix/scripts/environment.scm: Likewise.
* guix/scripts/gc.scm: Likewise.
* guix/scripts/graph.scm: Likewise.
* guix/scripts/hash.scm: Likewise.
* guix/scripts/import/cpan.scm: Likewise.
* guix/scripts/import/cran.scm: Likewise.
* guix/scripts/import/elpa.scm: Likewise.
* guix/scripts/import/gem.scm: Likewise.
* guix/scripts/import/gnu.scm: Likewise.
* guix/scripts/import/hackage.scm: Likewise.
* guix/scripts/import/nix.scm: Likewise.
* guix/scripts/import/pypi.scm: Likewise.
* guix/scripts/lint.scm: Likewise.
* guix/scripts/package.scm: Likewise.
* guix/scripts/publish.scm: Likewise.
* guix/scripts/pull.scm: Likewise.
* guix/scripts/refresh.scm: Likewise.
* guix/scripts/size.scm: Likewise.
* guix/scripts/system.scm: Likewise.
* tests/ui.scm (with-environment-variable, "parse-command-line",
"parse-command-line and --no options"): Move to ...
* tests/scripts.scm: ...here. New file.
* Makefile.am (MODULES): Add guix/scripts.scm.
(SCM_TESTS): Add tests/scripts.scm.
* po/guix/POTFILES.in: Add guix/scripts.scm.
2015-09-18 21:42:06 +03:00
Alex Kost
b2cb869cf9
emacs: Replace 'guix-any' with 'cl-some'.
...
* emacs/guix-utils.el (guix-any): Remove.
* emacs/guix-command.el (guix-command-improve-argument): Use 'cl-some'
instead of 'guix-any'.
2015-09-18 21:41:46 +03:00
Alex Kost
eda1cc8b5d
emacs: Add commands to show/hide build log phases.
...
Suggested by Ludovic Courtès <ludo@gnu.org>.
* emacs/guix-build-log.el (guix-build-log-phase-end-regexp): New
variable.
(guix-build-log-phase-start, guix-build-log-phase-end,
guix-build-log-phase-hide, guix-build-log-phase-show,
guix-build-log-phase-hidden-p, guix-build-log-phase-toggle-function,
guix-build-log-phase-toggle, guix-build-log-phase-toggle-all): New functions.
(guix-build-log-mode-map): Add 'TAB'/'S-TAB' key bindings.
* doc/emacs.texi (Emacs Build Log): Document them.
2015-09-18 21:41:23 +03:00
Federico Beffa
c093f9f63a
gnu: Add scmutils.
...
* gnu/packages/scheme.scm (scmutils): New variable.
2015-09-18 14:55:53 +02:00
Pjotr Prins
212d563d26
gnu: Add ruby-bio-logger.
...
* gnu/packages/ruby.scm (ruby-bio-logger): New variable.
2015-09-17 17:41:22 -04:00
Steve Sprang
47770296d2
download: Only show hours in the elapsed time if necessary.
...
* guix/build/download.scm
(seconds->string): Conditionally include hours in timestamp.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-09-17 14:40:46 +02:00
Christopher Allan Webber
be3feafedf
gnu: guile: Add guile-next
...
* gnu/packages/guile.scm (guile-next): New variable.
* gnu/packages/guile.scm (guile-for-guile-emacs):
Adjust to inherit from guile-next rather than guile-2.0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-09-17 14:38:19 +02:00
宋文武
0a129f391b
gnu: harfbuzz: Comment on the "bin" output.
...
* gnu/packages/gtk.scm (harfbuzz): Comment on why "bin" output.
2015-09-17 19:57:36 +08:00
Ludovic Courtès
2d1db448bd
gnu: Add emacs-typo.
...
* gnu/packages/emacs.scm (typo): New variable.
2015-09-17 11:21:42 +02:00
Ludovic Courtès
d001bb5ab5
gnu: Add emacs-butler.
...
* gnu/packages/emacs.scm (butler): New variable.
2015-09-17 11:21:42 +02:00
Ludovic Courtès
3ffe36f534
gnu: Add emacs-deferred.
...
* gnu/packages/emacs.scm (emacs-deferred): New variable.
2015-09-17 11:21:42 +02:00
Pjotr Prins
cd89fecbe7
gnu: Add ruby-cucumber-core.
...
* gnu/packages/ruby.scm (ruby-cucumber-core): New variable.
2015-09-16 20:56:16 -04:00
Steve Sprang
a8be7b9a7a
substitute: Improve readability of download progress report.
...
* guix/build/download.scm
(string-pad-middle, store-url-abbreviation, store-path-abbreviation):
New procedures.
(progress-proc): Add #:abbreviation parameter and use it. Generate a
better indeterminate progress string.
* guix/scripts/substitute.scm (assert-valid-narinfo): Add newlines to output.
(process-substitution): Use byte-count->string and store-path-abbreviation.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2015-09-16 23:50:12 +02:00
Ben Woodcroft
41ddebdd2a
gnu: Add mafft.
...
* gnu/packages/bioinformatics.scm (mafft): New variable.
2015-09-16 23:06:14 +02:00
Efraim Flashner
e864722731
gnu: Add keepassx.
...
* gnu/packages/password-utils.scm (keepassx): New variable.
2015-09-16 23:00:01 +02:00
Cyril Roelandt
2c9d96767a
gnu: Add python-requests-mock.
...
* gnu/packages/openstack.scm (python-requests-mock,
python2-requests-mock): New variables.
2015-09-16 22:53:36 +02:00
Cyril Roelandt
de34aface7
gnu: Add python-webob.
...
* gnu/packages/python.scm (python-webob, python2-webob): New variables.
2015-09-16 22:53:36 +02:00
Cyril Roelandt
c7c7a93621
gnu: Add python-oslo.context.
...
* gnu/packages/openstack.scm (python-oslo.context,
python2-oslo.context): New variables.
2015-09-16 22:53:36 +02:00
Cyril Roelandt
5702efe3e9
gnu: Add python-oslo.serialization.
...
* gnu/packages/openstack.scm (python-oslo.serialization,
python2-oslo.serialization): New variables.
2015-09-16 22:53:36 +02:00
Ricardo Wurmus
979f9e8aed
gnu: sfarklib: Update to 2.24.
...
* gnu/packages/compression.scm (sfarklib): Update to 2.24.
2015-09-16 22:42:45 +02:00
Ludovic Courtès
2ed74cea5c
gnu: imagemagick: Update to 6.9.2-1.
...
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.2-1.
[source]: Add imagemagick-test-segv.patch.
[inputs]: Replace LIBJPEG-8 with LIBJPEG.
2015-09-16 17:59:16 +02:00
Pjotr Prins
f9ae2c068d
gnu: Add ruby-log4r.
...
* gnu/packages/ruby.scm (ruby-log4r): New variable.
2015-09-16 08:41:46 -04:00
Vicente Vera Parra
8ea6b30fea
gnu: Add r-dbi.
...
* gnu/packages/statistics.scm (r-dbi): New variable.
2015-09-16 12:01:12 +02:00
Mark H Weaver
1d6c8db57c
gnu: valgrind: Adapt to glibc-2.22 and linux-libre-4.x.
...
* gnu/packages/patches/valgrind-glibc-2.21.patch: Rename to ...
gnu/packages/patches/valgrind-glibc-2.22.patch: ... this, and add a case for
glibc-2.22.
* gnu/packages/patches/valgrind-linux-libre-4.x.patch: New file.
* gnu-system.am (dist_patch_DATA): Add the new file, and rename the other one.
* gnu/packages/valgrind.scm (valgrind)[source]: Add new patch.
2015-09-15 18:21:16 -04:00
Andreas Enge
b76b1dcb96
gnu: cups-filters: Add glib:bin as a native input.
...
* gnu/packages/cups.scm (cups-filters)[native-inputs]: Add the bin output
of the glib package.
2015-09-15 23:55:09 +02:00
Ludovic Courtès
f4e92db3cb
nls: Add "TRANSLATORS:" comment about Texinfo.
...
* gnu/packages/abiword.scm: Add comment above 'description'.
2015-09-15 22:48:53 +02:00