Ludovic Courtès
f98b48dc51
gnu: guix: Update development snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to 7611393 .
(guix): Set to GUIX-DEVEL.
2016-03-29 09:35:22 +02:00
Ludovic Courtès
7611393547
gnu: guix: Default to 0.10.0.
...
This updates 58f0aae .
* gnu/packages/package-management.scm (guix): Set to GUIX-0.10.0.
2016-03-28 23:54:48 +02:00
Ludovic Courtès
58f0aae5cb
gnu: guix: Update to 0.10.0.
...
* gnu/packages/package-management.scm (guix-0.8.3): Rename to...
(guix-0.10.0): ... this. Adjust users.
(guix): Set to GUIX-0.10.0.
2016-03-28 23:38:00 +02:00
Ludovic Courtès
34bf416e4a
Update NEWS.
2016-03-28 22:51:18 +02:00
Ludovic Courtès
7f949db03e
guix system: Warn against missing 'guix pull'.
...
Suggested by Leo Famulari and others.
* guix/scripts/system.scm (maybe-suggest-running-guix-pull): New
procedure.
(perform-action): Call it when ACTION is 'reconfigure.
2016-03-28 22:50:25 +02:00
Ludovic Courtès
e2f41133e9
doc: We have even more than 3,000 packages.
...
Suggested by Chris Marusich <cmmarusich@gmail.com >.
* doc/guix.texi (Limitations): Increase package count.
2016-03-28 22:25:42 +02:00
Ludovic Courtès
d70533cbe9
store: Prepend mirror.hydra.gnu.org to %DEFAULT-SUBSTITUTE-URLS.
...
This allows GuixSD to default to the right list of URLs, with
mirror.hydra.gnu.org coming first.
Reported by Chris Marusich <cmmarusich@gmail.com >.
* guix/store.scm (%default-substitute-urls): Prepend
"mirror.hydra.gnu.org."
2016-03-28 22:25:42 +02:00
Ludovic Courtès
efa77c6c92
doc: Explain why the config file should be stored on the target.
...
Suggested by Chris Marusich <cmmarusich@gmail.com >.
* doc/guix.texi (Proceeding with the Installation): Explain why the
config file should be on the target file system.
2016-03-28 22:25:42 +02:00
Ludovic Courtès
15650ac2a0
doc: Suggest 'dhclient -v'.
...
Suggested by Chris Marusich <cmmarusich@gmail.com >.
* doc/guix.texi (Preparing for Installation): Add "-v" for dhclient.
2016-03-28 22:25:42 +02:00
Ludovic Courtès
9c18cf9bca
doc: Suggest running "info info" during system installation.
...
Based on a suggestion by Chris Marusich <cmmarusich@gmail.com >.
* doc/guix.texi (System Installation): Suggest running "info info".
2016-03-28 22:25:42 +02:00
Ludovic Courtès
b397c0d58a
doc: Clarify 'cow-store'.
...
Suggested by Chris Marusich <cmmarusich@gmail.com >.
* doc/guix.texi (Proceeding with the Installation): Clarify what
'cow-store' is about.
2016-03-28 22:25:42 +02:00
Ludovic Courtès
ff925d37e0
doc: Make it clear that networking is needed for GuixSD installation.
...
Suggested by Jan Nieuwenhuizen <janneke@gnu.org >.
* doc/guix.texi (Preparing for Installation): Make it clear that
networking is required.
2016-03-28 22:25:42 +02:00
Ludovic Courtès
09866b3962
doc: Augment documentation about security updates.
...
* doc/guix.texi (Security Updates): Add paragraph on the big picture of
security updates. Cross-reference 'guix lint'.
(Invoking guix lint): Add CVE URLs.
2016-03-28 22:25:42 +02:00
Ludovic Courtès
c3cfb7e330
nls: Update 'da' translation.
2016-03-28 22:25:42 +02:00
Ricardo Wurmus
e0b90dbf65
gnu: qtractor: Update to 0.7.5.
...
* gnu/packages/music.scm (qtractor): Update to 0.7.5.
2016-03-28 09:52:16 +02:00
Leo Famulari
36c2c8c826
gnu: beets: Run tests with python-nose.
...
* gnu/packages/music.scm (nose)[native-inputs]: Add python-nose.
[arguments]: Replace 'check' and use python-nose.
2016-03-27 18:24:19 -04:00
David Thompson
13bc8d5e4f
environment: Properly handle SIGINT.
...
Switching to execlp means that the process spawned in a container is PID
1, which obsoleted one of the 'guix environment --container' tests
because the init process can't be killed in the usual manner.
* guix/scripts/environment.scm (launch-environment/fork): New procedure.
(launch-environment): Switch from system* to execlp. Add handler for
SIGINT.
(guix-environment): Use launch-environment/fork.
* tests/guix-environment-container.sh: Replace abnormal exit test with
one that works now that the spawned process is PID 1.
2016-03-27 15:09:21 -04:00
Ludovic Courtès
c8786834ef
Update 'NEWS'.
2016-03-27 19:23:26 +02:00
Leo Famulari
d3e3468fb8
gnu: python-pyechonest: Clean up description.
...
* gnu/packages/music.scm (pyechonest)[description]: Remove "open source" from
the description.
2016-03-26 17:25:13 -04:00
Efraim Flashner
e12f047f75
gnu: pspp: Update to 0.10.0.
...
* gnu/packages/maths.scm (pspp): Update to 0.10.0.
[inputs]: Switch gtk+-2 to gtk+, gtksourceview-2 to gtksourceview.
2016-03-26 22:39:29 +03:00
David Thompson
8d50632373
gnu: sdl2-ttf: Update to 2.0.14.
...
* gnu/packages/sdl.scm (sdl2-ttf): Update to 2.0.14 and remove bundled
libraries from source tarball.
2016-03-26 13:35:06 -04:00
David Thompson
64ee72e124
gnu: sdl2-image: Update to 2.0.1.
...
* gnu/packages/sdl.scm (sdl2-image): Update to 2.0.1.
2016-03-26 13:35:06 -04:00
David Thompson
efd75ade17
gnu: sdl2-mixer: Update to 2.0.1.
...
* gnu/packages/sdl.scm (sdl2-mixer): Update to 2.0.1 and remove bundled
libraries in source tarball.
2016-03-26 13:35:06 -04:00
David Thompson
a313e0850c
gnu: sdl-mixer: Add ModPlug support.
...
* gnu/packages/sdl.scm (sdl-mixer)[inputs]: Add libmodplug.
2016-03-26 13:35:06 -04:00
David Thompson
4c0e59d1a8
gnu: sdl2: Update to 2.0.4.
...
* gnu/packages/sdl.scm (sdl2): Update to 2.0.4.
2016-03-26 13:35:06 -04:00
Mark H Weaver
641d05188d
doc: Fix typo: "wpa_supplication" --> "wpa_supplicant".
...
* doc/guix.texi (Preparing for Installation): Fix typo.
2016-03-26 13:15:11 -04:00
David Thompson
7c776ddcc0
gnu: crossguid: Set explicit file name for source checkout.
...
* gnu/packages/kodi.scm (crossguid)[source]: Set explicit file-name to
satisfy linter.
2016-03-26 09:52:28 -04:00
David Thompson
a01ad63893
environment: container: Create dummy home directory and /etc/passwd.
...
* guix/scripts/environment.scm (launch-environment/container): Change
$HOME to the current user's home directory instead of
/homeless-shelter. Create a dummy /etc/passwd with a single entry for
the current user.
* doc/guix.texi ("invoking guix environment"): Add a note about the
dummy home directory and /etc/passwd.
2016-03-26 09:38:27 -04:00
Ludovic Courtès
bf9eacd2af
doc: Mention 'guix challenge' in "Features".
...
* doc/guix.texi (Features): Mention trust and 'guix challenge'.
2016-03-25 23:54:12 +01:00
Ludovic Courtès
6f77360681
doc: Rephrase introduction to give a better overview.
...
Suggested by myglc2 <myglc2@gmail.com >.
* doc/guix.texi (Introduction): Rephrase to mention features and use
cases first, and foundations last.
(Features): Mention "GuixSD".
(Utilities): Change intro: not all the tools are for packagers.
2016-03-25 23:54:12 +01:00
Mark H Weaver
c7762233fb
Revert "gnu: expat: Replace with 2.1.1 [fixes CVE-2015-1283]."
...
This reverts commit 6458876597 .
2016-03-25 17:20:57 -04:00
Leo Famulari
15bdd91cc4
gnu: diffoscope: Update to 51.
...
* gnu/packages/package-management.scm (diffoscope): Update to 51.
2016-03-25 17:17:06 -04:00
Leo Famulari
54c30ebcb1
gnu: python-atomicwrites: Update to 1.0.0.
...
* gnu/packages/python.scm (python-atomicwrites, python2-atomicwrites):
Update to 1.0.0.
2016-03-25 17:08:47 -04:00
Mark H Weaver
6458876597
gnu: expat: Replace with 2.1.1 [fixes CVE-2015-1283].
...
* gnu/packages/xml.scm (expat)[replacement]: New field.
(expat-2.1.1): New variable.
2016-03-25 17:04:28 -04:00
Ludovic Courtès
7adbe85e60
syscalls: 'interface-address' can return #f.
...
Fixes <http://bugs.gnu.org/22612 >.
Reported by Danny Milosavljevic <dannym@scratchpost.org >.
* tests/syscalls.scm ("network-interfaces returns one or more
interfaces"): Accept 'interface-address' value of #f.
2016-03-25 17:29:36 +01:00
Ludovic Courtès
001dae0d74
syscalls: <interface> printer correctly handles lack of sockaddr.
...
Reported by Danny Milosavljevic <dannym@scratchpost.org >
in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22612#16 >.
* guix/build/syscalls.scm (write-interface): Check whether ADDRESS is
true.
2016-03-25 17:24:47 +01:00
Ludovic Courtès
a2da8c173a
gnu: guix: Update development snapshot to dd21308.
...
* gnu/packages/package-management.scm (guix-devel): Update to dd21308 .
2016-03-25 10:52:25 +01:00
Ricardo Wurmus
7affb2c1ac
gnu: lilypond: Fix check for fontforge version.
...
* gnu/packages/music.scm (lilypond)[arguments]: Patch configure script
to find actual fontforge version.
2016-03-25 10:03:11 +01:00
John Darrington
dd21308225
gnu: postgresql: Substitute hard coded "/bin/sh".
...
* gnu/packages/databses.scm (postgresql): substitute /bin/sh
with location of bash binary.
2016-03-25 08:04:56 +01:00
Leo Famulari
43a58615bf
gnu: htop: Update to 2.0.1.
...
* gnu/packages/admin.scm (htop): Update to 2.0.1.
2016-03-24 23:06:09 -04:00
Ludovic Courtès
622b2304ce
doc: We now need 1 GiB for the installation USB image.
...
* doc/guix.texi (Building the Installation Image): Change image size to 1G.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Likewise.
2016-03-24 23:31:56 +01:00
Ludovic Courtès
aeaa5ccbf4
build: Bump version number.
...
* configure.ac: Change version to 0.10.0.
2016-03-24 23:04:37 +01:00
Ludovic Courtès
de341e7c3f
doc: Update reference to the Info reader's manual.
...
* doc/guix.texi (System Installation): Refer to 'info-stnd' instead of
'info'.
(Preparing for Installation): Likewise.
2016-03-24 23:00:11 +01:00
Ludovic Courtès
68abb9b04c
install: Use 'info-reader' instead of Texinfo 4.
...
* gnu/system/install.scm (installation-os)[packages]: Remove TEXINFO-4
since %BASE-PACKAGES already provides the Info reader.
(log-to-info): Use INFO-READER instead of TEXINFO-4.
2016-03-24 22:47:15 +01:00
Ludovic Courtès
02683c3331
system: Use 'info-reader' instead of Texinfo to avoid dragging Perl.
...
* gnu/system.scm (%base-packages): Use INFO-READER instead of TEXINFO.
2016-03-24 22:47:15 +01:00
Ludovic Courtès
7feebd33ae
gnu: Add 'info-reader'.
...
* gnu/packages/texinfo.scm (info-reader): New variable.
2016-03-24 22:47:15 +01:00
Ludovic Courtès
0feefb530f
install: Remove cgroup and elogind file systems.
...
* gnu/system/install.scm (installation-os): Explicitly list three file
systems instead of using %BASE-FILE-SYSTEMS.
2016-03-24 22:47:15 +01:00
Ludovic Courtès
2fa909b27b
activation: Copy account skeletons silently.
...
* gnu/build/activation.scm (copy-account-skeletons): Pass #:log to
'copy-recursively'.
2016-03-24 22:47:15 +01:00
Ludovic Courtès
ee03b75dfb
install: Add /tmp as a tmpfs.
...
Fixes <http://bugs.gnu.org/23056 >.
Reported by Michael Downey <shaggy814@yandex.com >
and Kei <kei@openmailbox.org >.
* gnu/system/install.scm (installation-os)[file-systems]: Add "/tmp".
2016-03-24 22:47:15 +01:00
Ludovic Courtès
cc7234aede
services: nscd: Make respawnable.
...
* gnu/services/base.scm (nscd-shepherd-service): Remove 'respawn?' field.
2016-03-24 22:47:15 +01:00
Leo Famulari
229b36617a
gnu: python-llfuse-0.41: Update to 0.41.1.
...
* gnu/packages/python.scm (python-llfuse-0.41): Update to 0.41.1.
2016-03-24 15:30:51 -04:00
Leo Famulari
6fc5c11b81
gnu: Add borg.
...
* gnu/packages/backup.scm (borg): New variable.
2016-03-24 15:30:51 -04:00
Leo Famulari
5a39b07f8a
gnu: attic: Specify dependency on python-llfuse-0.41.
...
* gnu/packages/backup.scm (attic)[inputs]: Specify dependency on
python-llfuse-0.41.
2016-03-24 15:30:51 -04:00
Leo Famulari
cd0569c498
gnu: python-llfuse: Update to 1.0, keep 0.41 variant.
...
* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.0.
(python-llfuse)[properties]: New field.
[license]: Remove 'expat'.
(python2-llfuse): Use 'strip-python2-variant'.
[propagated-inputs]: Add python2-contextlib2.
(python-llfuse-0.41): New variable.
2016-03-24 15:30:51 -04:00
Leo Famulari
bd74be7b8c
gnu: python-msgpack: Use 'python2-variant'.
...
* gnu/packages/python.scm (python-msgpack)[native-inputs]: Remove field.
[properties]: New field.
(python2-msgpack): Use 'strip-python2-variant'.
[native-inputs]: Add python2-setuptools.
2016-03-24 15:30:51 -04:00
Leo Famulari
ae831df428
gnu: python-msgpack: Update to 0.4.7.
...
* gnu/packages/python.scm (python-msgpack, python2-msgpack): Update to 0.4.7.
[source]: Use pypi-uri.
2016-03-24 15:30:51 -04:00
Alex Kost
98db8e89ff
Update .mailmap.
...
* .mailmap: Add new entries for Al McElrath, Alírio Eyng, Andreas Enge,
Ben Woodcroft, David Thompson, Leo Famulari, Mathieu Lirzin, Nils
Gillmann, Raimon Grau.
2016-03-24 18:50:11 +03:00
Alex Kost
6667af6a97
doc: Clarify installation instructions for "guix.el".
...
* doc/emacs.texi (Emacs Initial Setup): Mention that "guix package -i
guix" is an easy way. Warn that "make install" may lead to an outdated
code.
2016-03-24 18:49:59 +03:00
Alex Kost
ff4455e6e2
emacs: Deprecate "guix-init.el".
...
'guix-init' served 2 purposes:
- to autoload guix commands (by requiring 'guix-autoloads');
- and to autoload Emacs packages installed with Guix (by requiring
'guix-emacs').
The second purpose is not actual anymore, as Emacs package handles this
task now, so there is no need in 'guix-init' anymore.
* emacs/guix-init.el: Do not require 'guix-emacs'. Add a deprecation
message.
* doc/emacs.texi (Emacs Initial Setup): Recommend to use
'guix-autoloads' instead of 'guix-init'.
2016-03-24 18:49:59 +03:00
Alex Kost
453cdf8606
system: Do not create "site-start.el".
...
After commits 004ea62 and 092dd65 , Emacs can find packages in a system
profile, so it autoloads guix code without additional hacks, which can
be removed now.
* gnu/system.scm (emacs-site-file, emacs-site-directory): Remove.
(operating-system-etc-service): Adjust accordingly.
(operating-system-environment-variables): Remove EMACSLOADPATH.
2016-03-24 18:49:59 +03:00
Ricardo Wurmus
1d216b6ec9
gnu: Remove "r-repository" property.
...
* gnu/packages/bioinformatics.scm (r-biocgenerics, r-s4vectors,
r-iranges, r-genomeinfodb, r-xvector, r-genomicranges)[properties]:
Remove "r-repository" property.
2016-03-24 16:18:01 +01:00
Andreas Enge
08595262db
gnu: pari-gp: Syntactic changes.
...
* gnu/packages/algebra.scm (pari-gp)[arguments]: Use modify-phases syntax.
2016-03-24 14:44:08 +01:00
Ludovic Courtès
f2ab925028
services: xorg: Fix ~/.xsession handling.
...
Fixes a regression introduced in c510cbb4ec .
* gnu/services/xorg.scm (xinitrc)[builder]: Add missing 'apply' when
XSESSION-FILE exists.
2016-03-24 11:01:07 +01:00
Efraim Flashner
473dbe9b19
gnu: modem-manager: Update to 1.4.14.
...
* gnu/packages/freedesktop.scm (modem-manager): Update to 1.4.14.
2016-03-24 08:37:07 +02:00
Mark H Weaver
385b1be8d0
gnu: webkitgtk: Update to 2.12.0.
...
* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.0.
2016-03-23 18:47:41 -04:00
Ludovic Courtès
ee37e1e501
gnu: shepherd: Update to 0.3.1.
...
* gnu/packages/admin.scm (shepherd): Update to 0.3.1.
2016-03-23 23:43:50 +01:00
Ludovic Courtès
9a2a20052a
guix build: '--with-source' correctly matches versioned file names.
...
* guix/scripts/build.scm: Use the right 'package-name->name+version'
procedure. Fixes a regression introduced in
1b846da8c3 .
* tests/scripts-build.scm ("options->transformation, with-source, with
version"): New test.
2016-03-23 23:43:50 +01:00
Nils Gillmann
7b150a24fe
gnu: libressl: Update to 2.3.3.
...
* gnu/packages/tls.scm (libressl): Update to 2.3.3.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-03-23 13:39:17 -04:00
Alex Kost
c292a6f304
emacs: Use space to separate package name and version in heading.
...
Reported by Ludovic Courtès <ludo@gnu.org >.
* emacs/guix-ui-package.el (guix-package-name): Check 'spec' property.
(guix-package-info-insert-heading): Use "name version" for button label,
write name specification to 'spec' property.
2016-03-23 11:24:38 +03:00
Alex Kost
4c68c53804
emacs: Fix converting scheme into elisp expression.
...
* emacs/guix-geiser.el (guix-geiser-eval-read): Replace #f/#t with nil/t
only when they follow "(" or " ".
2016-03-23 11:24:38 +03:00
Ricardo Wurmus
c1f73569be
gnu: Add AIDE.
...
* gnu/packages/admin.scm (aide): New variable.
2016-03-23 08:08:02 +01:00
Leo Famulari
6139fed563
gnu: icecast: Update to 2.4.3 [fixes CVE-2015-3026].
...
* gnu/packages/xiph.scm (icecast): Update to 2.4.3.
2016-03-22 23:13:58 -04:00
Ludovic Courtès
9b1cee97a5
services: postgresql: Use syslog.
...
Fixes <http://bugs.gnu.org/23064 >.
Reported by Danny Milosavljevic <dannym@scratchpost.org >.
* gnu/services/databases.scm (%default-postgres-config): Add
'log_destination' line.
(postgresql-shepherd-service): Add requirement on 'syslogd'.
2016-03-23 00:23:12 +01:00
Ludovic Courtès
d038b674cf
doc: Add "lightweight desktop" OS config example.
...
* gnu/system/examples/desktop.tmpl (packages): Remove XFCE and
RATPOISON.
(services): Add 'gnome-desktop-service' and 'xfce-desktop-service'.
* gnu/system/examples/lightweight-desktop.tmpl: New file.
* Makefile.am (EXAMPLES): Add it.
* doc.am (OS_CONFIG_EXAMPLES_TEXI): Add
doc/os-config-lightweight-desktop.texi.
* gnu/system/install.scm (/etc/configuration-files)[directory]: Add
lightweight-desktop.tmpl.
2016-03-23 00:23:12 +01:00
Ludovic Courtès
d26e19671e
derivations: Raise an error when a module file is not found.
...
Suggested by Jookia.
* guix/derivations.scm (&file-search-error): New error condition.
(search-path*): Raise it when 'search-path' returns #f.
* guix/gexp.scm (search-path*): Remove.
* guix/ui.scm (call-with-error-handling): Add case for
'file-search-error?'.
* tests/derivations.scm ("build-expression->derivation and invalid
module name"): New test.
2016-03-23 00:23:12 +01:00
Ludovic Courtès
6985335faa
derivations: Add 'module->source-file-name'.
...
* guix/derivations.scm (module->source-file-name): New procedure.
(%imported-modules): Use it.
* guix/gexp.scm (imported-modules): Likewise.
2016-03-23 00:23:12 +01:00
Ludovic Courtès
8c321299c5
substitute: Gracefully handle TLS errors.
...
* guix/scripts/substitute.scm (with-networking): Use 'match-lambda*' and
add case for 'gnutls-error'.
2016-03-23 00:23:12 +01:00
Ricardo Wurmus
b98293ebed
import: cran: Accept single URL in addition to single URL.
...
* guix/import/cran.scm (package->upstream-name): Match single URL in
addition to list of URLs.
2016-03-22 17:57:40 +01:00
Mark H Weaver
58cc369f32
gnu: webkitgtk-2.4: Update to 2.4.10 [fixes many security flaws].
...
Fixes CVE-2014-1748, CVE-2015-1071, CVE-2015-1076, CVE-2015-1081,
CVE-2015-1083, CVE-2015-1120, CVE-2015-1122, CVE-2015-1127, CVE-2015-1153,
CVE-2015-1155, CVE-2015-3658, CVE-2015-3659, CVE-2015-3727, CVE-2015-3731,
CVE-2015-3741, CVE-2015-3743, CVE-2015-3745, CVE-2015-3747, CVE-2015-3748,
CVE-2015-3749, CVE-2015-3752, CVE-2015-5788, CVE-2015-5794, CVE-2015-5801,
CVE-2015-5809, CVE-2015-5822, and CVE-2015-5928.
* gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/webkit.scm (webkitgtk-2.4): Update to 2.4.10.
[source]: Remove patch.
2016-03-22 07:38:22 -04:00
Mark H Weaver
1020fb6ac7
gnu: linux-libre-4.1: Update to 4.1.20.
...
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.20.
2016-03-21 22:53:55 -04:00
Ludovic Courtès
cd6cc144e0
Merge branch 'security-updates'
2016-03-22 00:14:03 +01:00
Ricardo Wurmus
ffc13e753b
gnu: chicken: Build with GCC 4.8.
...
* gnu/packages/scheme.scm (chicken)[native-inputs]: Add GCC 4.8.
2016-03-21 22:08:24 +01:00
Ricardo Wurmus
416a5a9a51
gnu: chicken: Disable port tests.
...
* gnu/packages/scheme.scm (chicken)[arguments]: Do not run port tests.
2016-03-21 22:08:24 +01:00
Ricardo Wurmus
acb3807079
gnu: chicken: Use "modify-phases" syntax.
...
* gnu/packages/scheme.scm (chicken)[arguments]: Use "modify-phases"
syntax.
2016-03-21 22:08:24 +01:00
Ricardo Wurmus
d0d9411015
gnu: chicken: Update to 4.10.0.
...
* gnu/packages/scheme.scm (chicken): Update to 4.10.0.
2016-03-21 22:08:23 +01:00
Leo Famulari
b0bb013698
gnu: mutt: Enable header caching.
...
* gnu/packages/mail.scm (mutt)[inputs]: Add gdbm.
[arguments]: Pass --enable-hcache to #:configure-flags.
2016-03-21 16:48:39 -04:00
Efraim Flashner
506379664a
gnu: gmtp: Update to 1.3.10.
...
* gnu/packages/libusb.scm (gmtp): Update to 1.3.10.
2016-03-21 20:52:26 +02:00
Ricardo Wurmus
c84ceace14
gnu: artanis: Update to 0.1.2.
...
* gnu/packages/guile.scm (artanis): Update to 0.1.2.
[arguments]: Set DESTDIR.
2016-03-21 17:44:39 +01:00
Ricardo Wurmus
71cafa0472
gnu: Add r-doparallel.
...
* gnu/packages/statistics.scm (r-doparallel): New variable.
2016-03-21 15:54:05 +01:00
Ricardo Wurmus
b2cdb0271b
gnu: Add r-foreach.
...
* gnu/packages/statistics.scm (r-foreach): New variable.
2016-03-21 15:54:05 +01:00
Ricardo Wurmus
7a6f5f0323
gnu: Add r-codetools.
...
* gnu/packages/statistics.scm (r-codetools): New variable.
2016-03-21 15:54:05 +01:00
Ricardo Wurmus
264df1a49d
gnu: Add r-iterators.
...
* gnu/packages/statistics.scm (r-iterators): New variable.
2016-03-21 15:54:05 +01:00
Ricardo Wurmus
9128db2178
gnu: Add ustr.
...
* gnu/packages/textutils.scm (ustr): New variable.
2016-03-21 15:53:40 +01:00
Efraim Flashner
ce16d1dc94
gnu: ddrescue: Update to 1.21.
...
* gnu/packages/disk.scm (ddrescue): Update to 1.21.
2016-03-21 15:22:31 +02:00
Mathieu Lirzin
39118b5eed
build: Rewrite comments for man pages.
...
* doc.am <Man pages>: Rewrite comments to describe the build process and
the meaning of the noticeable idiosyncrasies in a more general way.
2016-03-20 23:47:59 +01:00
Mathieu Lirzin
b33d3a5a94
build: Build man pages in $(srcdir).
...
Before that the doc/guix.1 rule was always triggered when doing a VPATH
build from a tarball.
* doc.am (sub_commands_mans, dist_man1_MANS): man pages are now
generated in $(srcdir) like the info manual.
(doc/guix.1, doc/guix-%.1): Prepend $(srcdir) to target name.
[BUILD_DAEMON] (doc/guix-daemon.1): Likewise.
2016-03-20 23:47:59 +01:00
Mathieu Lirzin
83e79a134d
build: Make 'guix' man page depend on scripts/guix.in.
...
* doc.am (doc/guix.1): Add scripts/guix.in prerequisite.
2016-03-20 23:47:59 +01:00
Mathieu Lirzin
92d40a68f4
Revert "build: Do not remake doc/guix.1."
...
This reverts commit 97966e6d65 .
2016-03-20 23:47:59 +01:00
Ludovic Courtès
c035145968
gnu: udisks: Enforce non-reference of the "doc" output.
...
* gnu/packages/freedesktop.scm (udisks)[arguments]: Add
#:disallowed-references.
2016-03-20 22:52:33 +01:00
Ludovic Courtès
55e1f25d89
build-system/gnu: Add #:disallowed-references.
...
* guix/build-system/gnu.scm (gnu-build): Add #:disallowed-references and
honor it.
(gnu-cross-build): Likewise.
2016-03-20 22:46:45 +01:00
Ludovic Courtès
3f4ecf3229
gexp: Add #:disallowed-references.
...
* guix/gexp.scm (gexp->derivation): Add #:disallowed-references and
honor it.
* tests/gexp.scm ("gexp->derivation #:disallowed-references, allowed")
("gexp->derivation #:disallowed-references"): New tests.
* doc/guix.texi (G-Expressions): Adjust accordingly.
2016-03-20 22:46:14 +01:00
Ludovic Courtès
35b5ca7869
derivations: Add #:disallowed-references.
...
* guix/derivations.scm (derivation): Add #:disallowed-references.
[user+system-env-vars]: Honor it.
(build-expression->derivation): Likewise.
* tests/derivations.scm ("derivation #:disallowed-references, ok")
("derivation #:disallowed-references, not ok"): New tests.
* doc/guix.texi (Derivations): Adjust accordingly.
2016-03-20 22:45:35 +01:00
Ludovic Courtès
e71ef7adae
system: Make sure fonts are searched for in the system profile.
...
This fixes a bug whereby fonts in /run/current-system/profile would be
invisible to Fontconfig.
* gnu/packages/fontutils.scm (fontconfig): Add comment about system
profile not being searched.
* gnu/system/shadow.scm (default-skeletons)[fonts.conf-content,
fonts.conf]: New variable.
Add FONTS.CONF to the skeletons.
2016-03-20 15:27:44 +01:00
Ludovic Courtès
0bd3597bbe
gnu: gnome: Add dependency on font-abattis-cantarell.
...
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add
FONT-CANTARELL.
2016-03-20 15:05:12 +01:00
Ludovic Courtès
4e8b7502e3
system: Allow account skeletons to be directories.
...
* gnu/system/shadow.scm (skeleton-directory): Use 'copy-recursively'
instead of 'copy-file'.
* gnu/build/activation.scm (copy-account-skeletons): Likewise.
2016-03-20 15:02:38 +01:00
Ludovic Courtès
71be99b8b6
gnu: Add font-abattis-cantarell.
...
* gnu/packages/fonts.scm (font-cantarell): New variable.
2016-03-20 01:07:37 +01:00
Ludovic Courtès
522773b700
import: pypi: Emit 'pypi-uri' only when it yields the right URL.
...
Fixes <http://bugs.gnu.org/23062 >.
Reported by Danny Milosavljevic <dannym@scratchpost.org >.
* guix/import/pypi.scm (make-pypi-sexp): Check whether 'pypi-uri'
returns SOURCE-URL and fall back to the full URL otherwise.
* tests/pypi.scm ("pypi->guix-package"): Adjust expected URI
accordingly.
Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org >
2016-03-19 23:54:19 +01:00
Ludovic Courtès
329a702634
gnu: fontforge: Make builds bit-reproducible.
...
* gnu/packages/fontutils.scm (fontforge)[source](snippet, modules): New
fields.
2016-03-19 15:57:07 +01:00
alírio eyng
56586557dd
gnu: fontforge: Update to 20150824.
...
* gnu/packages/fontutils.scm (fontforge): Update to 20150824.
[inputs]: Add libltdl, libxft, python.
[native-inputs]: New field.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2016-03-19 15:36:26 +01:00
Ludovic Courtès
ef5f5c8659
build: Protect against misconfiguration of localstatedir.
...
Suggested by Jookia <166291@gmail.com >.
* m4/guix.m4 (GUIX_CURRENT_LOCALSTATEDIR, GUIX_CHECK_LOCALSTATEDIR): New
macros.
* config-daemon.ac: Use 'GUIX_CHECK_LOCALSTATEDIR'.
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --localstatedir.
* doc/guix.texi (Requirements): Mention --localstatedir.
(The Store): Mention LOCALSTATEDIR as such.
2016-03-19 15:07:46 +01:00
Ludovic Courtès
7c49ab5b1c
gnu: kodi: Remove @acronym from description.
...
This works around <http://bugs.gnu.org/21772 >.
* gnu/packages/kodi.scm (crossguid): Remove @acronym.
2016-03-19 14:41:56 +01:00
Ludovic Courtès
5697fdc366
gnu: r-dnacopy: Fix home page URL.
...
* gnu/packages/bioinformatics.scm (r-dnacopy)[home-page]: Add missing
URI scheme.
2016-03-18 23:00:04 +01:00
Ludovic Courtès
6cbc8d5766
gnu: gnome: Disable hardware acceleration check via 'gnome.desktop'.
...
* gnu/packages/gnome.scm (gnome-session)[arguments]: Add
'disable-hardware-acceleration-check' phase.
2016-03-18 19:42:00 +01:00
Ludovic Courtès
c510cbb4ec
services: xorg: Accept session commands with arguments.
...
Before that, a session command with several items, such as
'gnome-session --disable-acceleration-check', would trigger the fallback
session.
* gnu/services/xorg.scm (xinitrc)[builder]: Accept command lines with
more than one arguments.
2016-03-18 19:42:00 +01:00
Ludovic Courtès
a0d7baaf48
gnu: gnome-session: Make sure 'gsettings' is found.
...
* gnu/packages/gnome.scm (gnome-session)[arguments]: Add
'wrap-gnome-session' phase.
2016-03-18 19:42:00 +01:00
Leo Famulari
3bf429af2f
gnu: Add beets.
...
* gnu/packages/music.scm (beets): New variable.
2016-03-18 14:27:16 -04:00
Leo Famulari
064503aaa2
gnu: Add python-rarfile.
...
* gnu/packages/python.scm (python-rarfile, python2-rarfile): New
variables.
* gnu/packages/patches/python-rarfile-fix-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2016-03-18 14:27:16 -04:00
Leo Famulari
13edb0e5c3
gnu: Add python2-unicodecsv.
...
* gnu/packages/python.scm (python2-unicodecsv): New variable.
2016-03-18 14:27:16 -04:00
Leo Famulari
25a7db0ad3
gnu: Add python-jellyfish.
...
* gnu/packages/python.scm (python-jellyfish, python2-jellyfish): New variables.
2016-03-18 14:27:16 -04:00
Leo Famulari
efe0b14369
gnu: Add python-mpd2.
...
* gnu/packages/mpd.scm (python-mpd2, python2-mpd2): New variables.
2016-03-18 14:27:16 -04:00
Leo Famulari
76b9488534
gnu: Add python2-pathlib.
...
* gnu/packages/python.scm (python-pathlib, python2-pathlib): New variables.
2016-03-18 14:27:16 -04:00
Leo Famulari
0efde7d6d6
gnu: Add python-responses.
...
* gnu/packages/python.scm (python-responses, python2-responses): New variables.
2016-03-18 14:27:16 -04:00
Leo Famulari
603d665bc3
gnu: Add python-cookies.
...
* gnu/packages/python.scm (python-cookies, python2-cookies): New variable.
2016-03-18 14:27:16 -04:00
Leo Famulari
acd7351ff6
gnu: Add python-pylast.
...
* gnu/packages/music.scm (python-pylast, python2-pylast): New variables.
2016-03-18 14:27:16 -04:00
Leo Famulari
e8fee6486f
gnu: Add python-pyechonest.
...
* gnu/packages/music.scm (python-pyechonest, python2-pyechonest): New variables.
2016-03-18 14:27:16 -04:00
Leo Famulari
f3b3d78fbc
gnu: Add python-flask.
...
* gnu/packages/python.scm (python-flask, python2-flask): New variables.
2016-03-18 14:27:16 -04:00
Leo Famulari
8975de8821
gnu: Add python-musicbrainzngs.
...
* gnu/packages/music.scm (python-musicbrainzngs, python2-musicbrainzngs): New
variables.
2016-03-18 14:27:16 -04:00
Leo Famulari
cedac813a5
gnu: Add python-munkres.
...
* gnu/packages/python.scm (python-munkres, python2-munkres): New variables.
2016-03-18 14:27:16 -04:00
Leo Famulari
3f7a182d25
gnu: Add python-mutagen.
...
* gnu/packages/music.scm (python-mutagen, python2-mutagen): New variables.
2016-03-18 14:27:16 -04:00
Mark H Weaver
0e0fd3ef10
gnu: linux-libre-4.4: Update to 4.4.6.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.6.
2016-03-18 11:03:16 -04:00
David Thompson
8961b4d362
gnu: bundler: Update to 1.11.2.
...
* gnu/packages/ruby.scm (bundler): Update to 1.11.2.
2016-03-18 08:48:40 -04:00
Andreas Enge
019b38758c
gnu: vigra: Update to 1.11.0.
...
* gnu/packages/image.scm (vigra)[source]: Update to 1.11.0.
[arguments]: Disable parallel builds.
2016-03-18 09:01:02 +01:00
Efraim Flashner
c5e2b69d59
gnu: aria2: Update to 1.21.0.
...
* gnu/packages/bittorrent.scm (aria2): Update to 1.21.0.
2016-03-18 08:29:30 +02:00
Mark H Weaver
e3d3546eda
gnu: libotr: Fix tests on mips64el.
...
* gnu/packages/patches/libotr-test-auth-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/messaging.scm (libotr)[source]: Add patch.
2016-03-17 19:05:08 -04:00
Ludovic Courtès
b879b3e848
substitute: Do not leak file descriptors for TLS connections.
...
Partially fixes <http://bugs.gnu.org/20145 >.
* guix/scripts/substitute.scm (fetch, download-cache-info):
(http-multiple-get, fetch-narinfos, progress-report-port): Use
'close-connection' instead of 'close-port'.
2016-03-17 23:53:53 +01:00
Ludovic Courtès
958fb14cdb
substitute: Cache transient HTTP errors for 10mn.
...
* guix/scripts/substitute.scm (fetch-narinfos)[handle-narinfo-response]:
Cache transient errors for 10mn.
(%narinfo-transient-error-ttl): New variable.
2016-03-17 23:53:53 +01:00
Ludovic Courtès
14d6ca3e4d
lint: Do not leak file descriptors for TLS connections.
...
Partially fixes <http://bugs.gnu.org/20145 >.
* guix/scripts/lint.scm (probe-uri): Use 'close-connection' instead of
'close-port'.
2016-03-17 23:53:53 +01:00
Ludovic Courtès
097a951e96
download: Add 'close-connection'.
...
Partially fixes <http://bugs.gnu.org/20145 >.
* guix/build/download.scm (add-weak-reference): Remove.
(%tls-ports): New variable.
(register-tls-record-port): New procedure.
(tls-wrap): Use it instead of 'add-weak-reference'.
(close-connection): New procedure.
2016-03-17 23:53:53 +01:00
Ludovic Courtès
fc3ea24bf4
substitute: Update progress for responses different from 200/404.
...
* guix/scripts/substitute.scm (fetch-narinfos)[handle-narinfo-response]:
Add missing call to 'update-progress!'.
2016-03-17 23:53:53 +01:00
Efraim Flashner
f1723b8be6
gnu: postgresql: Update to 9.5.1.
...
* gnu/packages/databases.scm (postgresql): Update to 9.5.1.
2016-03-17 21:59:32 +02:00
Efraim Flashner
23bbd7dd60
gnu: mysql: Update to 5.7.11.
...
* gnu/packages/databases.scm (mysql): Update to 5.7.11.
[source]: Add archives as alternate download location.
[arguments]: Remove custom phase 'strip-extra-references. Add
substitution to target boost-1.60.
2016-03-17 21:59:32 +02:00
Andy Wingo
2914af3c96
gnu: gnome-session: Add elogind input.
...
* gnu/packages/gnome.scm (gnome-session): Add elogind input, while
disabling the use of systemd's journal.
2016-03-17 18:11:42 +01:00
Ricardo Wurmus
953c12232f
gnu: bless: Remove bundled sources for sparsehash.
...
* gnu/packages/bioinformatics.scm (bless)[source]: Delete
"google-sparsehash" sources.
[inputs]: Add "sparsehash".
2016-03-17 13:01:31 +01:00
Ricardo Wurmus
6c1305f9ec
gnu: Add CD-HIT.
...
* gnu/packages/bioinformatics.scm (cd-hit): New variable.
2016-03-17 13:01:31 +01:00
Ludovic Courtès
b53daad064
doc: Add missing comma after @xref.
...
Reported by Alex Kost <alezost@gmail.com >.
* doc/guix.texi (Service Reference): Add comma after @xref.
2016-03-17 09:49:05 +01:00
Ludovic Courtès
5fe01c2d9b
doc: GNOME is now available.
...
* doc/guix.texi (Limitations): Rephrase item about GNOME and KDE.
2016-03-17 09:49:05 +01:00
Andy Wingo
fa4b8badf0
gnu: elogind: Update to 219.14.
...
* gnu/packages/freedesktop.scm (elogind): Update to 219.14.
2016-03-17 09:44:32 +01:00
Alex Kost
e6527d643e
gnu: emacs-pdf-tools: Add missing input.
...
This is a followup to commit eccd0b57a1 .
* gnu/packages/emacs.scm (emacs-pdf-tools)[propagated-inputs]: Add
'let-alist'.
2016-03-17 10:49:45 +03:00
Alex Kost
1bcae5c5c5
gnu: emacs-pdf-tools: Use emacs-build-system for elisp side.
...
* gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Add phases from
emacs-build-system to build elisp side.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2016-03-17 10:49:45 +03:00
Ricardo Wurmus
5e3161d38e
gnu: Add WAH plugins.
...
* gnu/packages/audio.scm (wah-plugins): New variable.
2016-03-17 08:25:21 +01:00
Ricardo Wurmus
c04b4e7aea
gnu: Add STE plugins.
...
* gnu/packages/audio.scm (ste-plugins): New variable.
2016-03-17 08:25:21 +01:00
Ricardo Wurmus
75f45d16d4
gnu: Add FIL plugins.
...
* gnu/packages/audio.scm (fil-plugins): New variable.
2016-03-17 08:25:21 +01:00
Ricardo Wurmus
dffb6c3be6
gnu: Add REV plugins.
...
* gnu/packages/audio.scm (rev-plugins): New variable.
2016-03-17 08:25:21 +01:00
Ricardo Wurmus
8ba62f92ec
gnu: Add AMB plugins.
...
* gnu/packages/audio.scm (amb-plugins): New variable.
2016-03-17 08:25:21 +01:00
Ricardo Wurmus
ed17465d3d
gnu: Add g2reverb.
...
* gnu/packages/audio.scm (g2reverb): New variable.
2016-03-17 08:25:21 +01:00
Ricardo Wurmus
eb4fca7ebf
gnu: Add vco-plugins.
...
* gnu/packages/audio.scm (vco-plugins): New variable.
2016-03-17 08:25:21 +01:00
Ricardo Wurmus
fb2e072cec
gnu: Add mcp-plugins.
...
* gnu/packages/audio.scm (mcp-plugins): New variable.
2016-03-17 08:25:21 +01:00
Roel Janssen
f88ce395e6
licenses: Add Apache Software License 1.1.
...
* guix/licenses.scm (asl1.1): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-03-17 00:49:30 -04:00
Jochem Raat
65829fec47
gnu: Add perl-text-neattemplate.
...
* gnu/packages/perl.scm (perl-text-neattemplate): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-03-17 00:39:33 -04:00
Tobias Geerinckx-Rice
08e9daf505
gnu: Add freefall.
...
* gnu/packages/linux.scm (freefall): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-03-17 00:25:41 -04:00
Efraim Flashner
e3bf5d2cb2
gnu: mariadb: Update to 10.1.12.
...
* gnu/packages/databases.scm (mariadb): Update to 10.1.12.
2016-03-17 02:17:04 +02:00
Eric Bavier
97966e6d65
build: Do not remake doc/guix.1.
...
* doc.am (doc/guix.1): Do not depend on $(sub_commands_mans) which will
always appear out-of-date.
2016-03-16 18:32:25 -05:00
Eric Bavier
dfdf571688
gnu: petsc: Fix compiler configuration references.
...
* gnu/packages/maths.scm (petsc)[arguments]: When patching compiler
driver paths, do not assume they come from fortran input.
2016-03-16 18:32:25 -05:00
Eric Bavier
d588422e13
gnu: slepc: Set origin file-name.
...
* gnu/packages/maths.scm (slepc)[source]: Add file-name.
2016-03-16 18:32:25 -05:00
Mark H Weaver
ce362de86e
gnu: Fix definitions of gcc-toolchain-4.8 and gcc-toolchain-4.9.
...
* gnu/packages/commencement.scm (gcc-toolchain-4.8): Use gcc-4.8,
not gcc-final.
(gcc-toolchain-4.9): Use gcc-final, not gcc-4.9.
* gnu/packages/gcc.scm (gcc): Add reminder comment for the future.
2016-03-16 18:06:52 -04:00
Ludovic Courtès
092dd6541f
gnu: guix: Update development snapshot to 71e2065.
...
* gnu/packages/package-management.scm (guix-devel): Update to 71e2065 .
2016-03-16 19:03:12 +01:00
Efraim Flashner
87f7625bf5
gnu: offlineimap: Update to 6.7.0.
...
* gnu/packages/mail.scm (offlineimap): Update to 6.7.0.
2016-03-16 19:52:40 +02:00
Ludovic Courtès
71e2065a38
substitute: Honor client-provided empty URL list.
...
Before that, 'guix build --substitute-urls=""' would lead to using the
daemon's own URL list instead of the empty list. The 'or*' hack, which
is to blame, had become unnecessary since commit
fb4bf72be3 .
Reported by Mark H Weaver <mhw@netris.org >.
* guix/scripts/substitute.scm (or*): Remove.
(%cache-urls): Use 'or' instead of 'or*'.
* tests/store.scm ("substitute query, alternating URLs"): Add test with
empty URL list.
* doc/guix.texi (Common Build Options): Mention the empty string.
2016-03-16 18:34:53 +01:00
Ludovic Courtès
1ac94ae166
build: Write emacs-autoloads.el to $(builddir).
...
* emacs.am ($(AUTOLOADS)): Write to $(builddir), not $(srcdir).
2016-03-16 17:02:53 +01:00
Ludovic Courtès
23d60ba65c
substitute: Honor the 'max-age' of 'Cache-Control' headers.
...
This allows substitute servers to tell 'guix substitute' how long they
can cache narinfo lookups.
* guix/scripts/substitute.scm (cache-narinfo!): Add 'ttl' parameter.
[cache-entry]: Honor it.
(fetch-narinfos)[handle-narinfo-response]: Check the 'Cache-Control'
header of RESPONSE and pass its 'max-age' value to 'cache-narinfo!'.
2016-03-16 15:57:47 +01:00
Ludovic Courtès
1cf7e31898
substitute: Make room for a 'ttl' field in cached entries.
...
* guix/scripts/substitute.scm (cached-narinfo): Expect 'narinfo' sexp
version 2 with a 'ttl' field.
(cache-narinfo!)[cache-entry]: Produce 'narinfo' sexp version 2 with a
'ttl' field.
(remove-expired-cached-narinfos)[expired?]: Read 'narinfo' sexp version 2.
2016-03-16 15:57:47 +01:00
Andreas Enge
81b55bf7a9
gnu: cm: Update to 0.3.
...
* gnu/packages/algebra.scm (cm): Update to 0.3.
[license]: Change to gpl3+.
2016-03-16 14:29:36 +01:00
Ludovic Courtès
df061d079b
build: Default to " https://mirror.hydra.gnu.org/ " for substitutes.
...
* config-daemon.ac: Check for (gnutls) and define 'GUIX_SUBSTITUTE_URLS'.
* nix/nix-daemon/guix-daemon.cc (main): Use GUIX_SUBSTITUTE_URLS.
* guix/store.scm (%default-substitute-urls): Use 'https' when (gnutls)
is available.
* doc/guix.texi (Binary Installation): Mention mirrors
(Invoking guix-daemon): Mention mirror.hydra.gnu.org.
(Substitutes): Mention mirrors.
(Invoking guix archive): Show https URLs.
2016-03-16 11:27:37 +01:00
Ludovic Courtès
409e4ac6e3
http-client: No 'setvbuf' for non-file ports.
...
* guix/http-client.scm (http-fetch): Do not call 'setvbuf' on non-file
ports.
2016-03-16 11:27:37 +01:00
Roel Janssen
247d498aaa
gnu: Add r-dnacopy.
...
* gnu/packages/bioinformatics.scm (r-dnacopy): New variable.
2016-03-16 11:23:27 +01:00
Rob Syme
6a35566df7
gnu: Add codingquarry.
...
* gnu/packages/bioinformatics.scm (codingquarry): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-03-16 04:49:27 -04:00
Tobias Geerinckx-Rice
8e14e059c4
gnu: Add idle3-tools.
...
* gnu/packages/disk.scm (idle3-tools): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-03-16 02:35:06 -04:00
Efraim Flashner
892f92b7aa
gnu: neon: Update to 0.30.1.
...
* gnu/packages/version-control.scm (neon): Update to 0.30.1.
2016-03-16 05:46:50 +02:00
Efraim Flashner
5575917d13
gnu: mercurial: Update to 3.7.2.
...
* gnu/packages/version-control.scm (mercurial): Update to 3.7.2.
[source]: Update to mercurial-scm.org.
[home-page]: Same.
2016-03-16 05:46:50 +02:00
宋文武
34dc3907ac
gnu: Add gdk-pixbuf+svg.
...
* gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable.
2016-03-16 09:07:00 +08:00
Leo Famulari
1714e2c39c
gnu: git: Update to 2.7.3 [unspecified security fixes].
...
* gnu/packages/version-control.scm (git): Update to 2.7.3.
(git-manpages)[source]: Update hash.
2016-03-15 19:41:23 -04:00
Andy Wingo
7a2413e46d
gnu: services: Add GNOME and XFCE desktop services.
...
* gnu/services/desktop.scm (package-direct-input-selector): New
function.
(<gnome-desktop-configuration>, gnome-desktop-service-type)
(<xfce-desktop-configuration>, xfce-desktop-service-type): New
variables.
(gnome-desktop-service, xfce-desktop-service): New public variables.
* doc/guix.texi (Desktop Services): Document new variables.
2016-03-15 21:03:27 +01:00
Mark H Weaver
a3b84f70d8
Merge branch 'master' into security-updates
2016-03-15 12:40:53 -04:00
Leo Famulari
20095cc513
gnu: xfce: Add xfce4-power-manager.
...
* gnu/packages/xfce.scm (xfce)[propagated-inputs]: Add xfce4-power-manager.
2016-03-15 11:57:40 -04:00
Florian Paul Schmidt
c29e5fda3e
gnu: Add xfce4-power-manager.
...
* gnu/packages/xfce.scm (xfce4-power-manager): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-03-15 11:57:40 -04:00
Mark H Weaver
75b314a615
gnu: linux-libre: Update to 4.5, while preserving linux-libre-4.4.
...
* gnu/packages/linux-libre-x86_64.conf: Rename to ...
* gnu/packages/linux-libre-4.4-x86_64.conf: ... this.
* gnu/packages/linux-libre-i686.conf: Rename to ...
* gnu/packages/linux-libre-4.4-i686.conf: ... this.
* gnu/packages/linux-libre-4.5-i686.conf,
gnu/packages/linux-libre-4.5-x86_64.conf: New files.
* Makefile.am (KCONFIGS): Update accordingly.
* gnu/packages/linux.scm (linux-libre): Update to 4.5.
(linux-libre-4.4): New variable.
2016-03-15 11:09:00 -04:00
Chris Marusich
4d343a141b
doc: Clarify and consolidate modify-services documentation.
...
* doc/guix.texi ("Using the Configuration System"): Move the example...
("Service Reference"): ...to here, and clarify more.
* gnu/services.scm (modify-services): Update docstring to mention the
return type.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2016-03-15 15:54:02 +01:00
Ludovic Courtès
e3009f6000
doc: Add "Hardware Considerations" node.
...
Suggested by Nils Gillmann <niasterisk@grrlz.net >.
* doc/guix.texi (Hardware Considerations): New node.
(operating-system Reference): Mention it.
2016-03-15 10:34:29 +01:00
Efraim Flashner
20109e07bd
gnu: gitolite: Update to 3.6.5.
...
* gnu/packages/version-control.scm (gitolite): Update to 3.6.5.
[source]: Remove patch.
* gnu/packages/patches/gitolite-openssh-6.8-compat.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
2016-03-15 07:10:35 +02:00
Efraim Flashner
b65195c2cc
gnu: shflags: Update to 1.2.0.
...
* gnu/packages/version-control.scm (shflags): Update to 1.2.0.
[source]: Switch to github.
[home-page]: Project moved to github.
2016-03-15 07:10:35 +02:00
Efraim Flashner
3a099d179a
gnu: libgit2: Update to 0.24.0.
...
* gnu/packages/version-control.scm (libgit2): Update to 0.24.0.
[inputs]: Switch python to python-wrapper.
2016-03-15 07:10:35 +02:00
Ludovic Courtès
264fdedb40
grafts: Update the narinfo cache before building a derivation.
...
* guix/grafts.scm (references-oracle)[references*]: Add call to
'substitution-oracle'.
2016-03-14 23:34:33 +01:00
Ludovic Courtès
026ca50fa4
substitute: Keep the initial connection alive.
...
The connection used to fetch /nix-cache-info is now reused for the
subsequent narinfo requests.
* guix/scripts/substitute.scm (download-cache-info)[download]: Remove.
[uri, read-cache-info]: New variables.
Rewrite in terms of 'http-fetch' instead of 'fetch'. Return an open
port in addition to a <cache-info>.
* guix/scripts/substitute.scm (http-multiple-get): Add #:port parameter
and honor it.
(fetch-narinfos)[do-fetch]: Add 'port' parameter.
Adjust to new 'download-cache-info' and 'do-fetch' signatures.
2016-03-14 23:34:33 +01:00
Ludovic Courtès
d262a0f36b
http-client: Add #:keep-alive? parameter.
...
* guix/http-client.scm (http-fetch): Add #:keep-alive? parameter and
pass it to 'http-get' or 'http-get*'.
2016-03-14 23:34:33 +01:00
Ludovic Courtès
cc27dbcf4a
substitute: Remove dead code.
...
This parameter became unused with the switch to HTTP pipelining in
commit d3a652037e .
* guix/scripts/substitute.scm (fetch): Remove #:quiet-404? and adjust
accordingly.
2016-03-14 23:34:33 +01:00
Ludovic Courtès
f09aea1b58
store: 'references/substitutes' caches its results.
...
* guix/store.scm (%reference-cache): New variable.
(references/substitutes): Use it.
2016-03-14 23:34:33 +01:00
Ludovic Courtès
3667bb6cb0
size: Disable grafts.
...
* guix/scripts/size.scm (guix-size): Parametrize '%graft?'.
2016-03-14 23:34:33 +01:00
Andreas Enge
6e6a04016d
doc: Fix incorrect use of @xref.
...
This is a follow-up to commit 1068f26b79 .
Reported by Alex Kost <alezost@gmail.com >.
* doc/guix.texi (Building the Installation Image): Replace @xref by @ref.
2016-03-14 20:54:28 +01:00
David Thompson
9ced12de01
gnu: kodi: Update to 16.0.
...
* gnu/packages/kodi.scm (kodi): Update to 16.0.
[inputs]: Add crossguid, dcadec, and util-linux.
2016-03-14 13:33:01 -04:00
David Thompson
680b54c5ce
gnu: Add dcadec.
...
* gnu/packages/audio.scm (dcadec): New variable.
2016-03-14 13:33:01 -04:00
David Thompson
1e3fbf3c6d
gnu: Add crossguid.
...
* gnu/packages/kodi.scm (crossguid): New variable.
2016-03-14 13:33:01 -04:00
Ricardo Wurmus
10b4a969be
gnu: htsjdk: Use ant-build-system.
...
* gnu/packages/bioinformatics.scm (htsjdk)[build-system]: Use
ant-build-system.
[arguments]: Adapt for ant-build-system.
2016-03-14 14:30:03 +01:00
Ricardo Wurmus
5f7a1a4def
build: Add Ant build system.
...
* guix/build-system/ant.scm: New file.
* guix/build/ant-build-system: New file.
* Makefile.am (MODULES): Add new files.
* doc/guix.texi (Build Systems): Document ant-build-system.
2016-03-14 12:36:49 +01:00
Ricardo Wurmus
535e2a2fee
gnu: ant: Update source URL.
...
* gnu/packages/java.scm (ant)[source]: Use Apache mirror instead of
plain URL.
2016-03-14 12:36:49 +01:00
Ricardo Wurmus
e1a5615875
build: reset-timestamps: Include directories.
...
* guix/build/install.scm (reset-timestamps): Reset timestamps of
directories as well.
2016-03-14 12:36:49 +01:00
Ricardo Wurmus
846e340954
gnu: Add pyicoteo.
...
* gnu/packages/bioinformatics.scm (pyicoteo): New variable.
2016-03-14 12:36:49 +01:00
Efraim Flashner
388e05ee16
gnu: enlightenment: Update to 0.20.6.
...
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.6.
2016-03-14 12:12:53 +02:00
Leo Famulari
61c30e9d23
gnu: Add khard.
...
* gnu/packages/mail.scm (khard): New variable.
2016-03-13 18:52:30 -04:00
Leo Famulari
eed1a61fbb
gnu: Add python-vobject.
...
* gnu/packages/python.scm (python-vobject, python2-vobject): New variables.
2016-03-13 18:52:30 -04:00
Leo Famulari
ed07b08d93
gnu: Split python2-pyicu into python-pyicu and python2-pyicu.
...
* gnu/packages/python.scm (python2-pyicu): Split variable into...
(python-pyicu, python2-pyicu): ...both Python variants.
(python-pyicu)[arguments]: Enable tests.
2016-03-13 18:52:30 -04:00
Leo Famulari
d3b29319b1
gnu: python2-pyicu: Update to 1.9.2.
...
* gnu/packages/python.scm (python2-pyicu): Update to 1.9.2.
2016-03-13 18:52:30 -04:00
Leo Famulari
9bb6d18482
gnu: Add python2-atomicwrites.
...
* gnu/packages/python.scm (python2-atomicwrites): New variable.
2016-03-13 18:52:30 -04:00
Nils Gillmann
aae6b4b9a9
gnu: Add font-un.
...
* gnu/packages/fonts.scm (font-un): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2016-03-13 23:39:26 +01:00
Jochem Raat
467c498bdc
gnu: Add Dutch Aspell dictionary.
...
* gnu/packages/aspell.scm (aspell-dict-nl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2016-03-13 23:39:26 +01:00
Jookia
b6ecac93d6
gnu: Add Google Noto font.
...
* gnu/packages/fonts.scm (font-google-noto): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2016-03-13 23:39:26 +01:00
Leo Famulari
36455a9672
gnu: vdirsyncer: Update 0.9.2.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.9.2.
[arguments]: Run the test suite after installation. Use DETERMINISTIC_TESTS.
Run tests with `make` instead of "py.test".
[native-inputs]: Remove python-pytest-xprocess and python-oauthlib.
2016-03-13 18:26:48 -04:00
Leo Famulari
bea6d94d24
gnu: python-hypothesis: Update to 3.1.0.
...
* gnu/packages/python.scm (python-hypothesis, python2-hypothesis): Update to
3.1.0.
2016-03-13 18:26:48 -04:00
Efraim Flashner
03aef4a795
gnu: libcddb: Update to 1.3.2.
...
* gnu/packages/cdrom.scm (libcddb): Update to 1.3.2.
2016-03-13 21:29:51 +02:00
Efraim Flashner
036fd4f27f
gnu: dvdisaster: Update to 0.79.5.
...
* gnu/packages/cdrom.scm (dvdisaster): Update to 0.79.5.
2016-03-13 21:29:51 +02:00
Efraim Flashner
7df85799b1
gnu: abcde: Use 'modify-phases'.
...
* gnu/packages/cdrom.scm (adcde)[arguments]: Use 'modify-phases'.
2016-03-13 21:29:51 +02:00
Efraim Flashner
1bb4005fbd
gnu: abcde: Update to 2.7.1.
...
* gnu/packages/cdrom.scm (abcde): Update to 2.7.1.
[home-page]: Use https.
2016-03-13 21:29:51 +02:00
Leo Famulari
03422bf834
gnu: libmbim: Use HTTPS URL.
...
* gnu/packages/freedesktop.scm (libmbim)[source]: Use HTTPS URL.
2016-03-13 14:28:38 -04:00
Efraim Flashner
7ff165da48
gnu: frescobaldi: Update to 2.18.2.
...
* gnu/packages/music.scm (frescobaldi): Update to 2.18.2.
2016-03-13 14:31:46 +02:00
Efraim Flashner
5c85c7265a
gnu: libuninameslist: Update to 0.5.20150701.
...
* gnu/packages/fontutils.scm (libuninameslist): Update to 0.5.20150701.
2016-03-13 14:31:46 +02:00
Efraim Flashner
edca4cbeba
gnu: jrnl: Update to 1.9.7.
...
* gnu/packages/jrnl.scm (jrnl): Update to 1.9.7.
[native-inputs]: Remove python-setuptools.
2016-03-13 14:31:46 +02:00
Alex Kost
29f9abb4ca
gnu: font-ubuntu: Update to 0.83.
...
* gnu/packages/fonts.scm (font-ubuntu): Update to 0.83.
2016-03-13 13:16:40 +03:00
Alex Kost
e2a3d69003
gnu: manaplus: Update to 1.6.3.12.
...
* gnu/packages/games.scm (manaplus): Update to 1.6.3.12.
2016-03-13 13:16:23 +03:00
Alex Kost
acd62175e2
gnu: git-modes: Update to 1.2.1.
...
* gnu/packages/emacs.scm (git-modes): Update to 1.2.1.
2016-03-13 12:54:12 +03:00
Efraim Flashner
eb4f2cd7e3
gnu: glpk: Update to 4.59.
...
* gnu/packages/maths.scm (glpk): Update to 4.59.
2016-03-12 23:07:09 +02:00
Mark H Weaver
2c9f0b0770
Merge branch 'master' into security-updates
2016-03-12 15:07:41 -05:00
Efraim Flashner
9591e11a4c
gnu: samba: Update to 4.3.6 [fixes CVE-2015-7560, CVE-2016-0771].
...
* gnu/packages/samba.scm (samba): Update to 4.3.6.
2016-03-12 21:53:03 +02:00
Leo Famulari
e1c644a044
gnu: accountsservice: Use HTTPS URL.
...
* gnu/packages/freedesktop.scm (accountsservice)[source]: Use HTTPS URL.
2016-03-12 12:20:18 -05:00
Andreas Enge
dfbe56c36d
gnu: mupdf: Update to 1.8.
...
* gnu/packages/pdf.scm (mupdf): Update to 1.8.
2016-03-12 10:03:38 +01:00
Andreas Enge
8e755b1bcd
gnu: mupdf: Simplify package.
...
* gnu/packages/pdf.scm (mupdf)[source]: Drop patch and part of snippet
modifying permissions of files added by the patch.
[arguments]: Use #:make-flags instead of modified build and install phases.
Drop superfluous module inclusion. Use modify-phases syntax.
* gnu/packages/patches/mupdf-buildsystem-fix.patch: Remove patch.
* gnu-system.am (dist_patch_DATA): Unregister patch.
2016-03-12 09:56:27 +01:00
Danny Milosavljevic
0ede252b66
gnu: Add fluxbox.
...
* gnu/packages/wm.scm (fluxbox): New variable.
Co-authored-by: Eric Bavier <bavier@member.fsf.org >
2016-03-11 20:43:51 -06:00
Mark H Weaver
81a9653983
gnu: webkitgtk: Update to 2.10.8 [fixes CVE-2016-1726].
...
* gnu/packages/webkit.scm (webkitgtk): Update to 2.10.8.
2016-03-11 17:59:05 -05:00
Leo Famulari
bce6f7ce63
gnu: openexr: Disable broken test to fix build on i686.
...
* gnu/packages/graphics.scm (openexr)[arguments]: New field.
2016-03-11 15:08:32 -05:00
Christopher Allan Webber
b5f990a680
doc: Add footnote about pointing ~/.config/guix/latest at user's checkout
...
* doc/contributing.texi (Running Guix Before It Is Installed): New footnote.
2016-03-11 08:41:07 -08:00
Ludovic Courtès
66a30a3ea4
gnu: libevent: Update to 2.0.22 [fixes CVE-2015-6525].
...
* gnu/packages/libevent.scm (libevent): Update to 2.0.22.
2016-03-11 16:33:50 +01:00
Ludovic Courtès
6a25e59514
cve: Read entire CVE databases for the current year and the past year.
...
The "Modified" database that we were reading is much smaller, but it
only shows CVEs modified over the past week.
* guix/cve.scm (%now, %current-year, %past-year): New variables.
(yearly-feed-uri): New procedure.
(%cve-feed-uri, %ttl): Remove.
(%current-year-ttl, %past-year-ttl): New variables.
(call-with-cve-port): Add 'uri' and 'ttl' parameters and honor them.
Add 'setvbuf' call.
(current-vulnerabilities)[read-vulnerabilities]: New procedure.
Read from both %LAST-YEAR and %CURRENT-YEAR.
2016-03-11 16:33:50 +01:00
Ludovic Courtès
ef0f0d5f97
gnu: vorbis-tools: Patch buffer overflow [fixes CVE-2015-6749].
...
* gnu/packages/patches/vorbis-tools-CVE-2015-6749.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xiph.scm (vorbis-tools)[source]: Use it.
2016-03-11 16:33:50 +01:00
Jan Nieuwenhuizen
baacf042fd
doc: Suggest `guix.scm' for upstream maintainers.
...
* doc/guix.texi (Invoking guix package): Suggest `guix.scm'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2016-03-11 16:33:50 +01:00
Ludovic Courtès
cf557afa2e
cve: Make CPE patch level part of the version string.
...
* guix/cve.scm (%cpe-package-rx): Adjust to account for :PATCH-LEVEL.
(cpe->package-name): Likewise.
2016-03-11 16:33:50 +01:00
Nils Gillmann
d381962f35
gnu: Add powwow.
...
* gnu/packages/games.scm (powwow): New variable.
2016-03-11 08:37:11 +08:00
Roel Janssen
a0a71439fa
gnu: Add bioawk.
...
* gnu/packages/bioinformatics.scm (bioawk): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-03-10 18:37:25 -05:00
Mark H Weaver
7bf4bd0991
gnu: linux-libre: Update to 4.4.5.
...
* gnu/packages/linux.scm (linux-libre): Update to 4.4.5.
2016-03-10 18:17:31 -05:00
Raimon Grau
9514662322
gnu: Add nload.
...
* gnu/packages/networking.scm (nload): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-03-10 16:48:16 -05:00
Leo Famulari
ff22f01d67
gnu: dropbear: Update to 2016.72 [fixes CVE-2016-3116].
...
* gnu/packages/ssh.scm (dropbear): Update to 2016.72.
2016-03-10 15:34:05 -05:00
Leo Famulari
efa3752964
gnu: openssh: Update to 7.2p2 [fixes CVE-2016-3115].
...
* gnu/packages/ssh.scm (openssh): Update to 7.2p2.
2016-03-10 15:34:05 -05:00
Efraim Flashner
a232ce429e
gnu: catch: Update to 1.3.5.
...
* gnu/packages/check.scm (catch): Update to 1.3.5.
2016-03-10 21:41:24 +02:00
Efraim Flashner
34a6f4dcf9
gnu: cppunit: Update to 1.13.2.
...
* gnu/packages/check.scm (cppunit): Update to 1.13.2.
[source]: Change to libreoffice's hosted release tarballs.
[home-page]: Change to freedesktop.
2016-03-10 21:25:31 +02:00
Efraim Flashner
591f1d3e4c
gnu: lcov: Update to 1.12.
...
* gnu/packages/code.scm (lcov): Update to 1.12.
2016-03-10 20:20:26 +02:00
Efraim Flashner
1d116171a0
gnu: the-silver-searcher: Update to 0.31.0.
...
* gnu/packages/code.scm (the-silver-searcher): Update to 0.31.0.
2016-03-10 20:17:50 +02:00
Efraim Flashner
1e42d8b8ba
gnu: complexity: Update to 1.10.
...
* gnu/packages/code.scm (complexity): Update to 1.10.
2016-03-10 20:15:15 +02:00
Efraim Flashner
9720651942
gnu: libass: Update to 0.13.2.
...
* gnu/packages/video.scm (libass): Update to 0.13.2.
2016-03-10 18:23:40 +02:00
Efraim Flashner
83820c0f10
gnu: obs: Update to 0.13.2.
...
* gnu/packages/video.scm (obs): Update to 0.13.2.
2016-03-10 18:23:40 +02:00
Mark H Weaver
c3499ad6b8
gnu: icecat: Add several security fixes.
...
* gnu/packages/patches/icecat-CVE-2015-4477.patch,
gnu/packages/patches/icecat-CVE-2015-7207.patch,
gnu/packages/patches/icecat-CVE-2016-1952-pt01.patch,
gnu/packages/patches/icecat-CVE-2016-1952-pt02.patch,
gnu/packages/patches/icecat-CVE-2016-1952-pt03.patch,
gnu/packages/patches/icecat-CVE-2016-1952-pt04.patch,
gnu/packages/patches/icecat-CVE-2016-1952-pt05.patch,
gnu/packages/patches/icecat-CVE-2016-1952-pt06.patch,
gnu/packages/patches/icecat-CVE-2016-1954.patch,
gnu/packages/patches/icecat-CVE-2016-1960.patch,
gnu/packages/patches/icecat-CVE-2016-1961.patch,
gnu/packages/patches/icecat-CVE-2016-1962.patch,
gnu/packages/patches/icecat-CVE-2016-1964.patch,
gnu/packages/patches/icecat-CVE-2016-1965.patch,
gnu/packages/patches/icecat-CVE-2016-1966.patch,
gnu/packages/patches/icecat-CVE-2016-1974.patch,
gnu/packages/patches/icecat-bug-1248851.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
2016-03-10 10:52:41 -05:00
Ludovic Courtès
ec278439f3
substitute: Optimize HTTP pipelining over TLS.
...
* guix/scripts/substitute.scm (http-multiple-get): Write the requests
to a bytevector output port before sending them.
2016-03-10 13:55:30 +01:00
Ludovic Courtès
9b7bd1b160
substitute: Add HTTPS support.
...
Fixes <http://bugs.gnu.org/22937 >.
Reported by Chris Marusich <cmmarusich@gmail.com >.
* guix/scripts/substitute.scm (fetch): Add 'https' alongside 'http'.
Use 'open-connection-for-uri' instead of 'open-socket-for-uri'. Call
'setvbuf' only when PORT matches 'file-port?'.
(http-multiple-get): Likewise. Change 'base-url' parameter to
'base-uri'.
(fetch-narinfos)[do-fetch]: Add 'https' case alongside 'http'. Pass URI
instead of URL to 'http-multiple-get'.
* doc/guix.texi (Requirements): Move GnuTLS one level higher and mention
HTTPS substitutes.
(Substitutes): Mention HTTPS and recommend it. Explain why servers
are not authenticated. Add "On Trusting Binaries" subsection.
2016-03-10 13:55:30 +01:00
Efraim Flashner
2f9862ffd0
gnu: isc-dhcp: Update bundled bind to 9.9.8-P4 [fixes CVE-2016-1285, CVE-2016-1286].
...
* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.8-P4.
2016-03-10 09:49:04 +02:00
Efraim Flashner
0d88031c2f
gnu: bind-utils: Update to 9.10.3-P4 [fixes CVE-2016-1285, CVE-2016-1286].
...
* gnu/packages/dns.scm (bind-utils): Update to 9.10.3-P4.
2016-03-10 09:29:55 +02:00
Ricardo Wurmus
82f145ef7a
gnu: custom-gcc: Delete broken or conflicting executables.
...
* gnu/packages/gcc.scm (custom-gcc)[arguments]: Add phase to remove
executables that are non-functional or conflict with the executables of
"gcc".
2016-03-10 07:12:27 +01:00
宋文武
ce6027bf43
gnu: nautilus: Don't propagate gtk+.
...
* gnu/packages/gnome.scm (nautilus): Move gtk+ from propagated-inputs to inputs.
2016-03-10 08:27:53 +08:00
Ludovic Courtès
204d34ff96
substitute: Error out on unsupported URL schemes.
...
Reported in <http://bugs.gnu.org/22937 >
by Chris Marusich <cmmarusich@gmail.com >.
* guix/scripts/substitute.scm (fetch): Add 'else' case and call 'leave'.
2016-03-09 23:47:49 +01:00
Ludovic Courtès
bec7f35214
ui: Do not call 'port-filename' on closed file ports.
...
* guix/ui.scm (call-with-error-handling)[port-filename*]: New
procedure.
Use it in the 'nar-error?' case.
2016-03-09 23:47:49 +01:00
Andreas Enge
8bcdc23fd0
gnu: texlive: Make texlive-bin and texlive-texmf private.
...
* gnu/packages/texlive.scm (texlive-bin, texlive-texmf): Define the variables
as non-public; they should not be installed into a profile.
2016-03-09 22:36:45 +01:00
Andreas Enge
fde6060347
gnu: po4a: Use texlive-minimal instead of texlive-bin.
...
* gnu/packages/gettext.scm (po4a)[inputs]: Replace texlive-bin by
texlive-minimal.
2016-03-09 22:36:45 +01:00
Andreas Enge
aad375c9bc
gnu: statistics: Remove import of unused texlive module.
...
* gnu/packages/statistics.scm: Do not import (gnu packages texlive).
2016-03-09 22:36:45 +01:00
Andreas Enge
289adba7a3
gnu: gnuplot: Use texlive-minimal instead of texlive-bin.
...
* gnu/packages/maths.scm (gnuplot)[inputs]: Replace texlive-bin by
texlive-minimal.
2016-03-09 22:36:45 +01:00
Tobias Geerinckx-Rice
fb9ca51130
gnu: simple-scan: Update to 3.19.91.
...
* gnu/packages/gnome.scm (simple-scan): Update to 3.19.91.
[arguments]: Add 'clean' phase.
2016-03-09 15:55:33 -05:00
Mark H Weaver
f97334220c
gnu: pidgin-otr: Update to 4.0.2.
...
* gnu/packages/messaging.scm (pidgin-otr): Update to 4.0.2.
2016-03-09 15:51:16 -05:00
Andreas Enge
5adb3a4db4
gnu: libotr: Remove version 3.2.1.
...
* gnu/packages/messaging.scm (libotr-3): Remove variable.
2016-03-09 21:31:18 +01:00
Leo Famulari
89e58e8e8c
libotr: Update to 4.1.1 [fixes CVE-2016-2851].
...
* gnu/packages/messaging.scm (libotr): Update to 4.1.1.
[native-inputs]: New field.
2016-03-09 15:19:50 -05:00
Ludovic Courtès
f5a9103991
gnu: dbus: Incorporate "dbus-helper-search-path.patch".
...
* gnu/packages/glib.scm (dbus)[source]: Apply
"dbus-helper-search-path.patch".
(dbus/activation): Remove.
* gnu/services/dbus.scm (<dbus-configuration>)[dbus]: Default to DBUS.
(dbus-service): Likewise.
2016-03-09 15:31:23 +01:00
Ludovic Courtès
255f730879
gnu: eudev: Add dependency on blkid.
...
* gnu/packages/linux.scm (eudev)[inputs]: Add UTIL-LINUX.
(eudev-with-blkid): Remove.
* gnu/services/base.scm (udev-service): Use EUDEV instead of
EUDEV-WITH-BLKID.
* gnu/system.scm (%base-packages): Likewise.
2016-03-09 15:26:09 +01:00
Ludovic Courtès
297a36abfc
gnu: graphite2: Update to 1.3.6.
...
* gnu/packages/fontutils.scm (graphite2)[replacement]: Remove.
[version, source]: Update to 1.3.6.
(graphite2-1.3.6): Remove.
2016-03-09 15:23:12 +01:00
Ludovic Courtès
4cff124bbf
gnu: openssl: Update to 1.0.2g.
...
* gnu/packages/tls.scm (openssl)[replacement]: Remove.
[version, source]: Bump to 1.0.2g. Use "openssl-c-rehash-in.patch"
instead of "openssl-c-rehash.patch".
(openssl-1.0.2g): Remove.
* gnu-system.am (dist_patch_DATA): Remove "openssl-c-rehash.patch".
2016-03-09 15:20:34 +01:00
Ludovic Courtès
4d1a35fabc
gnu: perl: Incorporate patch for CVE-2016-2381.
...
* gnu/packages/perl.scm (perl)[source]: Add "perl-CVE-2016-2381.patch".
[replacement]: Remove.
(perl-fixed): Remove.
2016-03-09 15:17:12 +01:00
Ludovic Courtès
6da23c0429
gnu: complexity: Update to 1.9.
...
* gnu/packages/code.scm (complexity): Update to 1.9.
2016-03-09 15:10:20 +01:00
Ludovic Courtès
f1eacbafc4
upstream: Fix 'signature-urls' coalescing.
...
Previously, the resulting 'signature-urls' would contain N times the
same URL.
* guix/upstream.scm (coalesce-sources): Fix TWO in 'signature-urls'.
* tests/upstream.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
2016-03-09 15:08:00 +01:00
Ludovic Courtès
1ddee42472
doc: Add note on store immutability.
...
* doc/guix.texi (The Store): Mention "store items" and the database
location. Add note on the store's immutability.
2016-03-09 14:49:28 +01:00
Efraim Flashner
00eb9fa3e2
gnu: Add liblangtag.
...
* gnu/packages/libreoffice.scm (liblangtag): New variable.
Co-authored-by: Andreas Enge <andreas@enge.fr >
2016-03-09 14:27:19 +01:00
Andreas Enge
ebc816311c
gnu: libreoffice: Enable parallel build.
...
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Enable parallel
build.
2016-03-09 14:27:19 +01:00
Ludovic Courtès
112024826d
system: Explicitly set umask to 022 in /etc/profile.
...
Fixes <http://bugs.gnu.org/22650 >.
Reported by myglc2 <myglc2@gmail.com >.
* gnu/system.scm (operating-system-etc-service)[profile]: Invoke
'umask'.
2016-03-08 23:30:53 +01:00
Ludovic Courtès
5284339d9d
guix build: Add '--quiet'.
...
Fixes <http://bugs.gnu.org/19772 >.
Reported by Andrei Osipov <andrspv@gmail.com >.
* guix/scripts/build.scm (show-help, %options): Add --quiet.
(guix-build): Parameterize 'current-build-output-port' accordingly.
* doc/guix.texi (Invoking guix build): Use it in example.
(Additional Build Options): Document it.
2016-03-08 22:00:17 +01:00
Ludovic Courtès
efb107e0cd
packages: Gracefully report packages not found.
...
Fixes a thinko introduced in 1b846da8c3
that would lead to a backtrace when looking for an unknown package.
* gnu/packages.scm (%find-package): Correct logic when checking for
FALLBACK?.
2016-03-08 11:48:21 +01:00
Ludovic Courtès
95cd4971d0
packages: Support the deprecated "NAME-VERSION" syntax.
...
Fixes a typo introduced in 1b846da8c3 that
would lead to a backtrace when using the deprecated syntax.
* gnu/packages.scm (%find-package): Turn the first argument to
'call-with-values' into a thunk. Use #:select instead of '@' to select
the right 'package-name->name+version' procedure.
2016-03-08 11:38:46 +01:00
Ludovic Courtès
7befee308b
packages: Clarify NAME-VERSION deprecation message.
...
* gnu/packages.scm (%find-package): Clarify message; remove trailing
period.
2016-03-08 11:36:16 +01:00
Ludovic Courtès
16210486e6
guix system: Write the GC root on the target file system.
...
Fixes <http://bugs.gnu.org/22802 >.
Reported by Jookia <166291@gmail.com >.
* guix/scripts/system.scm (install-grub*): Prepend TARGET to GC-ROOT.
2016-03-08 11:11:28 +01:00
Ludovic Courtès
16f4acbddb
emacs: Gracefully handle wrong package names passed to 'guix-edit'.
...
Fixes <http://bugs.gnu.org/22933 >.
* emacs/guix-main.scm (package-location-string): Rewrite to handle the
case where 'packages-by-name' returns the empty list.
Co-authored-by: Mathieu Lirzin <mthl@gnu.org >
2016-03-08 11:11:28 +01:00
Efraim Flashner
e224495ce1
gnu: jasper: Add fixes for CVE-2016-1577, CVE-2016-2089, CVE-2016-2116.
...
* gnu/packages/patches/jasper-CVE-2016-1557.patch,
gnu/packages/patches/jasper-CVE-2016-2089.patch,
gnu/packages/patches/jasper-CVE-2016-2116.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/image.scm (jasper)[source]: Add patches.
2016-03-08 11:54:58 +02:00
Leo Famulari
165e0382b3
gnu: libreoffice: Update to 5.0.5.2 [fixes CVE-2016-{0794, 0795}].
...
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.0.5.2.
2016-03-07 22:55:45 -05:00
Mark H Weaver
a90d24715b
gnu: linux-libre: Update to 4.1.19.
...
* gnu/packages/linux.scm (linux-libre): Update to 4.1.19.
2016-03-07 19:17:39 -05:00
Mark H Weaver
ac00a3d897
gnu: linux-libre: Update to 4.4.4.
...
* gnu/packages/linux.scm (linux-libre): Update to 4.4.4.
2016-03-07 19:17:39 -05:00
Ludovic Courtès
ced71ac7a7
packages: Cache the result of 'input-grafts'.
...
This reduces the wall-clock time of
guix environment gnutls --pure -E true
by ~35%.
* guix/packages.scm (%graft-cache): New variable.
(input-graft): Use 'cached' to cache to %GRAFT-CACHE.
2016-03-08 00:01:13 +01:00
Ludovic Courtès
9775412ee0
packages: Cache the result of 'package->bag'.
...
This reduces the wall-clock time of
guix environment gnutls --pure -E true
by ~25%.
* guix/packages.scm (%bag-cache): New variable.
(package->bag): Use 'cached' to cache things to %BAG-CACHE.
2016-03-08 00:01:13 +01:00
Ludovic Courtès
198d84b70b
packages: Generalize the 'cached' macro.
...
* guix/packages.scm (cache): Rename to...
(cache!): ... this. Add 'cache' parameter, and use it.
(cached): Add a rule to allow the cache to be specified.
2016-03-08 00:01:13 +01:00
Andy Wingo
ef7516aa04
gnu: network-manager: Update to 1.0.10.
...
* gnu/packages/gnome.scm (network-manager): Update to 1.0.10.
(network-manager-applet): Likewise.
(%network-manager-glib-duplicate-test-patch): Remove.
2016-03-07 21:15:37 +01:00
Andy Wingo
b4f59d87a6
gnu: network-manager: Disable failing tests.
...
* gnu/packages/gnome.scm (network-manager): Add pre-configure phase.
2016-03-07 21:14:23 +01:00
Andy Wingo
c42602b5cb
gnu: elogind: Update to 219.13.
...
* gnu/packages/freedesktop.scm (elogind): Update to 219.13. Remove
build fix that is no longer needed. Update home page.
2016-03-07 21:10:00 +01:00
Andy Wingo
a7e50a2a03
gnu: system: Add elogind cgroup mount.
...
* gnu/system/file-systems.scm (%elogind-file-systems): Add elogind
cgroup mount.
2016-03-07 21:10:00 +01:00
Ricardo Wurmus
0e2f2aebed
gnu: Add Blender.
...
* gnu/packages/graphics.scm (blender): New variable.
2016-03-07 20:58:25 +01:00
宋文武
201cfb81d1
gnu: Add gst-python.
...
* gnu/packages/gstreamer.scm (python-gst, python2-gst): New variables.
2016-03-07 09:57:20 +08:00
宋文武
fa7cf82ebe
gnu: python-pygobject: Propagate glib and libffi.
...
* gnu/packages/glib.scm (python-pygobject): Move glib and libffi to propagated-inputs.
(python2-pygobject)[inputs]: Remove glib and libffi.
2016-03-07 09:57:20 +08:00
宋文武
e28f95a963
gnu: python-pygobject: Add search path for GI_TYPELIB_PATH.
...
* gnu/packages/glib.scm (python-pygobject)[native-search-paths]: Use the
same search paths as gobject-introspection.
2016-03-07 09:57:20 +08:00
宋文武
b3585d9bda
gnu: orc: Update to 0.4.25.
...
* gnu/packages/gstreamer.scm (orc): Update to 0.4.25.
2016-03-07 09:57:20 +08:00
宋文武
60a0886d72
services: Use 'packages->manifest' in 'packages->profile-entry'.
...
This allows using (PACKAGE OUTPUT) in the packages field.
Reported by Jan Nieuwenhuizen <janneke@gnu.org >.
* gnu/services.scm (packages->profile-entry): Use 'packages->manifest'.
2016-03-07 09:57:20 +08:00
Ludovic Courtès
956ad60cad
services: elogind: Rely on D-Bus activation.
...
Previously elogind was explicitly spawned by the Shepherd. Now it is
activated by dbus-daemon on demand.
* gnu/packages/freedesktop.scm (elogind)[arguments]: Add
'fix-service-file' phase.
* gnu/services/desktop.scm (elogind-shepherd-service): Remove.
(elogind-dbus-service): New procedure.
(elogind-service-type): Do not extend SHEPHERD-ROOT-SERVICE-TYPE. Use
'elogind-dbus-service' for DBUS-ROOT-SERVICE-TYPE.
2016-03-07 00:01:03 +01:00
Ludovic Courtès
ef8de9852e
tests: Disable grafting by default for most tests.
...
This allows tests to run as expected even in the presence of
replacements among the bootstrap packages, such as Perl (commit
d8173f21f7 ).
* tests/cpan.scm: Add (%graft? #f).
* tests/derivations.scm: Likewise.
* tests/graph.scm: Likewise.
* tests/monads.scm: Likewise.
* tests/profiles.scm: Likewise.
* tests/gexp.scm: Likewise.
("gexp->derivation vs. grafts"): Explicitly reenable grafting before,
and disable it after, using 'set-grafting'.
2016-03-06 23:16:35 +01:00
Ludovic Courtès
322bb53c7a
import: snix: Use the right 'package-name->name+version'.
...
Fixes a regression introduced in
1b846da8c3 .
* guix/import/snix.scm: Use 'package-name->name+version' from (guix
build utils).
2016-03-06 23:16:35 +01:00
Ricardo Wurmus
afadb05e58
gnu: alsa-modular-synth: Insert space to separate linker flags.
...
* gnu/packages/audio.scm (alsa-modular-synth)[arguments]: Add build
phase to separate linker flags.
2016-03-06 21:17:05 +01:00
Ricardo Wurmus
ee6a88b118
gnu: alsa-modular-synth: Drop Qt 4.
...
* gnu/packages/audio.scm (alsa-modular-synth)[inputs]: Replace "qt-4"
with "qt".
[arguments]: Add configure flag to build with Qt 5.
2016-03-06 21:17:05 +01:00
Ludovic Courtès
59a4dd509b
doc: Explain how to check whether security updates are used.
...
Based on
<https://lists.gnu.org/archive/html/guix-devel/2016-03/msg00009.html >.
* doc/guix.texi (Security Updates): Explain how to check whether we're
using a grafted version.
2016-03-05 22:53:40 +01:00
Ludovic Courtès
dd78e90a4d
store: 'references/substitutes' correctly handles the order of substitutes.
...
Before that, 'references/substitutes' would assume that
'substitutable-path-info' would return things in the same order as its
arguments, which is not the case. Thus, it would sometimes provide
incorrect reference information, occasionally leading to infinite
loop (because dependency information would denote cycles.)
Fixes <http://bugs.gnu.org/22914 >.
Reported by Eric Bavier <ericbavier@openmailbox.org >.
* guix/store.scm (references/substitutes): Make ITEMS the first argument
of the loop; match on it. Use 'any' to find a matching substitute.
(substitutable-path-info): Clarify docstring about ordering.
2016-03-05 22:53:40 +01:00
Andreas Enge
451b5c5dc6
gnu: vigra: Update to a development snapshot.
...
* gnu/packages/image.scm (vigra): Update to a git snapshot to fix build
problems with the current python-numpy.
2016-03-05 19:09:42 +01:00
Andreas Enge
d7c4619bd1
gnu: Add einstein.
...
* gnu/packages/games.scm (einstein): New variable.
* gnu/packages/patches/einstein-build.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
2016-03-05 18:44:43 +01:00
Andreas Enge
1068f26b79
doc: Typos and small stylistic changes.
...
* guix.texi: Correct typos and make minor changes.
2016-03-05 16:27:35 +01:00
Andreas Enge
03d55eeca7
gnu: jalv: Drop Qt-4 support.
...
* gnu/packages/audio.scm (jalv)[inputs]: Drop qt-4. It does not receive any
upstream security updates, and Qt-4 support is marked as experimental in
the jalv documentation.
2016-03-05 12:20:09 +01:00
Ludovic Courtès
b4c42a4b07
tests: Disable tests that would rebuild the world due to grafting.
...
The Perl replacement added in d8173f2 leads some tests to involve
grafting, which in turn triggers derivation builds that rebuild the
world. Work around that.
* tests/packages.scm: Add call to '%graft?'.
("package-derivation, direct graft")
("package-cross-derivation, direct graft"): Comment out.
2016-03-05 00:19:10 +01:00
Ludovic Courtès
d4da602e4c
grafts: Memoize intermediate results in 'cumulative-grafts'.
...
The time for:
guix build inkscape -n --no-substitutes
goes down by 30% (in the presence of 3 replacements among all the
packages.)
* guix/grafts.scm (cumulative-grafts): Turn into a monadic procedure in
%STATE-MONAD. Use the current state as a derivation-to-graft cache.
(graft-derivation): Call 'cumulative-grafts' within 'run-with-state'.
2016-03-05 00:19:10 +01:00
Ludovic Courtès
fcadd9ff9d
packages: The result of 'bag-grafts' does not contain duplicates.
...
* guix/packages.scm (bag-grafts): Add call to 'delete-duplicates'.
2016-03-05 00:19:10 +01:00
Ludovic Courtès
c90cb5c9d8
grafts: Use dependency information from substitutes when possible.
...
This avoids starting derivation builds just for the sake of knowing the
references of their outputs, thereby restoring the expected behavior of
--dry-run when substitutes are available.
* guix/grafts.scm (non-self-references): Remove 'store' parameter, and
add 'references'. Use it. Update caller.
(references-oracle): New variable.
(cumulative-grafts): Add 'references' parameter and use it. Update
callers.
(graft-derivation): Remove 'build-derivations' call. Add call to
'references-oracle'.
2016-03-05 00:19:10 +01:00
Ludovic Courtès
6581ec9ab9
store: Add 'references/substitutes'.
...
* guix/store.scm (references/substitutes): New procedure.
* tests/store.scm ("references/substitutes missing reference info")
("references/substitutes with substitute info"): New tests.
2016-03-05 00:19:10 +01:00
Ludovic Courtès
7bfeb9df20
tests: Narinfos can specify an non-empty reference list.
...
* guix/tests.scm (derivation-narinfo): Add #:references and honor it.
(call-with-derivation-narinfo, call-with-derivation-substitute):
Likewise.
(with-derivation-narinfo, with-derivation-substitute): Add 'references'
keyword.
2016-03-05 00:19:10 +01:00
Ludovic Courtès
c8f9f24776
guix build: Set the build options early.
...
This fixes a bug whereby, with grafts leading to builds very early,
build options such as --substitute-urls would not be taken into account
yet.
Reported by Andreas Enge <andreas@enge.fr >.
* guix/scripts/build.scm (guix-build): Move 'opts' to the beginning.
Use 'with-store' instead of 'open-connection'. Call
'set-build-options-from-command-line' right after 'with-store'.
2016-03-05 00:19:10 +01:00
Leo Famulari
eda0522aab
gnu: letsencrypt, python-acme: Update to 0.4.2.
...
These packages should be updated together.
* gnu/packages/tls.scm (letsencrypt): Update to 0.4.2.
(python-acme, python2-acme): Update to 0.4.2.
2016-03-04 18:10:00 -05:00
Leo Famulari
65f1b8a591
gnu: python-cryptography, python-cryptography-vectors: Update to 1.2.3.
...
These packages should be updated together.
* gnu/packages/python.scm (python-cryptography): Update to 1.2.3.
(python-cryptography-vectors): Update to 1.2.3.
2016-03-04 18:09:20 -05:00
Ludovic Courtès
44abcb2868
doc: Mention syslogd configuration.
...
* gnu/services/base.scm (syslog-service): Add xref to Inetutils in the
docstring.
(%default-syslog.conf): Export.
* doc/guix.texi (Base Services): Update accordingly.
2016-03-04 11:48:52 +01:00
Ludovic Courtès
4ce783a2f9
lint: cve: Gracefully handle HTTP errors.
...
* guix/scripts/lint.scm (current-vulnerabilities*): New procedure.
(package-vulnerabilities): Use it.
2016-03-04 11:48:52 +01:00
Ludovic Courtès
fe4e698d77
gnu: gnome: Sync description and synopsis.
...
* gnu/packages/gnome.scm (gnome)[synopsis, description]: Use official
GNU blurb.
2016-03-04 11:48:52 +01:00
Ludovic Courtès
ffaf83dfb1
gnu: nano: Update to 2.5.3.
...
* gnu/packages/nano.scm (nano): Update to 2.5.3.
2016-03-04 11:48:52 +01:00
Ludovic Courtès
4978ffcfc2
gnu: libgit2: Update to 0.23.4.
...
* gnu/packages/version-control.scm (libgit2): Update to 0.23.4.
2016-03-04 11:48:52 +01:00
Ludovic Courtès
9c7e7eadfa
gnu: findnewest: Update to 0.3.
...
* gnu/packages/version-control.scm (findnewest): Update to 0.3.
2016-03-04 11:48:52 +01:00
Alex Kost
db0c709b9a
emacs: Use '@' to separate package names and version numbers.
...
This is a followup to commit 1b846da8c3 .
* emacs/guix-base.el (guix-package-name-specification): Use "@" instead
of "-".
* emacs/guix-main.scm (name+version->full-name): Likewise.
(package-inputs-names): Use 'make-package-specification' instead of
'package-full-name'.
(full-name->name+version): Update the docstring.
* emacs/guix-ui-package.el (guix-packages-by-name): Likewise.
2016-03-04 13:17:36 +03:00
Alex Kost
b8fa5a2ae8
emacs: hydra: Use '-' to separate job names and version numbers.
...
* emacs/guix-hydra.el (guix-hydra-job-name-specification): New procedure.
* emacs/guix-ui-package.el (guix-package-info-insert-systems)
(guix-package-list-latest-builds): Use it.
2016-03-04 13:17:36 +03:00
Leo Famulari
c7658f8f2c
gnu: exim: Update to 4.86.2 [fixes CVE-2016-1531].
...
* gnu/packages/mail.scm (exim): Update to 4.86.2.
2016-03-03 20:38:47 -05:00
David Thompson
4a52671131
gnu: Add byzanz.
...
* gnu/packages/gnome.scm (byzanz): New variable.
2016-03-03 20:23:07 -05:00
Ludovic Courtès
abd678565e
doc: Improve Info categories.
...
* doc/guix.texi: Change main category to "System administration". Fix
syntax of subnodes. Add entries for 'guix pull' and 'guix gc'. Add
"Emacs" category.
2016-03-03 23:54:36 +01:00
Ludovic Courtès
5c7e1a3270
build: Use (guix grafts) as needed.
...
This is a followup to 7adf9b8 .
* build-aux/check-final-inputs-self-contained.scm: Use (guix grafts).
* build-aux/check-available-binaries.scm: Likewise.
2016-03-03 23:54:36 +01:00
Efraim Flashner
50b66bf1b0
gnu: youtube-dl: Update to 2016.03.01.
...
* gnu/packages/video.scm (youtube-dl): Update to 2016.03.01.
2016-03-03 22:55:46 +02:00
Efraim Flashner
581873b55d
gnu: mpv: Update to 0.16.0.
...
* gnu/packages/video.scm (mpv): Update to 0.16.0.
2016-03-03 22:53:37 +02:00
Leo Famulari
d8173f21f7
gnu: perl: Replace with patched version [fixes CVE-2016-2381].
...
* gnu/packages/patches/perl-CVE-2016-2381.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/perl.scm (perl)[replacement]: New field.
(perl-fixed): New variable.
* gnu/packages/commencement.scm (perl-boot0)[replacement]: New field.
2016-03-03 14:56:23 -05:00
Efraim Flashner
7b3f2682de
gnu: irssi: Support proxy, socks, bot.
...
* gnu/packages/irc.scm (irssi)[arguments]: Add configure flags to
support proxy, socks and bot.
2016-03-03 19:04:31 +02:00
Efraim Flashner
fd41741bdc
gnu: irssi: Update to 0.8.18.
...
* gnu/packages/irc.scm (irssi): Update to 0.8.18.
[source]: Update uri.
2016-03-03 19:04:31 +02:00
Ludovic Courtès
7016184245
build: Build (guix import github) only when Guile-JSON is available.
...
Reported by Justus Winter <justus@gnupg.org >.
* Makefile.am (MODULES): Add guix/import/github.scm only when
HAVE_GUILE_JSON.
2016-03-03 17:46:58 +01:00
Justus Winter
8a56a3d7a3
po: Drop removed file 'weechat.scm'.
...
Fixes <http://bugs.gnu.org/22888 >.
weechat has been merged into 'irc.scm' in e288f007 .
* po/packages/POTFILES.in: Drop removed file 'weechat.scm'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2016-03-03 17:42:47 +01:00
Petter
d0a65256a3
system: GRUB menu entry says "beta" instead of "alpha"
...
* gnu/system.scm (kernel->grub-label): Change "alpha" to "beta'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2016-03-03 17:42:47 +01:00
Ludovic Courtès
16cc99610d
system: Add rfkill to '%base-packages'.
...
* gnu/system.scm (%base-packages): Add RFKILL.
2016-03-03 17:42:47 +01:00
Ricardo Wurmus
649e9b3b47
gnu: python-pysam: Move cython and setuptools to native inputs.
...
* gnu/packages/bioinformatics.scm (python-pysam)[inputs]: Move
"python-cython" and "python-setuptools" from here...
[native-inputs]: ... to here.
2016-03-03 13:47:19 +01:00
Ricardo Wurmus
3acb8c857c
gnu: deeptools: Update to 2.1.1.
...
* gnu/packages/bioinformatics.scm (deeptools): Update to 2.1.1.
[inputs]: Add "python2-numpydoc" and "python2-pybigwig".
2016-03-03 13:47:12 +01:00
Ricardo Wurmus
14bda1ff49
gnu: deeptools: Change "propagated-inputs" to "inputs".
...
* gnu/packages/bioinformatics.scm (deeptools)[propagated-inputs]: Move
all inputs from here...
[inputs]: ...to here.
2016-03-03 13:47:02 +01:00
Ricardo Wurmus
69e0e03c36
gnu: Add python-pybigwig.
...
* gnu/packages/bioinformatics.scm (python-pybigwig, python2-pybigwig):
New variables.
2016-03-03 13:46:52 +01:00
Ricardo Wurmus
d454640c38
gnu: python-pysam: Update to 0.8.4.
...
* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.8.4.
2016-03-03 13:46:39 +01:00
Ricardo Wurmus
55a9a8c2b9
gnu: python-pysam, python2-pysam: Move to bioinformatics.scm.
...
* gnu/packages/python.scm (python-pysam, python2-pysam): Move to...
* gnu/packages/bioinformatics.scm (python-pysam, python2-pysam):
...here.
2016-03-03 13:46:26 +01:00
Ludovic Courtès
937690f909
lint: derivation: Disable grafts, but check replacements.
...
* guix/scripts/lint.scm (check-derivation): Pass #:graft? #f. When
'package-replacement' exists, compute its derivation.
2016-03-03 09:46:17 +01:00
Lukas Gradl
e90819c40a
gnu: Add procmail.
...
* gnu/packages/patches/procmail-ambiguous-getline-debian.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (procmail): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-03-02 20:44:18 -05:00
Ludovic Courtès
94d609aba8
guix build: -S returns the replacement's source.
...
Reported by Mark H Weaver.
* guix/scripts/build.scm (options->derivations): When SRC and GRAFT? are
true, use the source of P's replacement.
* tests/guix-build.sh: Add test.
2016-03-03 00:18:30 +01:00
Ludovic Courtès
49c4fd2aab
hydra: Completely disable grafting.
...
* build-aux/hydra/gnu-system.scm (hydra-jobs): Parameterize '%graft?'.
Build package replacements when they are available.
2016-03-03 00:18:30 +01:00
Ludovic Courtès
f8187bde7f
hydra: Improve readability.
...
* build-aux/hydra/gnu-system.scm (hydra-jobs): Use 'filter-map' instead
of directly 'fold-packages'.
2016-03-03 00:18:30 +01:00
Mathieu Lirzin
1b846da8c3
utils: Use '@' for separating package names and version numbers.
...
This provides the ability to use numbers in package names.
Fixes <http://bugs.gnu.org/19219 >.
* guix/utils.scm (package-name->name+version): New procedure.
* gnu/packages.scm (%find-package): Add a FALLBACK? keyword argument.
Use the previous method when no package is found.
(specification->package+output, specification->package): Adapt
documentation to new syntax.
* doc/guix.texi (Invoking guix package, Invoking guix import): Likewise.
* guix/ui.scm (package-specification->name+version+output): Likewise.
* guix/scripts/import/hackage.scm (show-help): Likewise.
* tests/guix-build.sh: Adapt to new syntax.
* tests/guix-lint.sh: Likewise.
* tests/guix-package.sh: Likewise.
* tests/ui.scm ("package-specification->name+version+output"): Likewise.
* tests/utils.scm ("package-name->name+version"): Likewise.
* NEWS: Mention new syntax.
2016-03-02 21:41:41 +01:00
Mathieu Lirzin
fad155d47e
packages: Factorize package specification search.
...
* gnu/packages.scm (%find-package): New procedure.
(specification->package, specification->package+output): Use it.
2016-03-02 21:41:41 +01:00
Mark H Weaver
b134a80c36
gnu: icecat: Update bundled graphite2 to 1.3.6 [unspecified security fixes].
...
* gnu/packages/patches/icecat-update-graphite2-pt2.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patch.
2016-03-02 15:13:15 -05:00
Mark H Weaver
bd009cd95d
gnu: nss: Update to 3.21.1.
...
* gnu/packages/gnuzilla.scm (nss): Update to 3.21.1.
2016-03-02 15:13:14 -05:00
Mark H Weaver
d47ad0890c
gnu: graphite2: Replace with 1.3.6 [unspecified security fixes].
...
See <https://bodhi.fedoraproject.org/updates/FEDORA-2016-dec1faadc5 >
* gnu/packages/fontutils.scm (graphite2)[replacement]: New field.
(graphite2-1.3.6): New variable.
2016-03-02 15:12:18 -05:00
Jessica Tallon
c285a400a2
gnu: Add password-store.
...
* gnu/packages/password-utils.scm (password-store): New variable.
Co-authored-by: Andreas Enge <andreas@enge.fr >
Co-authored-by: Leo Famulari <leo@famulari.name >
2016-03-02 14:18:51 -05:00
Roel Janssen
dd6e70f920
gnu: Add cppcheck.
...
* gnu/packages/check.scm (cppcheck): New variable.
2016-03-02 15:17:56 +01:00
Ludovic Courtès
442a6ff5ea
tests: Disable grafts by default.
...
Fixes <http://bugs.gnu.org/22872 >.
Reported by myglc2 <myglc2@gmail.com >.
* test-env.in: Define and export 'GUIX_BUILD_OPTIONS'.
* tests/guix-build.sh: When setting 'GUIX_BUILD_OPTIONS', make sure it
contains '--no-grafts'.
* tests/guix-package.sh: Likewise.
* tests/guix-daemon.sh: Add (%graft? #f) in Scheme snippets.
2016-03-02 14:47:07 +01:00
Ludovic Courtès
637cd12543
graph: Ignore 'GUIX_BUILD_OPTIONS'.
...
Previously 'GUIX_BUILD_OPTIONS' would be honored, but 'guix graph' does
not support the common build options.
* guix/scripts/graph.scm (guix-graph): Use 'args-fold*' instead of
'parse-command-line'.
2016-03-02 14:47:07 +01:00
Ludovic Courtès
7573d30ff8
guix build: Move '--no-grafts' to the common build options.
...
* guix/scripts/build.scm (%options): Move --no-grafts to...
(%standard-build-options): ... here.
(show-help, show-build-options-help): Adjust accordingly.
* guix/scripts/archive.scm (%default-options): Add 'graft?'.
(guix-archive): Parametrize '%graft?'.
* guix/scripts/environment.scm (%default-options): Add 'graft?'.
(guix-environment): Parametrize '%graft?'.
* guix/scripts/package.scm (%default-options): Add 'graft?'.
(guix-package): Parametrize '%graft?'.
* guix/scripts/system.scm (%default-options): Add 'graft?'.
(guix-system): Parametrize 'graft?'.
* doc/guix.texi (Additional Build Options): Move --no-grafts to...
(Common Build Options): ... here.
2016-03-02 14:47:07 +01:00
Ludovic Courtès
1cbdf82d3b
guix archive: Use 'with-store'.
...
* guix/scripts/archive.scm (guix-archive): Use 'with-store' instead of
an explicit 'open-connection'.
2016-03-02 14:47:07 +01:00
Mark H Weaver
ed742bc4b4
gnu: openssl: Enable ssl2 at build time to ensure ABI compatible graft.
...
Fixes <https://debbugs.gnu.org/22876 >
Reported by Christopher Allan Webber <cwebber@dustycloud.org >.
* gnu/packages/tls.scm (openssl-1.0.2g)[arguments]: Override the inherited
'configure' phase to add "enable-ssl2" as an argument to ./config.
2016-03-02 01:58:42 -05:00
Leo Famulari
eb8065cd27
gnu: ilmbase: Fix typo in adding a patch.
...
* gnu-system.am (dist_patch_DATA): Fix typo.
5e8276dcf4
2016-03-01 20:47:11 -05:00
宋文武
6150b5c780
gnu: xfce: Don't wrap 'startxfce4'.
...
The necessary environment variables are set by 'etc/profile' now.
* gnu/packages/xfce.scm (xfce)[build-system]: Use 'trivial-build-system'.
[arguments]: Simplify.
2016-03-02 08:32:47 +08:00
Leo Famulari
5e8276dcf4
gnu: ilmbase: Add patch to fix build on i686.
...
Fixes <http://bugs.gnu.org/22049 >.
* gnu/packages/patches/ilmbase-fix-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/graphics.scm (ilmbase)[source]: Add patch.
2016-03-01 19:08:31 -05:00
Leo Famulari
88ccca45f6
gnu: openssh: Update to 7.2p1.
...
* gnu/packages/ssh.scm (openssh): Update to 7.2p1.
2016-03-01 16:32:41 -05:00
Leo Famulari
599860d2b9
gnu: libressl: Update to 2.2.6.
...
* gnu/packages/tls.scm (libressl): Update to 2.2.6.
2016-03-01 16:30:13 -05:00
Leo Famulari
043c3f0bed
gnu: parallel: Update to 20160222.
...
* gnu/packages/parallel.scm (parallel): Update to 20160222.
2016-03-01 15:15:38 -05:00
Pjotr Prins
f82c8c3cba
gnu: r-go-db: Bioconductor changed URL for data downloads.
...
* gnu/packages/bioinformatics.scm (r-go-db)[source]: Update data URL.
2016-03-01 19:47:26 +02:00
Pjotr Prins
27acfaea4c
gnu: r-iranges: Update to 2.4.8.
...
* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.4.8.
2016-03-01 19:47:26 +02:00
Pjotr Prins
8921841da8
gnu: r-s4vectors: Update to 0.8.11.
...
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.8.11.
2016-03-01 19:47:25 +02:00
Pjotr Prins
b70fa3c7f7
gnu: r-ggplot2: Update to 2.0.0.
...
* gnu/packages/statistics.scm (r-ggplot2): Update to 2.0.0.
2016-03-01 19:47:24 +02:00
Ludovic Courtès
caeadfddb0
gnu: openssl: Replace with 1.0.2g [fixes CVE-2016-{0800,0705,0798,0797,0799,0702,0703,0704}].
...
See <http://openssl.org/news/secadv/20160301.txt >.
Also fixes <http://bugs.gnu.org/22831 >.
* gnu/packages/patches/openssl-c-rehash-in.patch: New file.
* gnu/packages/tls.scm (openssl)[replacement]: New field.
(openssl-1.0.2g): New variable.
2016-03-01 16:00:46 +01:00
Ludovic Courtès
c22a1324e6
grafts: Graft recursively.
...
Fixes <http://bugs.gnu.org/22139 >.
* guix/grafts.scm (graft-derivation): Rename to...
(graft-derivation/shallow): ... this.
(graft-origin-file-name, item->deriver, non-self-references)
(cumulative-grafts, graft-derivation): New procedures
* tests/grafts.scm ("graft-derivation, grafted item is a direct
dependency"): Clarify title. Use 'grafted' instead of 'graft' to refer
to the grafted derivation.
("graft-derivation, grafted item is an indirect dependency")
("graft-derivation, no dependencies on grafted output"): New tests.
* guix/packages.scm (input-graft): Change to take a package instead of
an input.
(input-cross-graft): Likewise.
(fold-bag-dependencies): New procedure.
(bag-grafts): Rewrite in terms of 'fold-bag-dependencies'.
* tests/packages.scm ("package-derivation, indirect grafts"): Comment out.
* doc/guix.texi (Security Updates): Mention run-time dependencies and
recursive grafting.
2016-03-01 16:00:46 +01:00
Efraim Flashner
d06fc008bd
gnu: tiled: Use 'modify-phases'.
...
* gnu/packages/game-development.scm (tiled)[arguments]: Use 'modify-phases'.
2016-03-01 14:55:55 +02:00
Efraim Flashner
e8ea01d902
gnu: tiled: Update to 0.15.1.
...
* gnu/packages/game-development.scm (tiled): Update to 0.15.1.
2016-03-01 14:55:55 +02:00
Ricardo Wurmus
d1e32822b4
gnu: Add PePr.
...
* gnu/packages/bioinformatics.scm (pepr): New variable.
2016-03-01 11:51:24 +01:00
Ricardo Wurmus
d29150b55d
gnu: Add bwa-pssm.
...
* gnu/packages/bioinformatics.scm (bwa-pssm): New variable.
2016-03-01 10:31:04 +01:00
Ricardo Wurmus
b4464d384c
gnu: Add gdsl.
...
* gnu/packages/datastructures.scm (gdsl): New variable.
2016-03-01 10:30:04 +01:00
Efraim Flashner
e288f0075c
gnu: weechat: Move to irc.scm.
...
* gnu/packages/weechat.scm (weechat): Move from here ...
* gnu/packages/irc.scm (weechat): ... to here.
* gnu/packages/weechat.scm: Delete file.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove weechat.scm.
2016-03-01 11:09:32 +02:00
Efraim Flashner
a61bd6a5e3
gnu: irssi: Use 'modify-phases'.
...
* gnu/packages/irc.scm (irssi)[arguments]: Use 'modify-phases'.
2016-03-01 11:09:32 +02:00
Efraim Flashner
27930f853d
gnu: irssi: Move to irc.scm.
...
* gnu/packages/irssi.scm (irssi): Move from here ...
* gnu/packages/irc.scm (irssi): ... to here.
* gnu/packages/irssi.scm: Delete file.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove irssi.scm.
2016-03-01 11:09:32 +02:00
Efraim Flashner
980f058d92
gnu: Add quassel.
...
* gnu/packages/irc.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Register it.
2016-03-01 11:09:32 +02:00
Efraim Flashner
550791b8f1
gnu: Add snorenotify.
...
* gnu/packages/kde.scm (snorenotify): New variable.
2016-03-01 11:09:32 +02:00
Efraim Flashner
d34c594aeb
gnu: Add qca.
...
* gnu/packages/kde.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Register it.
2016-03-01 11:09:32 +02:00
Efraim Flashner
d8ea278204
gnu: Add oxygen-icons.
...
* gnu/packages/kde-frameworks.scm (oxygen-icons): New variable.
2016-03-01 11:09:32 +02:00
Manolis Ragkousis
fea1f275bc
gnu: Add desmume.
...
* gnu/packages/games.scm (desmume): New variable.
2016-02-29 22:04:53 -05:00
Mark H Weaver
8d5ceb120d
gnu: curl: Use updated libssh2 [fixes CVE-2016-7087].
...
* gnu/packages/curl.scm (curl)[inputs]: Use libssh2.
* gnu/packages/ssh.scm (libssh2-1.4): Remove variable.
2016-02-29 20:09:29 -05:00
Christopher Allan Webber
aa5946edb2
gnu: Remove python2-pil.
...
python2-pil is vulnerable to several security issues (CVE-2016-0740,
CVE-2016-0775, and CVE-2016-2533). Fortunately, python2-pillow provides
equivalent functionality, so this package can be cleanly removed.
* gnu/packages/python.scm (python2-pil): Remove variable.
2016-02-29 15:01:20 -08:00
Ricardo Wurmus
daeb61f7a9
gnu: guile-for-guile-emacs: Use guile-2.0 search paths.
...
* gnu/packages/guile.scm (guile-for-guile-emacs)[native-search-paths]:
Use the same search paths as guile-2.0.
2016-02-29 07:10:40 +01:00
Leo Famulari
823e2ed4b3
gnu: msmtp: Install msmtpq.
...
* gnu/packages/mail.scm (msmtp)[arguments]: Install msmtpq scripts.
2016-02-28 22:06:24 -05:00
Ludovic Courtès
1a59b6d014
gnu: git: Install symlinks instead of hard links.
...
This reduces nar size by a factor of 10.
Fixes <http://bugs.gnu.org/21949 >.
* gnu/packages/version-control.scm (git)[arguments]: Pass
NO_INSTALL_HARDLINKS as #:make-flags.
2016-02-28 16:41:53 +01:00
Andreas Enge
dbb7a08175
gnu: libwnck: Rename variable for GTK+ 2 variant.
...
* gnu/packages/gnome.scm (libwnck-1): Rename this...
(libwnck-2): ...to this.
* gnu/packages/xfce.scm (xfce4-panel, xfce4-xkb-plugin, xfce4-session,
xfwm4, xfdesktop)[inputs]: Adapt.
2016-02-28 15:59:56 +01:00
Efraim Flashner
2236da6e97
gnu: xrandr: Update to 1.5.0.
...
* gnu/packages/xorg.scm (xrandr): Update to 1.5.0.
2016-02-28 14:13:30 +02:00
Efraim Flashner
97a0859593
gnu: libqmi: Update to 1.12.8.
...
* gnu/packages/freedesktop.scm (libqmi): Update to 1.12.8.
2016-02-28 13:42:34 +02:00
Efraim Flashner
9012e118ff
gnu: wayland: Update to 1.10.0.
...
* gnu/packages/freedesktop.scm (wayland): Update to 1.10.0.
[arguments]: Disable parallel tests.
2016-02-28 13:32:52 +02:00
Efraim Flashner
d3e3d7f02a
gnu: libinput: Update to 1.2.0.
...
* gnu/packages/freedesktop.scm (libinput): Update to 1.2.0.
2016-02-28 13:08:08 +02:00
Efraim Flashner
a724924beb
gnu: python-tornado: Update to 4.3.
...
* gnu/packages/python.scm (python-tornado): Update to 4.3.
[native-inputs]: Add python-backports-abc.
(python2-tornado)[inputs]: Add python2-singledispatch.
2016-02-28 10:53:42 +02:00
Efraim Flashner
6b59fc1020
gnu: Add python-backports-abc.
...
* gnu/packages/python.scm (python-backports-abc): New variable.
2016-02-28 10:53:35 +02:00
Mark H Weaver
9579118922
gnu: bitlbee: Update to 3.4.1.
...
* gnu/packages/patches/bitlbee-configure-doc-fix.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/messaging.scm (bitlbee): Update to 3.4.1.
[source]: Remove patch.
2016-02-27 21:10:56 -05:00
Ludovic Courtès
f376dc3acb
grafts: Consider all the outputs in the graft mapping.
...
Before that, outputs of a derivation could be left referring to the
ungrafted version of the derivation.
* guix/grafts.scm (graft-derivation)[outputs]: Change to a list of
name/file pairs.
* guix/grafts.scm (graft-derivation)[build]: Add 'old-outputs' variable
and use it when computing 'mapping'. Use 'mapping' directly.
* tests/grafts.scm ("graft-derivation, multiple outputs"): New test.
2016-02-27 23:31:52 +01:00
Ludovic Courtès
cd05d38812
grafts: Slight simplification.
...
* guix/grafts.scm (graft-derivation)[output-names]: Use
'derivation-output-names'.
2016-02-27 23:31:52 +01:00
Ludovic Courtès
82f5186650
grafts: Make sure files are not created world-writable.
...
* guix/build/graft.scm (rewrite-directory): Add 'umask' call.
2016-02-27 23:31:52 +01:00
Tobias Geerinckx-Rice
9c7f7e2da9
gnu: btrfs-progs: Update to 4.4.1.
...
* gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2016-02-27 22:39:51 +02:00
Ricardo Wurmus
a003b5b650
gnu: scribus: Update to 1.5.1.
...
* gnu/packages/scribus.scm (scribus): Update to 1.5.1.
[source]: Remove patch.
* gnu/packages/patches/scribus-qobject.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
2016-02-27 16:34:20 +01:00
Ricardo Wurmus
b951e26fe5
gnu: arandr: Add "xrandr" to inputs.
...
* gnu/packages/xdisorg.scm (arandr)[inputs]: Add "xrandr".
[arguments]: Add build phase "make-xrandr-available" to ensure "xrandr"
executable is found at runtime.
2016-02-27 16:25:26 +01:00
Mark H Weaver
b35461748b
gnu: Fix misplaced commas (unquote).
...
Fix many occurrences of comma (unquote) being placed immediately after the
previous list item, e.g. ("ncurses", ncurses) in the inputs.
* gnu/packages/base.scm (patch, gnu-make),
gnu/packages/bioinformatics.scm (hmmer),
gnu/packages/bittorrent.scm (aria2),
gnu/packages/compression.scm (pbzip2),
gnu/packages/databases.scm (recutils),
gnu/packages/fonts.scm (font-terminus),
gnu/packages/freedesktop.scm (xdg-utils, elogind),
gnu/packages/games.scm (gnujump),
gnu/packages/gnome.scm (libidl, gnumeric, eog, gedit),
gnu/packages/gnunet.scm (gnunet),
gnu/packages/gnuzilla.scm (mozjs, nspr),
gnu/packages/gtk.scm (gtksourceview, gdk-pixbuf),
gnu/packages/lua.scm (lua),
gnu/packages/openstack.scm (python-swiftclient),
gnu/packages/perl.scm (perl-json-any),
gnu/packages/polkit.scm (polkit-qt),
gnu/packages/python.scm (wrap-python3, python-oauthlib)
(python-mccabe-0.2.1, python-contextlib2, python2-rauth),
gnu/packages/qt.scm (qtkeychain),
gnu/packages/ruby.scm (ruby-nokogiri),
gnu/packages/screen.scm (screen),
gnu/packages/ssh.scm (libssh),
gnu/packages/video.scm (ffmpeg, mplayer),
gnu/packages/vim.scm (vim),
gnu/packages/xdisorg.scm (redshift),
gnu/packages/xfce.scm (xfce4-panel, xfce4-settings),
gnu/packages/xnee.scm (xnee),
gnu/packages/xorg.scm (font-adobe100dpi, font-adobe75dpi),
gnu/packages/zsh.scm (zsh): Fix misplaced commas (unquote).
2016-02-27 08:49:26 -05:00
Ricardo Wurmus
48766ea85f
gnu: Add emacs-god-mode.
...
* gnu/packages/emacs.scm (emacs-god-mode): New variable.
2016-02-27 13:50:18 +01:00
Ricardo Wurmus
048bfba163
gnu: Add gtklick.
...
* gnu/packages/music.scm (gtklick): New variable.
2016-02-27 12:27:21 +01:00
Ricardo Wurmus
6ab4712d6e
gnu: python2-pygtk: Add libglade to inputs.
...
* gnu/packages/gtk.scm (python2-pygtk)[inputs]: Add "libglade".
2016-02-27 12:27:21 +01:00
Ricardo Wurmus
a91d72e23a
gnu: Add pyliblo.
...
* gnu/packages/audio.scm (python-pyliblo, python2-pyliblo): New
variables.
2016-02-27 12:27:21 +01:00
Mark H Weaver
b460a99890
gnu: linux-libre-4.1: Update to 4.1.18.
...
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.18.
2016-02-27 02:36:16 -05:00
Mark H Weaver
3dad786b64
gnu: linux-libre: Update to 4.4.3.
...
* gnu/packages/linux.scm (linux-libre): Update to 4.4.3.
2016-02-27 02:36:10 -05:00
Ben Woodcroft
917a2a58ec
import: Add github-updater.
...
* guix/import/github.scm: New file.
* guix/scripts/refresh.scm (%updaters): Add %GITHUB-UPDATER.
* doc/guix.texi (Invoking guix refresh): Mention it.
* Makefile.am (MODULES): Add gnu/import/github.scm.
2016-02-26 22:06:34 -05:00
Ludovic Courtès
22572d56cb
store: 'path-info-deriver' is #f when there is no deriver.
...
* guix/store.scm (read-path-info): Use #f when we get the empty string
for DERIVER.
* guix/scripts/publish.scm (narinfo-string): Adjust accordingly.
* tests/store.scm ("path-info-deriver"): New test.
2016-02-26 23:35:29 +01:00
Ludovic Courtès
acb01e3746
grafts: Add record type printer.
...
* guix/grafts.scm (write-graft): New procedure. Register it as a
printer for <graft>.
2016-02-26 23:35:29 +01:00
Ludovic Courtès
70ac09a552
doc: Capitalize section title.
...
* doc/guix.texi (Running GuixSD in a VM): Capitalize section title.
2016-02-26 23:35:29 +01:00
Mark H Weaver
4ed737b2ab
gnu: gtk-doc: Improve fix-docbook phase.
...
* gnu/packages/gtk.scm (gtk-doc)[arguments]: In the 'fix-docbook' phase,
avoid hard-coding the docbook-xsl version number, and return #t.
2016-02-25 22:24:32 -05:00
Danny Milosavljevic
b31fbea566
gnu: Add python-psycopg2.
...
* gnu/packages/python.scm (python-psycopg2, python2-psycopg2): New variables.
2016-02-25 14:35:28 -08:00
Leo Famulari
7dd21101a3
gnu: diffoscope: Update to 49.
...
* gnu/packages/package-management.scm (diffoscope): Update to 49.
[source]: Use pypi-uri.
[arguments]: Use python-3. Enable tests. Add 'dependency-on-python-magic' phase
and remove 'dependency-on-rpm' phase.
[native-inputs]: Remove python2-setuptools.
[inputs]: Replace python2-file, python2-debian, python2-libarchive-c,
python2-tlsh, python2-pytest, python2-chardet with python-3 variants.
2016-02-25 17:06:25 -05:00
Rene Saavedra
66d59111e3
gnu: Add dconf-editor.
...
* gnu/packages/gnome.scm (dconf-editor): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-02-25 16:36:10 -05:00
Andy Wingo
735e84c7bd
gnu: libx264: Change source URL to HTTP.
...
* gnu/packages/video.scm (libx264): Download via HTTP. The videolan ftp
server does not work with IPv6.
2016-02-25 22:33:40 +01:00
Andy Wingo
b4787e71ac
gnu: gtk-doc: Fix build.
...
* gnu/packages/gtk.scm (gtk-doc): Fix build.
2016-02-25 22:33:20 +01:00
Efraim Flashner
2865c81c71
gnu: youtube-dl: Update to 2016.02.22.
...
* gnu/packages/video.scm (youtube-dl): Update to 2016.02.22.
2016-02-25 22:54:03 +02:00
Efraim Flashner
eb6e2e812a
gnu: python-decorator: Update to 4.0.9.
...
* gnu/packages/python.scm (python-decorator): Update to 4.0.9.
2016-02-25 21:05:37 +02:00
Efraim Flashner
cc0c4fdedd
gnu: python-traitlets: Update to 4.1.0.
...
* gnu/packages/python.scm (python-traitlets): Update to 4.1.0.
[native-inputs]: Add python-mock.
2016-02-25 21:05:37 +02:00
Efraim Flashner
c6ebd40da1
gnu: python-mccabe: Update to 0.4.0.
...
* gnu/packages/python.scm (python-mccabe): Update to 0.4.0.
[inputs]: Add python-pytest, python-pytest-runner.
(python-mccabe-0.2.1)[inputs]: Only use python-setuptools.
2016-02-25 21:05:37 +02:00
Efraim Flashner
43789136d2
gnu: python-flake8: Update to 2.5.4.
...
* gnu/packages/python.scm (python-flake8): Update to 2.5.4.
[inputs]: Use recent python-pep8, python-pyflakes.
2016-02-25 21:05:37 +02:00
Efraim Flashner
db251311cf
gnu: python-pep8: Update to 1.7.0.
...
* gnu/packages/python.scm (python-pep8): Update to 1.7.0.
2016-02-25 21:05:37 +02:00
Efraim Flashner
a4d9609c98
gnu: python-networkx: Update to 1.11.
...
* gnu/packages/python.scm (python-networkx): Update to 1.11.
2016-02-25 21:05:37 +02:00
Efraim Flashner
6f068e081b
gnu: python-hypothesis: Update to 3.0.4.
...
* gnu/packages/python.scm (python-hypothesis): Update to 3.0.4.
[native-inputs]: Remove python-setuptools.
(python2-hypothesis): Use 'strip-python2-variant'.
[native-inputs]: Add python2-enum34, python2-setuptools.
2016-02-25 21:05:37 +02:00
Efraim Flashner
fee04c198c
gnu: python-html5lib: Update to 1.0b8.
...
* gnu/packages/python.scm (python-html5lib): Update to 1.0b8.
2016-02-25 21:05:37 +02:00
Efraim Flashner
b6785c2e3a
gnu: python-isodate: Update to 0.5.4.
...
* gnu/packages/python.scm (python-isodate): Update to 0.5.4.
2016-02-25 21:05:37 +02:00
Efraim Flashner
9d813ec147
gnu: python-wsgi-intercept: Update to 1.1.2.
...
* gnu/packages/python.scm (python-wsgi-intercept): Update to 1.1.2.
[native-inputs]: Add python-six.
2016-02-25 21:05:37 +02:00
Efraim Flashner
29f20168cf
gnu: python-pytest-localserver: Update to 0.3.5.
...
* gnu/packages/python.scm (python-pytest-localserver): Update to 0.3.5.
2016-02-25 21:05:37 +02:00
Efraim Flashner
da8b011d2a
gnu: python-requests-toolbelt: Update to 0.6.0.
...
* gnu/packages/python.scm (python-requests-toolbelt): Update to 0.6.0.
2016-02-25 21:05:37 +02:00
Efraim Flashner
74a066f9a0
gnu: python-requests: Update to 2.9.1.
...
* gnu/packages/python.scm (python-requests): Update to 2.9.1.
2016-02-25 21:05:37 +02:00
Efraim Flashner
40981b5c18
gnu: python-wheel: Update to 0.29.0.
...
* gnu/packages/python.scm (python-wheel): Update to 0.29.0.
2016-02-25 21:05:37 +02:00
Christopher Allan Webber
a8f20f63dc
gnu: Add python-pastescript.
...
* gnu/packages/python.scm (python-pastescript, python2-pastescript):
New variables.
2016-02-25 11:01:56 -08:00
Christopher Allan Webber
c4a7904c21
gnu: Add python-paste.
...
* gnu/packages/python.scm (python-paste, python2-paste): New variables.
* gnu/packages/patches/python-paste-remove-timing-test.patch: New file.
* gnu/packages/patches/python-paste-remove-website-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add them.
2016-02-25 11:01:45 -08:00
Mark H Weaver
e62b5c6903
Merge branch 'media-updates'
2016-02-25 13:50:19 -05:00
Ludovic Courtès
0767f6a69e
doc: Clarify the form of UUIDs we expect.
...
Fixes <http://bugs.gnu.org/22797 >.
Reported by Alex Kost <alezost@gmail.com >.
* doc/guix.texi (File Systems): Clarify which UUIDs we're talking
about.
2016-02-25 19:29:21 +01:00
Ludovic Courtès
a4e7083da3
http-client: 'http-client/cached' uses unique cache file names.
...
* guix/http-client.scm (cache-file-for-uri): New procedure.
(http-fetch/cached): Use it. Remove 'directory' variable.
[update-cache]: Make the 'dirname' of FILE.
2016-02-25 17:23:29 +01:00
Ludovic Courtès
e72f50a787
http-client: 'http-fetch/cached' updates the cache atomically.
...
* guix/http-client.scm (http-fetch/cached)[update-cache]: Use
'with-atomic-file-output' instead of 'call-with-output-file'.
2016-02-25 16:49:11 +01:00
Ludovic Courtès
736f9ffce2
gnu: Add missing import in bioinformatics.scm.
...
This is a followup to 1baee94 .
* gnu/packages/bioinformatics.scm: Add missing import.
2016-02-25 12:48:08 +01:00
Ludovic Courtès
cfd503205e
guix system: Restore load path after running the activation script.
...
Fixes <http://bugs.gnu.org/22753 >.
Reported by Mark H Weaver <mhw@netris.org >.
* guix/scripts/system.scm (save-load-path-excursion): New variable.
(upgrade-shepherd-services): Add comment about the issue.
(switch-to-system): Use 'save-load-path-excursion' around
'primitive-load' call.
2016-02-25 12:44:41 +01:00
Ludovic Courtès
06b76acceb
store: Clarify documentation of 'valid-path?'.
...
* guix/store.scm (valid-path?): Improve docstring.
* doc/guix.texi (The Store): Update accordingly.
2016-02-25 12:44:41 +01:00
Ludovic Courtès
0043558082
publish: Do not publish nars for invalid store items.
...
Before that, /nar requests could succeed if the requested store item
exists but is invalid (although such requests were unlikely because the
corresponding narinfo request would have failed.)
* guix/scripts/publish.scm (render-nar): Add 'store' parameter. Use
'valid-path?' instead of 'file-exists?'.
(make-request-handler): Adjust 'render-nar' call accordingly.
* tests/publish.scm ("/nar/invalid"): New test.
2016-02-25 12:44:41 +01:00
Nils Gillmann
a65e2a02fc
gnu: Add kyotocabinet.
...
* gnu/packages/databases.scm (kyotocabinet): New variable.
2016-02-25 11:56:00 +01:00
Ricardo Wurmus
1baee943ca
gnu: Add libBigWig.
...
* gnu/packages/bioinformatics.scm (libbigwig): New variable.
2016-02-25 11:43:44 +01:00
Jan Nieuwenhuizen
1644f0cd87
gnu: guile-json: Update to 0.5.0.
...
* gnu/packages/guile.scm (guile-json): Update to 0.5.0.
Signed-off-by: Andreas Enge <andreas@enge.fr >
2016-02-25 09:19:30 +01:00
Ricardo Wurmus
b16043a361
gnu: ardour: Update to 4.7.
...
* gnu/packages/audio.scm (ardour): Update to 4.7.
2016-02-25 09:17:35 +01:00
宋文武
f072e9adf5
gnu: xdg-utils: Propagate xprop and xset.
...
Fixes <http://bugs.gnu.org/22755 >.
* gnu/packages/freedesktop.scm (xdg-utils): Propagate xprop and xset.
2016-02-25 08:54:42 +08:00
Ludovic Courtès
bf98aea9b2
doc: Improve recent changes in "Binary Installation".
...
This amends part of c8e2688 .
* doc/guix.texi (Binary Installation): Improve wording of some parts.
Fix Upstart example. Remove incorrect paragraph about locales.
Reinstate bit about reproducing the binary tarball.
2016-02-24 23:24:33 +01:00
Ludovic Courtès
cb05108a5d
doc: Clarify who can run 'guix pull'.
...
Suggested by Chris Marusich <cmmarusich@gmail.com >.
* doc/guix.texi (Invoking guix pull): Add paragraph explaining that any
user can run 'guix pull'.
2016-02-24 23:24:33 +01:00
Leo Famulari
85267efb2a
gnu: libssh: Update to 0.7.3 [fixes CVE-2016-0739].
...
* gnu/packages/patches/libssh-CVE-2014-0017.patch: Delete file.
* gnu/packages/patches/libssh-0.6.5-CVE-2016-0739.patch: New file.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ssh.scm (libssh): Update to 0.7.3.
(libssh-0.5): Rename to...
(libssh-0.6): ... this. Update to 0.6.5.
[source]: Add patch for CVE-2016-0739.
(guile-ssh)[inputs]: Use libssh-0.6.
Modified-By: Mark H Weaver <mhw@netris.org >
2016-02-24 16:32:09 -05:00
Leo Famulari
78d80c5c6a
gnu: libssh2: Update to 1.7.0 [fixes CVE-2016-0787].
...
* gnu/packages/ssh.scm (libssh2): Update to 1.7.0.
(libssh2-1.4): New variable.
* gnu/packages/curl.scm (curl)[inputs]: Use libssh4-1.4.
Modified-By: Mark H Weaver <mhw@netris.org >
2016-02-24 16:32:08 -05:00
George Clemmer
c8e26887ed
doc: Add details for binary installation.
...
* doc/guix.texi (Binary Installation): Provide some more details for binary
installation, in particular automatic starting of the daemon.
Signed-off-by: Andreas Enge <andreas@enge.fr >
2016-02-24 22:00:07 +01:00
Chris Marusich
a40424bd11
doc: Fix minor typos and add missing words.
...
* doc/guix.texi (Shepherd Services): Add missing words.
(Invoking guix system): Fix typo.
(Service Types and Services): Fix typo.
* doc/contributing.texi (Submitting Patches): Fix typo.
Signed-off-by: Andreas Enge <andreas@enge.fr >
2016-02-24 21:34:30 +01:00
Mark H Weaver
bf6996c9cf
gnu: xf86-video-intel: Update to 2.99.917-1-d167280.
...
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-1-d167280.
2016-02-24 13:56:57 -05:00
Efraim Flashner
a49332a0c0
gnu: gdb: Update to 7.11.
...
* gnu/packages/gdb.scm (gdb): Update to 7.11.
2016-02-24 20:52:12 +02:00
Efraim Flashner
c73210d7a9
gnu: kde-frameworks: Update to 5.19.0.
...
* gnu/packages/kde-frameworks.scm (kwindowsystem): Update to 5.19.0.
(extra-cmake-modules): Update to 5.19.0.
2016-02-24 20:25:25 +02:00
Andy Wingo
79fd74facd
gnu: services: Start X with -configdir.
...
* gnu/services/xorg.scm (%default-xorg-modules): New public variable.
(xorg-configuration-directory): New function.
(xorg-start-command): Add #:modules keyword argument, defaulting to
%default-xorg-modules. Build an xorg.conf.d directory from those
modules, and pass it to X via the -configdir parameter.
2016-02-24 11:49:57 -05:00
Andy Wingo
d0a6437f7d
gnu: libxaw: Update to 1.0.13.
...
* gnu/packages/xorg.scm (libxaw): Update to 1.0.13.
2016-02-24 11:49:57 -05:00
Andy Wingo
ea9763dae0
gnu: libxt: Update to 1.1.5.
...
* gnu/packages/xorg.scm (libxt): Update to 1.1.5.
2016-02-24 11:49:57 -05:00
Andy Wingo
f1aeae762d
gnu: libx11: Update to 1.6.3.
...
* gnu/packages/xorg.scm (libx11): Update to 1.6.3.
2016-02-24 11:49:57 -05:00
Andy Wingo
0eae6b2d91
gnu: xorg-server: Update to 1.18.1.
...
* gnu/packages/xorg.scm (xorg-server): Update to 1.18.1.
2016-02-24 11:49:57 -05:00
Andy Wingo
7606baa8f9
gnu: libxxf86vm: Update to 1.1.4.
...
* gnu/packages/xorg.scm (libxxf86vm): Update to 1.1.4.
2016-02-24 11:49:57 -05:00
Andy Wingo
9a5f739ef8
gnu: libxvmc: Update to 1.0.9.
...
* gnu/packages/xorg.scm (libxvmc): Update to 1.0.9.
2016-02-24 11:49:57 -05:00
Andy Wingo
61f29af1db
gnu: libxrandr: Update to 1.5.0.
...
* gnu/packages/xorg.scm (libxrandr): Update to 1.5.0.
2016-02-24 11:49:57 -05:00
Andy Wingo
d51b8529e6
gnu: libxi: Update to 1.7.6.
...
* gnu/packages/xorg.scm (libxi): Update to 1.7.6.
2016-02-24 11:49:57 -05:00
Andy Wingo
10d85db449
gnu: xproto: Update to 7.0.28.
...
* gnu/packages/xorg.scm (xproto): Update to 7.0.28.
2016-02-24 11:49:57 -05:00
Andy Wingo
6fad350498
gnu: libxrender: Update to 0.9.9.
...
* gnu/packages/xorg.scm (libxrender): Update to 0.9.9.
2016-02-24 11:49:57 -05:00
Andy Wingo
42ca6c8528
gnu: libxp: Update to 1.0.3.
...
* gnu/packages/xorg.scm (libxp): Update to 1.0.3.
2016-02-24 11:49:57 -05:00
Andy Wingo
97b6f9632e
gnu: xvinfo: Update to 1.1.3.
...
* gnu/packages/xorg.scm (xvinfo): Update to 1.1.3.
2016-02-24 11:49:57 -05:00
Andy Wingo
625f4cae0a
gnu: xmodmap: Update to 1.0.9.
...
* gnu/packages/xorg.scm (xmodmap): Update to 1.0.9.
2016-02-24 11:49:57 -05:00
Andy Wingo
85c64cb200
gnu: xlsatoms: Update to 1.1.2.
...
* gnu/packages/xorg.scm (xlsatoms): Update to 1.1.2.
2016-02-24 11:49:57 -05:00
Andy Wingo
379e1d875b
gnu: xkeyboard-config: Update to 2.17.
...
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.17.
2016-02-24 11:49:57 -05:00
Andy Wingo
ed7abe52e0
gnu: xkbevd: Update to 1.1.4.
...
* gnu/packages/xorg.scm (xkbevd): Update to 1.1.4.
2016-02-24 11:49:57 -05:00
Andy Wingo
ab2d710cc2
gnu: xinput: Update to 1.6.2.
...
* gnu/packages/xorg.scm (xinput): Update to 1.6.2.
2016-02-24 11:49:57 -05:00
Andy Wingo
2e5a0b7850
gnu: xhost: Update to 1.0.7.
...
* gnu/packages/xorg.scm (xhost): Update to 1.0.7.
2016-02-24 11:49:57 -05:00
Andy Wingo
033a1ba373
gnu: xgamma: Update to 1.0.6.
...
* gnu/packages/xorg.scm (xgamma): Update to 1.0.6.
2016-02-24 11:49:57 -05:00
Andy Wingo
9177dbeb5f
gnu: xf86-video-voodoo: Fix build.
...
* gnu/packages/xorg.scm (xf86-video-voodoo): Add patch from upstream git
to fix the build.
2016-02-24 11:49:57 -05:00
Andy Wingo
2ae7a55062
gnu: xf86-video-vmware: Update to 13.1.0.
...
* gnu/packages/patches/xf86-video-vmware-glibc-2.20.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xorg.scm (xf86-video-vmware): Update to 13.1.0.
[source]: Remove patch.
2016-02-24 11:49:57 -05:00
Andy Wingo
937c13f220
gnu: xf86-video-vesa: Update to 2.3.4.
...
* gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.3.4.
2016-02-24 11:49:57 -05:00
Andy Wingo
bcd4a74039
gnu: xf86-video-trident: Update to 1.3.7.
...
* gnu/packages/patches/xf86-video-trident-remove-mibstore.patch: Delete
file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xorg.scm (xf86-video-trident): Update to 1.3.7.
[source]: Remove patch.
2016-02-24 11:49:57 -05:00
Andy Wingo
816decebf2
gnu: xf86-video-tdfx: Update to 1.4.6.
...
* gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch: Delete
file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xorg.scm (xf86-video-tdfx): Update to 1.4.6.
[source]: Remove patch.
2016-02-24 11:49:57 -05:00
Andy Wingo
5f59f5103a
gnu: xf86-video-sis: Update to 0.10.8.
...
* gnu/packages/patches/xf86-video-sis-fix-exa-crash.patch,
gnu/packages/patches/xf86-video-sis-update-api.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/xorg.scm (xf86-video-sis): Update to 0.10.8.
[source]: Remove patches.
2016-02-24 11:49:57 -05:00
Andy Wingo
fc1172f787
gnu: xf86-video-siliconmotion: Update to 1.7.8.
...
* gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch:
Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xorg.scm (xf86-video-siliconmotion): Update to 1.7.8.
[source]: Remove patch.
2016-02-24 11:49:57 -05:00
Andy Wingo
bfc0d8395e
gnu: xf86-video-savage: Update to 2.3.8.
...
* gnu/packages/xorg.scm (xf86-video-savage): Update to 2.3.8.
2016-02-24 11:49:57 -05:00
Andy Wingo
bfe27469b4
gnu: xf86-video-r128: Update to 6.10.1.
...
* gnu/packages/patches/xf86-video-r128-glibc-2.20.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.10.1.
[source]: Remove patch.
2016-02-24 11:49:57 -05:00
Andy Wingo
9f9b89bcf2
gnu: xf86-video-nouveau: Update to 1.0.12.
...
* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.12.
2016-02-24 11:49:57 -05:00
Andy Wingo
bd714f8509
gnu: xf86-video-neomagic: Update to 1.2.9.
...
* gnu/packages/xorg.scm (xf86-video-neomagic): Update to 1.2.9.
2016-02-24 11:49:57 -05:00
Andy Wingo
ea192db119
gnu: xf86-video-mga: Update to 1.6.4.
...
* gnu/packages/patches/xf86-video-mga-glibc-2.20.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/xorg.scm (xf86-video-mga): Update to 1.6.4.
[source]: Remove patch.
2016-02-24 11:49:57 -05:00
Andy Wingo
2a26eb96d3
gnu: xf86-video-mach64: Update to 6.9.5.
...
* gnu/packages/xorg.scm (xf86-video-mach64): Update to 6.9.5.
2016-02-24 11:49:57 -05:00
Andy Wingo
6cc328b43b
gnu: xf86-video-intel: Update to git snapshot e41040f.
...
* gnu/packages/xorg.scm (xf86-video-intel): Update to git snapshot
e41040f. Upstream isn't making releases.
Modified-By: Mark H Weaver <mhw@netris.org >
2016-02-24 11:49:57 -05:00
Andy Wingo
315a0ecc0d
gnu: xf86-video-geode: Update to 2.11.18.
...
* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.18.
2016-02-24 11:49:57 -05:00
Andy Wingo
6bc2fa7c5e
gnu: xf86-video-cirrus: Update to 1.5.3.
...
* gnu/packages/xorg.scm (xf86-video-cirrus): Update to 1.5.3.
2016-02-24 11:49:57 -05:00
Andy Wingo
83696ce1c2
gnu: xf86-video-ati: Update to 7.6.1.
...
* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.6.1.
2016-02-24 11:49:57 -05:00
Andy Wingo
746e671007
gnu: xf86-input-void: Update to 1.4.1.
...
* gnu/packages/xorg.scm (xf86-input-void): Update to 1.4.1.
2016-02-24 11:49:57 -05:00
Andy Wingo
eec4e906ce
gnu: xf86-input-synaptics: Update to 1.8.3.
...
* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.8.3.
2016-02-24 11:49:57 -05:00
Andy Wingo
5be72cd395
gnu: xf86-input-keyboard: Update to 1.8.1.
...
* gnu/packages/xorg.scm (xf86-input-keyboard): Update to 1.8.1.
2016-02-24 11:49:57 -05:00
Andy Wingo
049a02128d
gnu: xf86-input-libinput: Update to 0.16.0.
...
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.16.0.
2016-02-24 11:49:57 -05:00
Andy Wingo
d44d724966
gnu: xf86-input-evdev: Update to 2.10.1.
...
* gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.1. Add mtdev
input.
2016-02-24 11:49:57 -05:00
Andy Wingo
9502179d62
gnu: xev: Update to 1.2.2.
...
* gnu/packages/xorg.scm (xev): Update to 1.2.2.
2016-02-24 11:49:57 -05:00
Andy Wingo
380af498e3
gnu: xdriinfo: Update to 1.0.5.
...
* gnu/packages/xorg.scm (xdriinfo): Update to 1.0.5.
2016-02-24 11:49:57 -05:00
Andy Wingo
c6be2454c1
gnu: xdpyinfo: Update to 1.3.2.
...
* gnu/packages/xorg.scm (xdpyinfo): Update to 1.3.2.
2016-02-24 11:49:57 -05:00
Andy Wingo
b1b3ab34b4
gnu: xcmsdb: Update to 1.0.5.
...
* gnu/packages/xorg.scm (xcmsdb): Update to 1.0.5.
2016-02-24 11:49:57 -05:00
Andy Wingo
9fab5cc9b5
gnu: x11perf: Update to 1.6.0.
...
* gnu/packages/xorg.scm (x11perf): Update to 1.6.0.
2016-02-24 11:49:57 -05:00
Andy Wingo
10814b66cc
gnu: smproxy: Update to 1.0.6.
...
* gnu/packages/xorg.scm (smproxy): Update to 1.0.6.
2016-02-24 11:49:57 -05:00
Andy Wingo
350843a5be
gnu: setxkbmap: Update to 1.3.1.
...
* gnu/packages/xorg.scm (setxkbmap): Update to 1.3.1.
2016-02-24 11:49:57 -05:00
Andy Wingo
849f01df4a
gnu: sessreg: Update to 1.1.0.
...
* gnu/packages/xorg.scm (sessreg): Update to 1.1.0.
2016-02-24 11:49:57 -05:00
Andy Wingo
2c26245b39
gnu: randrproto: Update to 1.5.0.
...
* gnu/packages/xorg.scm (randrproto): Update to 1.5.0.
2016-02-24 11:49:57 -05:00
Andy Wingo
042777cee5
gnu: mkfontscale: Update to 1.1.2.
...
* gnu/packages/xorg.scm (mkfontscale): Update to 1.1.2.
2016-02-24 11:49:57 -05:00
Andy Wingo
c8012b798e
gnu: libxkbfile: Update to 1.0.9.
...
* gnu/packages/xorg.scm (libxkbfile): Update to 1.0.9.
2016-02-24 11:49:57 -05:00
Andy Wingo
ccca0efe13
gnu: libxdmcp: Update to 1.1.2.
...
* gnu/packages/xorg.scm (libxdmcp): Update to 1.1.2.
2016-02-24 11:49:57 -05:00
Andy Wingo
34a9b4e5a1
gnu: libfs: Update to 1.0.7.
...
* gnu/packages/xorg.scm (libfs): Update to 1.0.7.
2016-02-24 11:49:57 -05:00
Andy Wingo
203593ddde
gnu: libfontenc: Update to 1.1.3.
...
* gnu/packages/xorg.scm (libfontenc): Update to 1.1.3.
2016-02-24 11:49:57 -05:00
Andy Wingo
f98e2a3ff2
gnu: libxshmfence: Update to 1.2.
...
* gnu/packages/xorg.scm (libxshmfence): Update to 1.2.
2016-02-24 11:49:57 -05:00
Andy Wingo
d6c6dde8f5
gnu: kbproto: Update to 1.0.7.
...
* gnu/packages/xorg.scm (kbproto): Update to 1.0.7.
2016-02-24 11:49:57 -05:00
Andy Wingo
247ef1f52d
gnu: iceauth: Update to 1.0.7.
...
* gnu/packages/xorg.scm (iceauth): Update to 1.0.7.
2016-02-24 11:49:57 -05:00
Andy Wingo
201bd16530
gnu: font-util: Update to 1.3.1.
...
* gnu/packages/xorg.scm (font-util): Update to 1.3.1.
2016-02-24 11:49:57 -05:00
Andy Wingo
235d701972
gnu: bdftopcf: Update to 1.0.5.
...
* gnu/packages/xorg.scm (bdftopcf): Update to 1.0.5.
2016-02-24 11:49:57 -05:00
Andy Wingo
521b1d888b
gnu: libinput: Update to 1.1.902.
...
* gnu/packages/freedesktop.scm (libinput): Update to 1.1.902.
2016-02-24 11:49:57 -05:00
Andy Wingo
34efce4ff4
gnu: libwacom: Propagate glib input.
...
* gnu/packages/xdisorg.scm (libwacom): Propagate glib input.
2016-02-24 11:49:57 -05:00
Andy Wingo
ffc959939f
gnu: mesa: Update to 11.0.9.
...
* gnu/packages/gl.scm (mesa): Update to 11.0.9.
2016-02-24 11:49:57 -05:00
Andy Wingo
62061d6be3
gnu-maintenance: Add X.org updater.
...
* guix/gnu-maintenance.scm (xorg-package?, latest-xorg-release): New
private functions.
(%xorg-updater): New public variable.
* guix/scripts/refresh.scm (%updaters): Add %xorg-updater.
* doc/guix.texi (Invoking guix refresh): Mention the new updater.
2016-02-24 11:49:57 -05:00
Efraim Flashner
0e47b4e769
gnu: libvpx: Use 'modify-phases'.
...
* gnu/packages/video.scm (libvpx)[arguments]: Use 'modify-phases'.
2016-02-24 11:49:57 -05:00
Efraim Flashner
fb197c0da4
gnu: libvpx: Update to 1.5.0.
...
* gnu/packages/video.scm (libvpx): Update to 1.5.0.
2016-02-24 11:49:57 -05:00
Efraim Flashner
cda6aaf079
gnu: gst-plugins-base: Use 'modify-phases'.
...
* gnu/packages/gstreamer.scm (gst-plugins-base)[arguments]: Use
'modify-phases'.
2016-02-24 11:49:57 -05:00
宋文武
db12dac05c
gnu: Add gst-plugins-bad.
...
* gnu/packages/gstreamer.scm (gst-plugins-bad): New variable.
2016-02-24 11:49:57 -05:00
宋文武
3673dace40
gnu: gst-libav: Update to 1.6.3.
...
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.6.3.
2016-02-24 11:49:57 -05:00
宋文武
30d34785b8
gnu: gst-plugins-ugly: Update to 1.6.3.
...
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.6.3.
2016-02-24 11:49:57 -05:00
宋文武
48caecb7f7
gnu: gst-plugins-good: Update to 1.6.3.
...
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.6.3.
2016-02-24 11:49:57 -05:00
宋文武
8cf39f7f33
gnu: gst-plugins-base: Update to 1.6.3.
...
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.6.3.
2016-02-24 11:49:57 -05:00
宋文武
120469d2fc
gnu: gstreamer: Update to 1.6.3.
...
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.6.3.
2016-02-24 11:49:57 -05:00
Efraim Flashner
9dd61217c3
gnu: pulseaudio: Update to 8.0.
...
* gnu/packages/pulseaudio.scm (pulseaudio): Update to 8.0.
2016-02-24 11:49:57 -05:00
Ricardo Wurmus
6d415db23d
gnu: r-topgo: Add missing input.
...
* gnu/packages/bioinformatics.scm (r-topgo)[propagated-inputs]: Add
"r-graph".
2016-02-24 17:36:55 +01:00
Ricardo Wurmus
d1dbde6ac1
gnu: Add r-graph.
...
* gnu/packages/bioinformatics.scm (r-graph): New variable.
2016-02-24 17:36:55 +01:00
Ricardo Wurmus
e761beb9a9
gnu: Add r-org-mm-eg-db.
...
* gnu/packages/bioinformatics.scm (r-org-mm-eg-db): New variable.
2016-02-24 17:26:39 +01:00
Ricardo Wurmus
16c53a1e26
gnu: Add r-org-dm-eg-db.
...
* gnu/packages/bioinformatics.scm (r-org-dm-eg-db): New variable.
2016-02-24 17:26:39 +01:00
Ricardo Wurmus
fefedf98cb
gnu: Add r-org-ce-eg-db.
...
* gnu/packages/bioinformatics.scm (r-org-ce-eg-db): New variable.
2016-02-24 17:26:39 +01:00
Ricardo Wurmus
486da49143
gnu: Add r-org-hs-eg-db.
...
* gnu/packages/bioinformatics.scm (r-org-hs-eg-db): New variable.
2016-02-24 17:26:39 +01:00
Alex Kost
6caa4dfa37
Do not check package freshness during upgrade.
...
Fixes <http://bugs.gnu.org/22740 >.
Reported by Andreas Enge <andreas@enge.fr >.
* gnu/packages.scm (waiting, ftp-open*, check-package-freshness): Remove.
* guix/scripts/package.scm (options->installable): Adjust accordingly.
* emacs/guix-main.scm (package->manifest-entry*): Likewise.
2016-02-24 18:24:16 +03:00
Ludovic Courtès
4d459d8734
publish: Move 'query-path-info' call where it belongs.
...
* guix/scripts/publish.scm (narinfo-string): Remove 'path-info'
parameter and add 'store' parameter. Call 'query-path-info'.
(render-narinfo): Adjust accordingly.
2016-02-24 13:11:50 +01:00
Ludovic Courtès
da35acf91d
gnu: lsh: lshd now supports X11 forwarding.
...
Reported by myglc2 <myglc2@gmail.com >.
* gnu/packages/lsh.scm (lsh)[inputs]: Add XAUTH.
[arguments]: Modify 'XAUTH_PROGRAM' macro in 'server_x11.c'.
2016-02-24 13:11:50 +01:00
Ludovic Courtès
03b93ed70e
gnu: lsh: Use 'modify-phases'.
...
* gnu/packages/lsh.scm (lsh)[arguments]: Use 'modify-phases' instead of
'alist-cons-before'.
2016-02-24 13:11:50 +01:00
Andy Wingo
ea84bd88da
gnu: services: Install policies for polkit service.
...
* gnu/services/desktop.scm (polkit-etc-files): Add the polkit package
itself to the list of packages to scan for .policy files. This add
support for pkexec.
2016-02-24 10:16:54 +01:00
Efraim Flashner
ebde7c7a9b
mplayer: Use 'modify-phases'.
...
* gnu/packages/video.scm (mplayer)[arguments]: Use 'modify-phases'.
[source]: Use https.
[home-page]: Use https.
2016-02-24 10:33:05 +02:00
Efraim Flashner
778a6a8bf0
gnu: mplayer: Add codecs.
...
* gnu/packages/video.scm (mplayer)[inputs]: Add libass, libmpeg2,
libvdpau, libx264, opus.
2016-02-24 09:43:51 +02:00
Efraim Flashner
dec3e015eb
gnu: dropbear: Update to 2015.71.
...
* gnu/packages/ssh.scm (dropbear): Update to 2015.71.
2016-02-24 09:18:14 +02:00
David Thompson
dd90ed892a
gnu: guile-next: Set correct native search paths.
...
* gnu/packages/guile.scm (guile-next): Use the "2.2" directory for the
load paths.
2016-02-23 19:39:56 -05:00
Ludovic Courtès
f2d8faff04
services: herd: Add missing newlines in error messages.
...
* gnu/services/herd.scm (report-action-error): Add missing newlines in
messages.
2016-02-23 13:03:23 +01:00
Ludovic Courtès
305b58c05c
refresh: Remove unneeded import.
...
Reported by Leo Famulari <leo@famulari.name >
and Ben Woodcroft <b.woodcroft@uq.edu.au >
at <http://bugs.gnu.org/22752 >.
* guix/scripts/refresh.scm: Remove unneeded and harmful import of (guix
import gem).
2016-02-23 12:58:25 +01:00
Ludovic Courtès
561360a589
doc: Add example of VCS-snapshot version numbers.
...
* doc/guix.texi (Version Numbers): Add example for VCS version numbers.
2016-02-23 12:45:25 +01:00
Andreas Enge
5a179844e7
gnu: Add xfce4-xkb-plugin.
...
* gnu/packages/xfce.scm (xfce4-xkb-plugin): New variable.
(xfce)[propagated-inputs]: Add it.
2016-02-23 11:53:03 +01:00
Leo Famulari
8758efe0b0
gnu: telepathy-logger: Disable parallel tests.
...
* gnu/packages/freedesktop.scm (telepathy-logger)[arguments]: Disable parallel
tests.
2016-02-23 01:53:47 -05:00
Roel Janssen
c1fc7a67e4
gnu: Add rdmd.
...
* gnu/packages/ldc.scm (rdmd): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-02-23 01:27:19 -05:00
Leo Famulari
e9f68a647d
gnu: modem-manager: Use HTTPS URL.
...
* gnu/packages/freedesktop.scm (modem-manager)[source]: Use HTTPS URL.
2016-02-23 00:15:05 -05:00
Leo Famulari
fae58fe1d1
gnu: mpd: Update to 0.19.12.
...
* gnu/packages/mpd.scm (mpd): Update t0 0.19.12.
2016-02-22 20:16:25 -05:00
Leo Famulari
a4c7c57c2c
gnu: ncmpcpp: Udate to 0.7.3.
...
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.7.3.
[inputs]: Add icu4c.
2016-02-22 20:16:25 -05:00
Leo Famulari
9913c78a09
gnu: ncmpcpp: Use 'modify-phases'.
...
* gnu/packages/mpd.scm (ncmpcpp)[arguments]: Use 'modify-phases'.
2016-02-22 20:16:25 -05:00
Christopher Allan Webber
944d2b17b5
vm: Only pass "-enable-kvm" to qemu if /dev/kvm is present.
...
Fixes <http://bugs.gnu.org/22633 >.
* gnu/build/vm.scm (load-in-linux-vm): Only pass "-enable-kvm" flag to qemu
if "/dev/kvm" is present.
* gnu/system/vm.scm (common-kvm-options): Same as above.
2016-02-22 13:28:58 -08:00
Ludovic Courtès
8b16a5e199
gnu: pkg-config: Add non-HTTPS alternate URL.
...
* gnu/packages/pkg-config.scm (%pkg-config)[source]: Add non-HTTPS URL.
2016-02-22 22:11:37 +01:00
Ludovic Courtès
b0fef4d660
grafts: 'name' parameter of 'graft-derivation' is now optional.
...
* guix/grafts.scm (graft-derivation): Name 'name' a keyword parameter.
* guix/packages.scm (package-derivation, package-cross-derivation):
Adjust accordingly.
* tests/grafts.scm ("graft-derivation"): Likewise.
* tests/packages.scm ("package-derivation, indirect grafts"): Likewise.
2016-02-22 22:11:37 +01:00
Ludovic Courtès
7adf9b8469
derivations: Move grafts to (guix grafts).
...
* guix/derivations.scm (<graft>, graft-derivation, %graft?)
(set-grafting): Move to...
* guix/grafts.scm: ... here. New file.
* guix/gexp.scm, guix/packages.scm, tests/packages.scm,
guix/scripts/build.scm: Use it.
* Makefile.am (MODULES): Add it.
(SCM_TESTS): Add tests/grafts.scm.
* tests/derivations.scm ("graft-derivation"): Move to...
* tests/grafts.scm: ... here. New file.
2016-02-22 22:11:37 +01:00
Andreas Enge
3297deedd1
gnu: Remove python2-pyqt-4.
...
* gnu/packages/qt.scm (python2-pyqt-4): Delete variable. It depends on Qt 4,
which does not receive security updates any more.
2016-02-22 21:33:29 +01:00
Andreas Enge
dbbb45dd73
gnu: Remove KDE 4.
...
* gnu/packages/kde.scm (qjson): Move from here...
* gnu/packages/qt.scm (qjson): ...to here.
* gnu/packages/pumpio.scm: Drop inclusion of (gnu packages kde).
* gnu/packages/kde.scm: Delete file.
* gnu-system.am (GNU_SYSTEM_MODULES): Unregister it.
* gnu/packages/rdf.scm (soprano): Delete variable.
KDE 4 relies on Qt 4, which does not receive security updates any more.
2016-02-22 21:30:56 +01:00
Efraim Flashner
5ad87e5bb5
gnu: python-patsy: Define 'python2-variant'.
...
* gnu/packages/statistics.scm (python-patsy)[properties]: New field.
(python2-patsy): Use 'strip-python2-variant'.
2016-02-22 21:59:02 +02:00
Efraim Flashner
f4cd2ceabd
gnu: python-patsy: Update to 0.4.1.
...
* gnu/packages/statistics.scm (python-patsy, python2-patsy): Update to 0.4.1.
2016-02-22 21:59:02 +02:00
Alex Kost
260795b736
emacs: Do not allow a user to modify system profiles.
...
Fixes <http://bugs.gnu.org/22607 >.
Reported by myglc2 <myglc2@gmail.com >.
Remove possibilities to install/delete packages to/from a system profile
both for "Package List" and "Package Info" buffers.
* emacs/guix-profiles.el (guix-system-profile-regexp): New variable.
(guix-system-profile?): New procedure.
* emacs/guix-ui-package.el (guix-package-info-insert-output): Do not
display "Install"/"Delete" button for a system profile.
(guix-package-assert-non-system-profile): New procedure.
(guix-package-execute-actions): Use it.
2016-02-22 22:36:35 +03:00
Alex Kost
0338132e65
emacs: Set 'guix-buffer-item' before displaying entries.
...
* emacs/guix-buffer.el (guix-buffer-set): Set 'guix-buffer-item' early,
so that it can be used during displaying entries. For example, this
allows us to use a value of the current guix profile when package
entries are inserted in a "List" or "Info" buffer.
2016-02-22 22:29:56 +03:00
Alex Kost
cfb1c62aa9
emacs: Add 'M-x guix-installed-{user/system}-packages'.
...
* emacs/guix-ui-package.el (guix-installed-user-packages)
(guix-installed-system-packages): New commands.
* doc/emacs.texi (Emacs Commands): Document them.
2016-02-22 22:17:16 +03:00
Mark H Weaver
5879f0d649
gnu: qemu: Add fixes for CVE-2015-8619, CVE-2016-1981, CVE-2016-2197.
...
* gnu/packages/patches/qemu-CVE-2015-8619.patch,
gnu/packages/patches/qemu-CVE-2016-1981.patch,
gnu/packages/patches/qemu-CVE-2016-2197.patch,
gnu/packages/patches/qemu-usb-ehci-oob-read.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/qemu.scm (qemu)[source]: Add patches.
2016-02-22 10:26:22 -05:00
Rene Saavedra
b784b1a9ea
gnu: Add gnome-screenshot.
...
* gnu/packages/gnome.scm (gnome-screenshot): New variable.
2016-02-22 19:57:35 +08:00
Roel Janssen
8b15f42c73
gnu: libotf: Use mirror:// URL.
...
* gnu/packages/fontutils.scm (libotf): Use mirror://savannah URL.
2016-02-22 19:57:35 +08:00
Efraim Flashner
066651d412
gnu: c-ares: Update to 1.11.0.
...
* gnu/packages/adns.scm (c-ares): Update to 1.11.0.
2016-02-22 10:43:17 +02:00
Leo Famulari
1034331a11
gnu: parallel: Update to 20160122.
...
* gnu/packages/parallel.scm (parallel): Update to 20160122.
2016-02-22 02:31:38 -05:00
Leo Famulari
50a7963aeb
gnu: python-acme: Generate and install documentation.
...
* gnu/packages/tls.scm (acme)[arguments]: Add 'docs' phase.
[native-inputs]: Add python-sphinx, python-sphinxcontrib-programoutput,
python-sphinx-rtd-theme, python-setuptools, texinfo.
2016-02-22 00:40:25 -05:00
Leo Famulari
f9263d9a90
gnu: letsencrypt: Generate and install documentation.
...
* gnu/packages/tls.scm (letsencrypt)[arguments]: Add 'docs' phase.
[native-inputs]: Add python2-sphinx, python2-sphinx-rtd-theme,
python2-sphinx-repoze-autointerface,
python2-sphinxcontrib-programoutput, texinfo.
2016-02-22 00:40:25 -05:00
Leo Famulari
548d716539
gnu: Add python-sphinx-repoze-autointerface.
...
* gnu/packages/python.scm (python-sphinx-repoze-autointerface,
python2-sphinx-repoze-autointerface): New variables.
2016-02-22 00:40:25 -05:00
Leo Famulari
0db71dd2d1
licenses: Add repoze license.
...
* guix/licenses.scm (repoze): New variable.
2016-02-22 00:40:25 -05:00
Leo Famulari
3276517cdc
gnu: Add python-sphinxcontrib-programoutput.
...
* gnu/packages/python.scm (python-sphinxcontrib-programoutput,
python2-sphinxcontrib-programoutput): New variables.
2016-02-22 00:40:25 -05:00
Christopher Allan Webber
2de98febb3
gnu: python-apipkg: Remove unzip dependency.
...
Unzip was never used for this package.
* gnu/packages/python.scm (python-apipkg): Remove unzip dependency.
2016-02-21 19:02:26 -08:00
Christopher Allan Webber
0c3b90d478
gnu: Add python-editor.
...
* gnu/packages/python.scm (python-editor, python2-editor): New variables.
2016-02-21 19:01:16 -08:00
Christopher Allan Webber
97e32948ea
gnu: Add python-translitcodec.
...
* gnu/packages/python.scm (python-translitcodec, python2-translitcodec):
New variables.
2016-02-21 19:01:16 -08:00
Christopher Allan Webber
22df6419f8
gnu: Add python-celery.
...
* gnu/packages/python.scm (python-celery, python2-celery): New variables.
2016-02-21 19:01:16 -08:00
Christopher Allan Webber
b6f0b9fb68
gnu: Add python-billiard.
...
* gnu/packages/python.scm (python-billiard, python2-billiard):
New variables.
2016-02-21 19:01:16 -08:00
Christopher Allan Webber
7d38730507
gnu: Add python-kombu.
...
* gnu/packages/python.scm (python-kombu, python2-kombu): New variables.
2016-02-21 19:01:16 -08:00
Christopher Allan Webber
8dfceab779
gnu: Add python-amqp.
...
* gnu/packages/python.scm (python-amqp, python2-amqp): New variables.
2016-02-21 19:01:13 -08:00
Christopher Allan Webber
4cb122cd8d
gnu: Add python-anyjson.
...
* gnu/packages/python.scm (python-anyjson, python2-anyjson): New variables.
2016-02-21 19:00:32 -08:00
Christopher Allan Webber
aa6313d699
gnu: Add python-webtest.
...
* gnu/packages/python.scm (python-webtest, python2-webtest):
New variables.
2016-02-21 18:59:39 -08:00
Christopher Allan Webber
1cf536521d
gnu: Add python-pyquery.
...
* gnu/packages/python.scm (python-pyquery, python2-pyquery): New variables.
2016-02-21 18:59:39 -08:00
Christopher Allan Webber
bb7518b1e8
gnu: Add python-pastedeploy.
...
* gnu/packages/python.scm (python-pastedeploy, python2-pastedeploy):
New variables.
2016-02-21 18:59:39 -08:00
Christopher Allan Webber
778a284be5
gnu: Add python-wsgiproxy2.
...
* gnu/packages/python.scm (python-wsgiproxy2, python2-wsgiproxy2):
New variables.
2016-02-21 18:59:39 -08:00
Christopher Allan Webber
ae00a41feb
gnu: Add python-waitress.
...
* gnu/packages/python.scm (python-waitress, python2-waitress): New variables.
2016-02-21 18:59:39 -08:00
Christopher Allan Webber
b32a1e47a9
gnu: Add python-beautifulsoup4.
...
* gnu/packages/python.scm (python-beautifulsoup4, python2-beautifulsoup4):
New variables.
2016-02-21 18:59:34 -08:00
Christopher Allan Webber
8fa58fc9a1
gnu: Add python-pytest-xdist.
...
* gnu/packages/python.scm (python-pytest-xdist, python2-pytest-xdist):
New variables.
2016-02-21 18:59:30 -08:00
Christopher Allan Webber
16c84f9031
gnu: Add python2-execnet.
...
* gnu/packages/python.scm (python2-execnet): New variable.
2016-02-21 18:59:30 -08:00
Christopher Allan Webber
e08739c3c6
gnu: Add python2-apipkg.
...
* gnu/packages/python.scm (python2-apipkg): New variable.
2016-02-21 18:59:30 -08:00
Christopher Allan Webber
af5a460222
gnu: Add python-alembic.
...
* gnu/packages/python.scm (python-alembic, python2-alembic): New variables.
2016-02-21 18:59:29 -08:00
Ludovic Courtès
95001d4b46
download: Add 'url-fetch/tarbomb'.
...
Suggested by Federico Beffa.
Fixes <http://bugs.gnu.org/22676 >.
Reported by Danny Milosavljevic <dannym@scratchpost.org >.
* gnu/packages/engineering.scm (broken-tarball-fetch): Remove.
(fastcap)[source](method): Use URL-FETCH/TARBOMB instead.
* gnu/packages/scheme.scm (broken-tarball-fetch): Remove.
(scmutils)[source](method): Use URL-FETCH/TARBOMB instead.
* guix/download.scm (url-fetch/tarbomb): New procedure, renamed from
'broken-tarball-fetch'.
2016-02-22 00:36:24 +01:00
Ludovic Courtès
49e0ca90bc
doc: Add Texinfo HTML cross-reference file.
...
Fixes <http://bugs.gnu.org/22543 >.
* doc/htmlxref.cnf: New file.
* doc.am (EXTRA_DIST): Add it.
2016-02-21 22:28:20 +01:00
Andy Wingo
d5df6fc755
gnu: icu4c: Fetch from sourceforge.
...
* gnu/packages/icu4c.scm (icu4c): Download via sourceforge mirrors. The
previous URL,
http://download.icu-project.org/files/icu4c/55.1/icu4c-55_1-src.tgz ,
redirects to sourceforge, which then fails because that redirects to
https and as the original URL didn't start with HTTPS, gnutls wasn't
included in the downloader.
2016-02-21 21:21:09 +01:00
Andy Wingo
5cc3096c73
Update all sources from freedesktop.org to use https
...
* gnu/packages/xorg.scm:
* gnu/packages/xdisorg.scm:
* gnu/packages/video.scm:
* gnu/packages/tls.scm:
* gnu/packages/python.scm:
* gnu/packages/pulseaudio.scm:
* gnu/packages/polkit.scm:
* gnu/packages/pdf.scm:
* gnu/packages/libcanberra.scm:
* gnu/packages/gtk.scm:
* gnu/packages/gstreamer.scm:
* gnu/packages/gnome.scm:
* gnu/packages/glib.scm:
* gnu/packages/ghostscript.scm:
* gnu/packages/freedesktop.scm:
* gnu/packages/fontutils.scm: Update all sources hosted on freedesktop
to fetch tarballs via https. freedesktop.org appears to have updated
recently to redirect all http to https. As an exception, we leave
pkg-config like it is, because pkg-config is needed to build gnutls,
and without gnutls we can't download https URLs.
2016-02-21 21:11:49 +01:00
Andreas Enge
f2fadbc1ff
Revert "doc: Drop documentation of deprecated procedures."
...
This reverts commit f5c6e77a7f .
2016-02-21 20:02:24 +01:00
Efraim Flashner
466a7d706d
gnu: libx264: Update to 20160220-2245.
...
* gnu/packages/video.scm (libx264): Update to 20160220-2245.
2016-02-21 16:16:54 +02:00
Efraim Flashner
62fe2d4752
gnu: xvid: Use 'modify-phases'.
...
* gnu/packages/video.scm (xvid)[arguments]: Use 'modify-phases'.
2016-02-21 16:16:54 +02:00
Efraim Flashner
e05035c70d
gnu: xvid: Update to 1.3.4.
...
* gnu/packages/video.scm (xvid): Update to 1.3.4.
2016-02-21 16:16:54 +02:00
Ludovic Courtès
5c7dd5ac3a
linux-modules: Use normalized module names for 'modprobe.blacklist'.
...
* gnu/build/linux-modules.scm (normalize-module-name): New procedure.
(file-name->module-name): Use it.
(module-black-list): Expound docstring.
2016-02-21 13:04:10 +01:00
Mark H Weaver
57a41bfb3c
gnu: linux-libre: Update to 4.4.2.
...
* gnu/packages/linux.scm (linux-libre): Update to 4.4.2.
2016-02-21 03:05:24 -05:00
Leo Famulari
9eb05bc381
gnu: python-enum34: Remove python-setuptools from inputs.
...
* gnu/packages/python.scm (python-enum34)[inputs]: Remove
python-setuptools.
2016-02-21 02:46:23 -05:00
Leo Famulari
68f1cdecf1
gnu: Don't use python-enum34 when building with python-3.4.
...
* gnu/packages/docker.scm (docker-compose)[inputs]: Remove python-enum34.
* gnu/packages/python.scm (python-parse-type)[inputs]: Likewise.
(behave)[inputs]: Likewise.
(python-cryptography)[propagated-inputs]: Likewise.
(python2-cryptography)[propagated-inputs]: Add python2-enum34.
2016-02-21 02:46:23 -05:00
Leo Famulari
820acd1bc3
gnu: Add python2-enum34.
...
* gnu/packages/python.scm (python2-enum34): New variable.
2016-02-21 02:46:23 -05:00
Leo Famulari
d39ae1e5c6
gnu: python-enum34: Update to 1.1.0.
...
* gnu/packages/python.scm (python-enum34): Update to 1.1.0.
[source]: Use pypi-uri.
2016-02-21 02:46:23 -05:00
Leo Famulari
7bac09f45a
gnu: dvtm: Update to 0.15.
...
* gnu/packages/dvtm.scm (dvtm): Update to 0.15.
2016-02-21 02:04:59 -05:00
Leo Famulari
b860bbd9ee
gnu: abduco: Update to 0.5.
...
* gnu/packages/abduco.scm (abduco): Update to 0.5.
2016-02-21 02:04:10 -05:00
Mark H Weaver
065932966f
Revert "gnu: coreutils: Update URI for tail-inotify-race.patch."
...
This reverts commit 1a51cbc825 .
2016-02-20 19:58:19 -05:00
Mark H Weaver
1f7309a6d1
gnu: dmd: Update URI of dmd-user-group.patch.
...
* gnu/packages/admin.scm (dmd)[source]: Update URI of patch.
2016-02-20 18:41:34 -05:00
Mark H Weaver
1a51cbc825
gnu: coreutils: Update URI for tail-inotify-race.patch.
...
* gnu/packages/base.scm (coreutils)[source]: Update URI of patch.
2016-02-20 18:41:34 -05:00
Ricardo Wurmus
eeabe5a186
gnu: wine: Update to 1.9.4.
...
* gnu/packages/wine.scm (wine): Update to 1.9.4.
[origin]: Remove snippet.
[arguments]: Set SHELL with make-flags.
2016-02-20 22:38:33 +01:00
Ben Woodcroft
fbc5b815cc
import: gem: Add updater.
...
* guix/import/gem.scm (guix-package->gem-name,
gem-package?, latest-release): New procedures.
(%gem-updater): New variable.
(rubygems-fetch): Wrap body in
'call-with-output-file' and 'with-error-to-port'.
* guix/scripts/refresh.scm (%updaters): Add %GEM-UPDATER.
* doc/guix.texi (Invoking guix refresh): Mention RubyGems.
2016-02-20 20:46:10 +10:00
宋文武
56f5f921b4
gnu: nix: Update to 1.11.2.
...
* gnu/packages/package-management.scm (nix): Update to 1.11.2.
2016-02-20 18:22:26 +08:00
Roel Janssen
6ef0ec7600
gnu: Add libotf.
...
* gnu/packages/fontutils.scm (libotf): New variable.
2016-02-20 08:41:51 +08:00
Leo Famulari
4e58a402ff
gnu: cpio: Add fix for CVE-2016-2037.
...
* gnu/packages/patches/cpio-CVE-2016-2037.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/cpio.scm (cpio)[source]: Add patch.
2016-02-19 18:04:15 -05:00
Leo Famulari
6399941555
gnu: rxvt-unicode: Update source URL.
...
* gnu/packages/xdisorg.scm (rxvt-unicode)[source]: Update URL.
2016-02-19 01:49:30 -05:00
Mark H Weaver
3729ff4183
gnu: glibc: Add fix for CVE-2015-7547.
...
* gnu/packages/patches/glibc-CVE-2015-7547.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc)[source]: Add patch.
2016-02-19 00:42:10 -05:00
Christopher Baines
1c7f1fb133
gnu: Add perl-shell-command.
...
* gnu/packages/perl.scm (perl-shell-command): New variable.
Signed-off-by: Andreas Enge <andreas@enge.fr >
2016-02-18 21:16:25 +01:00
Alex Sassmannshausen
3c98acb79b
gnu: guile-config: Update to 0.1.1.
...
* gnu/packages/guile.scm (guile-config): Update to 0.1.1.
Signed-off-by: Andreas Enge <andreas@enge.fr >
2016-02-18 20:40:12 +01:00
Efraim Flashner
c8732e192e
gnu: gccgo: Update to 4.9.
...
* gnu/packages/gcc.scm (gccgo): Update to 4.9.
2016-02-18 20:52:02 +02:00
Efraim Flashner
2a817081e2
gnu: aria2: Update to 1.20.0.
...
* gnu/packages/bittorrent.scm (aria2): Update to 1.20.0.
2016-02-18 19:47:49 +02:00
Efraim Flashner
723a6910ca
gnu: glpk: Update to 4.58.
...
* gnu/packages/maths.scm (glpk): Update to 4.58.
2016-02-18 15:35:28 +02:00
Efraim Flashner
f6b1a8f7be
gnu: ykclient: Update to 2.15.
...
* gnu/packages/yubico.scm (ykclient): Update to 2.15.
2016-02-18 11:47:19 +02:00
Efraim Flashner
58c5fb76f5
gnu: libyubikey: Update to 1.13.
...
* gnu/packages/yubico.scm (libyubikey): Update to 1.13.
2016-02-18 11:47:19 +02:00
Efraim Flashner
e095be68dd
gnu: yasm: Update to 1.3.0.
...
* gnu/packages/yasm.scm (yasm): Update to 1.3.0.
2016-02-18 11:47:19 +02:00
宋文武
83f64925ae
gnu: retroarch: Update to 1.3.1.
...
* gnu/packages/games.scm (retroarch): Update to 1.3.1.
2016-02-18 17:32:51 +08:00
Nils Gillmann
e11d14fe55
gnu: Add emacs-popup.
...
* gnu/packages/emacs.scm (emacs-popup): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com >
2016-02-18 11:59:03 +03:00
Rene Saavedra
fdba447c62
gnu: Add gnome-backgrounds.
...
* gnu/packages/gnome.scm (gnome-backgrounds): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com >
2016-02-18 11:59:03 +03:00
Rene Saavedra
a10bf13915
licenses: Add CC-BY-SA and CC-BY.
...
* guix/licenses.scm (cc-by-sa2.0, cc-by2.0): New variables.
Signed-off-by: Alex Kost <alezost@gmail.com >
2016-02-18 11:59:03 +03:00
Alex Kost
19a9c6f47c
emacs: Autoload hooks instead of putting them in 'guix-init'.
...
* emacs/guix-init.el: Move adding hooks to...
* emacs/guix-build-log.el: ... here.
* emacs/guix-devel.el: ... and here.
2016-02-18 11:59:03 +03:00
Alex Kost
5dccaffe64
system: Add iproute to '%base-packages'.
...
* gnu/system.scm (%base-packages): Add iproute.
2016-02-18 11:59:03 +03:00
Leo Famulari
42e92e069a
gnu: letsencrypt and python-acme: Update to 0.4.0.
...
These packages should be updated together.
* gnu/packages/tls.scm (letsencrypt): Update to 0.4.0.
(python-acme, python2-acme): Update to 0.4.0.
2016-02-17 22:43:08 -05:00
David Thompson
50aaec25ca
gnu: Add python-mako.
...
* gnu/packages/python.scm (python-mako, python2-mako): New variables.
2016-02-17 21:21:47 -05:00
Efraim Flashner
373dfe64a3
gnu: moe: Update to 1.8.
...
* gnu/packages/moe.scm (moe): Update to 1.8.
2016-02-17 16:25:46 +02:00
宋文武
972f4e5082
gnu: gnunet: Install NSS module.
...
* gnu/packages/gnunet.scm (gnunet)[arguments]: Pass '--with-nssdir'.
2016-02-17 20:57:55 +08:00
宋文武
dc05025165
gnu: Add gnome.
...
* gnu/packages/gnome.scm (gnome): New variable.
2016-02-17 20:57:55 +08:00
Fabian Harfert
7af1ca29f4
gnu: Add mate-menus.
...
* gnu/packages/mate.scm (mate-menus): New variable.
2016-02-17 13:39:41 +02:00
Fabian Harfert
f2c7369abc
gnu: Add libmateweather.
...
* gnu/packages/mate.scm (libmateweather): New variable.
2016-02-17 13:39:41 +02:00
Fabian Harfert
4b48a9fee0
gnu: Add mate-desktop.
...
* gnu/packages/mate.scm (mate-desktop): New variable.
2016-02-17 13:39:40 +02:00
Fabian Harfert
cbfe494dd7
gnu: Add mate-themes.
...
* gnu/packages/mate.scm (mate-themes): New variable.
2016-02-17 12:14:02 +02:00
Fabian Harfert
bb2fe79e6e
gnu: Add mate-icon-theme.
...
* gnu/packages/mate.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/mate.scm (mate-icon-theme): New variable.
2016-02-17 12:14:02 +02:00
Alex Sassmannshausen
44a2bdf8e7
gnu: Add guile-config.
...
* gnu/packages/guile.scm (guile-config): New variable.
2016-02-16 11:24:08 -08:00
Efraim Flashner
1486d67ee8
gnu: qrencode: Update to 3.4.4.
...
* gnu/packages/aidc.scm (qrencode): Update to 3.4.4.
2016-02-16 19:28:00 +02:00
Andreas Enge
9bd9486df4
gnu: pari-gp: Build documentation.
...
* gnu/packages/algebra.scm (pari-gp)[native-inputs]: Add texlive-minimal.
[arguments]: Modify make-flags to build documentation.
2016-02-16 17:11:28 +01:00
Andreas Enge
6b5eb8406c
gnu: Add texlive-minimal.
...
* gnu/packages/texlive.scm (texlive-texmf-minimal, texlive-minimal):
New variables.
2016-02-16 16:44:36 +01:00
Andreas Enge
3c192e4e1b
doc: Add footnote on Guile-JSON.
...
* doc/guix.texi ("invoking guix import"): Add a footnote to the CPAN importer
on the need for Guile-JSON.
2016-02-16 16:37:37 +01:00
Andreas Enge
f5c6e77a7f
doc: Drop documentation of deprecated procedures.
...
* doc/guix.texi ("build systems"): Drop documentation of
BUILD-EXPRESSION->DERIVATION.
2016-02-16 16:37:37 +01:00
Andreas Enge
c2c5dc79f1
doc: Use modify-phases syntax in example.
...
* doc/guix.texi ("build systems"): Use modify-phases syntax instead of
alist-delete in example.
2016-02-16 16:37:37 +01:00
Andreas Enge
4d4c481601
doc: Move paragraphs in description of guix archive.
...
* doc/guix.texi ("invoking guix archive"): Move paragraph describing basic
invocation from the end to the beginning of the section.
2016-02-16 16:37:37 +01:00
Efraim Flashner
b736776255
gnu: hydrogen: Update to 0.9.6.1.
...
* gnu/packages/music.scm (hydrogen): Update to 0.9.6.1.
[build-system]: Switch to cmake-build-system.
[arguments]: Enable configure and tests, remove custom phases.
[native-inputs]: Remove python-2, scons. Add cppunit.
[inputs]: Add libarchive, lrdf.
2016-02-16 17:24:45 +02:00
Ricardo Wurmus
578b05d99e
gnu: htseq: Add PySam to inputs.
...
* gnu/packages/bioinformatics.scm (htseq)[inputs]: Add "python2-pysam".
2016-02-16 15:32:15 +01:00
Ricardo Wurmus
d15d981ea2
gnu: Add StringTie.
...
* gnu/packages/bioinformatics.scm (stringtie): New variable.
2016-02-16 14:51:10 +01:00
Ricardo Wurmus
469d6589e3
gnu: Add Augeas.
...
* gnu/packages/augeas.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2016-02-16 14:41:25 +01:00
Efraim Flashner
c5a6e33b56
gnu: gpsbabel: Use 'modify-phases'.
...
* gnu/packages/gps.scm (gpsbabel)[arguments]: Use 'modify-phases'.
2016-02-16 12:13:01 +02:00
Efraim Flashner
6f1c3b806a
gnu: gpsbabel: Update to 1.5.2.
...
* gnu/packages/gps.scm (gpsbabel): Update to 1.5.2.
[inputs]: Remove qt-4, add qt.
2016-02-16 11:10:45 +02:00
Efraim Flashner
d694230abe
gnu: librecad: Use 'modify-phases'.
...
* gnu/packages/engineering.scm (librecad)[arguments]: Use 'modify-phases'.
2016-02-16 09:30:40 +02:00
Efraim Flashner
d8a4b93253
gnu: librecad: Update to 2.0.9.
...
* gnu/packages/engineering.scm (librecad): Update to 2.0.9.
[inputs]: Use qt instead of qt-4.
2016-02-16 08:53:18 +02:00
Leo Famulari
d4e21fbbe0
gnu: iftop: Fix license.
...
* gnu/packages/admin.scm (iftop)[license]: Correct 'gpl3' to 'gpl2+'.
2016-02-15 21:37:07 -05:00
Leo Famulari
6ac2af78e0
gnu: shntool: Fix license.
...
* gnu/packages/audio.scm (shntool)[license]: Correct 'gpl3+' to 'gpl2+'
and add 'x11'.
2016-02-15 21:36:46 -05:00
Leo Famulari
8763fdf8a5
gnu: pioneers: Fix license.
...
* gnu/packages/games.scm (pioneers)[license]: Correct 'gpl3+' to 'gpl2+'.
2016-02-15 21:14:18 -05:00
Rodger Fox
7e2e115501
gnu: Add pioneers.
...
* gnu/packages/games.scm (pioneers): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-02-15 20:12:08 -05:00
Leo Famulari
be6f30047e
gnu: vdirsyncer: Update to 0.9.0.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.9.0.
2016-02-15 18:48:36 -05:00
Leo Famulari
a9da8fec62
gnu: python-click-log: Update to 0.1.3.
...
* gnu/packages/python.scm (python-click-log): Update to 0.1.3.
2016-02-15 18:48:36 -05:00
Leo Famulari
c834cf82b6
gnu: python-atomicwrites: Update to 0.1.9.
...
* gnu/packages/python.scm (python-atomicwrites): Update to 0.1.9.
2016-02-15 18:48:36 -05:00
Leo Famulari
97bbc48023
gnu: python-lxml: Update to 3.5.0.
...
* gnu/packages/python.scm (python-lxml, python2-lxml): Update to 3.5.0.
[source]: Use pypi-uri.
2016-02-15 18:48:36 -05:00
Tobias Geerinckx-Rice
85a94d296e
gnu: redshift: Update to 1.11.
...
* gnu/packages/xdisorg.scm (redshift): Update to 1.11.
2016-02-15 23:37:21 +01:00
Christopher Allan Webber
a4ba286baf
gnu: python-sqlalchemy: Update to 1.0.12.
...
* gnu/packages/python.scm (python-sqlalchemy): Update to 1.0.12.
2016-02-15 14:02:06 -08:00
Pjotr Prins
552f5c009e
gnu: Add slurm.
...
* gnu/packages/parallel.scm (slurm): New variable.
* gnu/packages/patches/slurm-configure-remove-nonfree-contribs.patch:
New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/parallel.scm: Introduce license name space.
Co-authored-by: Andreas Enge <andreas@enge.fr >
2016-02-15 22:47:47 +01:00
Ben Woodcroft
e70f7a2306
gnu: prodigal: Update to 2.6.3.
...
* gnu/packages/bioinformatics.scm (prodigal): Update to 2.6.3.
2016-02-16 07:18:59 +10:00
Efraim Flashner
7fe8ad7616
gnu: polkit-qt: Build with qt-5.
...
*gnu/packages/polkit.scm (polkit-qt)[propagated-inputs]: Use qt.
2016-02-15 20:22:28 +02:00
Efraim Flashner
d1cba090a8
gnu: bazaar: Update to 2.7.0.
...
* gnu/packages/version-control.scm (bazaar): Update to 2.7.0.
2016-02-15 19:53:27 +02:00
Ricardo Wurmus
258c0a365e
gnu: r-annotationdbi: Update to 1.32.3.
...
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.32.3.
2016-02-15 16:11:22 +01:00
Ricardo Wurmus
3d7a157c62
gnu: Add audit.
...
* gnu/packages/admin.scm (audit): New variable.
2016-02-15 16:06:09 +01:00
Efraim Flashner
fdc1b2fd65
gnu: vera: Update to 1.23.
...
* gnu/packages/dictionaries.scm (vera): Update to 1.23.
2016-02-15 15:49:13 +02:00
Efraim Flashner
e0ef3708f7
gnu: nano: Update to 2.5.2.
...
* gnu/packages/nano.scm (nano): Update to 2.5.2.
2016-02-15 15:49:13 +02:00
Efraim Flashner
4bc0c634b3
gnu: bitcoin-core: Update to 0.11.2.
...
* gnu/packages/finance.scm (bitcoin-core): Update to 0.11.2.
[native-inputs]: Use python-2 instead of python-wrapper.
2016-02-15 15:46:00 +02:00
Efraim Flashner
87062f75e4
gnu: owncloud-client: Update to 2.1.1.
...
* gnu/packages/owncloud.scm (owncloud-client): Update to 2.1.1.
2016-02-15 15:46:00 +02:00
Ben Woodcroft
cf6edaba74
gnu: vsearch: Update to 1.10.0.
...
* gnu/packages/bioinformatics.scm (vsearch): Update to 1.10.0.
[origin]: Adapt to changes in bundling of cityhash.
2016-02-15 22:54:25 +10:00
Ben Woodcroft
a64a8c465d
gnu: cityhash: Install citycrc.h.
...
* gnu/packages/textutils.scm (cityhash)[arguments]: Install citycrc.h.
[version]: Use standardised format, increment to 1.1-2.
2016-02-15 22:54:12 +10:00
Mark H Weaver
e86409c566
gnu: graphite2: Update to 1.3.5. Update home-page and source URI.
...
* gnu/packages/fontutils.scm (graphite2): Update to 1.3.5.
[source, home-page]: Update to reflect upstream move to github.
2016-02-15 02:51:35 -05:00
Mark H Weaver
4373278ea5
gnu: libsndfile: Update to 1.0.26 [with follow-up fix CVE-2015-7805].
...
Note: The previous fix for CVE-2015-7805 was incomplete.
* gnu/packages/patches/libsndfile-CVE-2014-9496.patch,
gnu/packages/patches/libsndfile-CVE-2015-7805.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/pulseaudio.scm (libsndfile): Update to 1.0.26.
[source]: Remove patches.
2016-02-15 02:51:35 -05:00
Christopher Allan Webber
ea79dbb240
gnu: libgcrypt: Update to 1.6.5 [fixes CVE-2015-7511].
...
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.6.5.
2016-02-15 02:51:35 -05:00
Leo Famulari
68bcac6b62
gnu: btrfs-progs: Fix license.
...
Reported by Tobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com >
* gnu/packages/linux.scm (btrfs-progs)[license]: Add GPL2 to list of licenses.
2016-02-14 21:04:05 -05:00
Nils Gillmann
acb381566c
gnu: font-terminus: Update to 4.40
...
* gnu/packages/fonts.scm (font-terminus): Update to 4.40.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-02-14 20:46:49 -05:00
Andreas Enge
b6b07d9de3
gnu: python-ly: Update to 0.9.3.
...
* gnu/packages/python.scm (python-ly): Update to 0.9.3.
2016-02-14 21:49:56 +01:00
Mark H Weaver
b042bdc8fd
gnu: lxqt: Update source URLs to use HTTPS.
...
* gnu/packages/lxqt.scm (libqtxdg, liblxqt, lxqt-common)
(lxqt-session)[source]: Use HTTPS URLs.
2016-02-14 08:48:13 -05:00
Efraim Flashner
38b209110e
gnu: openbox: Update to 3.6.1.
...
* gnu/packages/openbox.scm (openbox): Update to 3.6.1.
2016-02-14 09:51:47 +02:00
Efraim Flashner
8826fb241e
gnu: postgresql: Update to 9.3.11. [fixes CVE-2015-{5288,5289},CVE-2016-{0766,0773}]
...
* gnu/packages/databases.scm (postgresql): Update to 9.3.11.
2016-02-14 09:34:27 +02:00
Jochem Raat
3c697ffda3
gnu: Add baobab.
...
* gnu/packages/gnome.scm (baobab): New variable.
2016-02-13 21:09:42 -05:00
Al McElrath
aa0edd3f5b
gnu: Add pianobar.
...
* gnu/packages/music.scm (pianobar): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-02-13 18:40:04 -05:00
Christopher Allan Webber
cb34dc6c3e
gnu: Add python-wtforms
...
* gnu/packages/python.scm (python-wtforms, python2-wtforms): New variables.
2016-02-13 15:03:10 -08:00
Andreas Enge
f97c91757d
doc: Correct typos.
...
* doc/guix.texi: Correct typos, grammar and stylistic points.
2016-02-13 19:58:22 +01:00
Alex Kost
75cd4b053e
gnu: iproute: Update to 4.4.0.
...
* gnu/packages/linux.scm (iproute): Update to 4.4.0.
2016-02-13 20:39:34 +03:00
Alex Kost
b53e44fb4e
gnu: iproute: Use 'modify-phases'.
...
* gnu/packages/linux.scm (iproute)[arguments]: Use 'modify-phases'.
2016-02-13 20:39:34 +03:00
Andreas Enge
a42d99f284
gnu: calibre: Update to 2.51.0.
...
* gnu/packages/ebook.scm (calibre): Update to 2.51.0.
2016-02-13 14:34:50 +01:00
Andreas Enge
ec4130b7e7
gnu: gnuplot: Update to 5.0.2.
...
* gnu/packages/maths.scm (gnuplot): Update to 5.0.2.
2016-02-13 13:37:49 +01:00
Jan Nieuwenhuizen
8c1088bb0f
gnu: lablgtk: Build cmxa libraries.
...
* gnu/packages/ocaml.scm (lablgtk)[arguments]: Add the make target "opt"
to also build *.cmxa files.
2016-02-13 09:23:20 +01:00
Jan Nieuwenhuizen
6372e336a2
gnu: ocaml: Set search path.
...
* gnu/packages/ocaml.scm (ocaml): Register OCAMLPATH as a search path.
2016-02-13 09:21:58 +01:00
Jan Nieuwenhuizen
a747baba00
gnu: Add ocaml-findlib.
...
* gnu/packages/ocaml.scm (ocaml-findlib): New variable.
* gnu/packages/patches/ocaml-findlib-make-install.patch: New file.
* gnu-system.am (dist_patch_DATA): Register it.
2016-02-13 09:15:55 +01:00
Mark H Weaver
3a7261bf96
gnu: gnupg: Add upstream fix for test failures on x86_64.
...
Fixes <https://debbugs.gnu.org/22558 >.
* gnu/packages/patches/gnupg-simple-query-ignore-status-messages.patch: New
file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnupg.scm (gnupg)[source]: Add patch.
2016-02-12 21:02:24 -05:00
Jan Nieuwenhuizen
511539ae81
gnu: Add tclxml.
...
* gnu/packages/patches/tclxml-3.2-install.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/tcl.scm (tclxml): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-02-12 19:13:05 -05:00
Leo Famulari
6cefd53d3e
gnu: Split acme into python-acme and python2-acme.
...
* gnu/packages/tls.scm (acme): Split variable into...
(python-acme, python2-acme): ...both Python variants.
(letsencrypt)[propagated-inputs]: Update user of renamed variable.
2016-02-12 18:50:32 -05:00
Leo Famulari
8ad4ae204f
gnu: python-wheel: Define 'python2-variant'.
...
* gnu/packages/python.scm (python-wheel)[properties]: New field.
(python2-wheel): Use 'strip-python2-variant'.
(python2-requests): Take the result of 'package-with-python2' directly.
* gnu/packages/openstack.scm (python2-requests-mock): Likewise.
(python2-oslosphinx): Likewise.
2016-02-12 18:50:32 -05:00
Leo Famulari
a14600ecfa
gnu: python-jsonschema: Define 'python2-variant'.
...
* gnu/packages/python.scm (python-jsonschema)[properties]: New field.
(python2-jsonschema): Use 'strip-python2-variant'.
* gnu/packages/openstack.scm (python2-tempest-lib): Take the result of
'package-with-python2' directly.
2016-02-12 18:50:32 -05:00
Leo Famulari
519e2f4fde
gnu: python-cryptography: Define 'python2-variant'.
...
* gnu/packages/python.scm (python-cryptography)[properties]: New field.
(python2-cryptography): Use 'strip-python2-variant'.
(python2-pyopenssl): Take the result of 'package-with-python2' directly.
2016-02-12 18:50:32 -05:00
Jan Nieuwenhuizen
50fe318c3c
gnu: Add tcllib.
...
* gnu/packages/tcl.scm (tcllib): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-02-12 18:01:05 -05:00
Jan Nieuwenhuizen
e4c38581f3
gnu: tcl: Use tcl/tk license.
...
* gnu/packages/tcl.scm (tcl)[license]: Use the tcl/tk license variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-02-12 18:01:05 -05:00
Jan Nieuwenhuizen
d29f647077
licenses: Add tcl/tk license.
...
* guix/licenses.scm (tcl/tk): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-02-12 17:25:39 -05:00
David Thompson
779aa003fb
scripts: environment: Build environments as profiles.
...
Fixes <http://bugs.gnu.org/19816 >.
* guix/scripts/environment.scm (evaluate-input-search-paths)
(build-inputs): Delete.
(evaluate-profile-search-paths, strip-input-name)
(package-or-package+output?, package-environment-inputs)
(build-environment, inputs->profile-derivations): New procedures.
(create-environment, show-search-paths, launch-environment)
(launch-environment/container): Replace 'inputs' argument
with 'profile' argument.
(package+propagated-inputs): Strip off names off of input tuples.
(options/resolve-packages): Handle input tuples that specify an output
in expressions.
(guix-environment): Convert inputs into a profile to use in the
environment. Remove non-package inputs such as origins from
environment inputs.
* doc/guix.texi ("invoking guix environment"): Document package+output
tuples for --expression option.
* tests/guix-environment.sh: Update tests.
* tests/guix-environment-container.sh: Likewise.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2016-02-12 22:02:06 +01:00
Ludovic Courtès
e5f04c2dde
profiles: Add #:system argument to profile-derivation.
...
Suggested by David Thompson <davet@gnu.org >.
* guix/profiles.scm (profile-derivation): Add #:system parameter and
honor it.
2016-02-12 21:54:25 +01:00
Ludovic Courtès
98a7b528d6
store: Add monadic access to '%current-system'.
...
* guix/store.scm (current-system, set-current-system): New procedures.
* tests/store.scm ("current-system"): New test.
2016-02-12 21:54:25 +01:00
Ricardo Wurmus
0d0bcaa08e
gnu: macs: Update to 2.1.0.20151222.
...
* gnu/packages/bioinformatics.scm (macs): Update to 2.1.0.20151222.
2016-02-12 18:16:16 +01:00
Ricardo Wurmus
43ec07f17c
gnu: macs: Use "pypi-uri".
...
* gnu/packages/bioinformatics.scm (macs)[source]: Use "pypi-uri" to
build source URI.
2016-02-12 18:16:16 +01:00
Ricardo Wurmus
b074e7d486
gnu: python2-fastlmm: Update to 0.2.21.
...
* gnu/packages/python.scm (python2-fastlmm): Update to 0.2.21.
2016-02-12 10:58:46 +01:00
Ricardo Wurmus
3f2e9675fb
gnu: python2-pysnptools: Update to 0.3.5.
...
* gnu/packages/python.scm (python2-pysnptools): Update to 0.3.5.
2016-02-12 10:58:46 +01:00
Ricardo Wurmus
ef9b4c04a4
gnu: python-numpy-bootstrap: Update to 1.10.4.
...
* gnu/packages/python.scm (python-numpy-bootstrap): Update to 1.10.4.
2016-02-12 10:58:46 +01:00
Ricardo Wurmus
1b96f069e6
gnu: python-pandas: Update to 0.16.2.
...
* gnu/packages/python.scm (python-pandas): Update to 0.16.2.
2016-02-12 10:58:46 +01:00
Ni* Gillmann
3ccdd4305e
gnu: Add gnunet-gtk.
...
* gnu/packages/gnunet.scm (gnunet-gtk): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net >
2016-02-12 10:17:05 +01:00
Ricardo Wurmus
1eb6bbd8c0
gnu: gnunet: Add gstreamer and plugins to inputs.
...
* gnu/packages/gnunet.scm (gnunet)[inputs]: Add "gstreamer" and
"gst-plugins-base".
2016-02-12 08:09:19 +01:00
Tobias Geerinckx-Rice
3a9cfba879
install: Add btrfs-progs to the image.
...
* gnu/system/install.scm (installation-os)[packages]: Add BTRFS-PROGS.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-02-11 21:39:30 -05:00
Tobias Geerinckx-Rice
fc686f9a19
gnu: Add btrfs-progs.
...
* gnu/packages/linux.scm (btrfs-progs): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-02-11 21:02:06 -05:00
Mark H Weaver
e57127fbe1
Revert "gnu: nginx: Update to 1.9.11. [fixes CVE-2016-{0742, 0746, 0747}]"
...
This reverts commit 759246ad48 .
2016-02-11 16:31:19 -05:00
Mark H Weaver
59d4cf1c58
gnu: icecat: Update bundled graphite2 to 1.3.5 for security fixes.
...
* gnu/packages/patches/icecat-update-graphite2.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patch. Add TODO
comment about using the system graphite2 in the future.
2016-02-11 14:59:16 -05:00
Efraim Flashner
759246ad48
gnu: nginx: Update to 1.9.11. [fixes CVE-2016-{0742, 0746, 0747}]
...
* gnu/packages/web.scm (nginx): Update to 1.9.11.
2016-02-11 21:36:43 +02:00
Efraim Flashner
d2ca99ccbd
gnu: feh: Update to 2.14.1.
...
* gnu/packages/feh.scm (feh): Update to 2.14.1.
2016-02-11 12:46:55 +02:00
Efraim Flashner
9b719875be
gnu: obs: Update to 0.13.1.
...
* gnu/packages/video.scm (obs): Update to 0.13.1.
2016-02-11 11:11:44 +02:00
Efraim Flashner
50beb63b7a
gnu: fribidi: Update to 0.19.7.
...
* gnu/packages/fribidi.scm (fribidi): Update to 0.19.7.
2016-02-11 11:00:36 +02:00
Efraim Flashner
992b527d52
gnu: alsa-utils: Update to 1.1.0.
...
* gnu/packages/linux.scm (alsa-utils): Update to 1.1.0.
2016-02-11 09:26:55 +02:00
Ricardo Wurmus
138e76972a
gnu: zynaddsubfx: Update to 2.5.3.
...
* gnu/packages/music.scm (zynaddsubfx): Update to 2.5.3.
2016-02-11 08:25:03 +01:00
Leo Famulari
a2a06c51ab
gnu: htop: Update to 2.0.0.
...
* gnu/packages/admin.scm (htop): Update to 2.0.0.
2016-02-11 00:31:10 -05:00
Al McElrath
8a75c589aa
gnu: Add notmuch-addrlookup-c.
...
* gnu/packages/mail.scm (notmuch-addrlookup-c): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-02-10 17:08:24 -05:00
Ludovic Courtès
dedb8d5ece
doc: Provide more details about system installation.
...
* doc/guix.texi (System Installation): Turn all subsections into
individual nodes.
(Limitations): Update the number of packages.
(Preparing for Installation)[Keyboard Layout, Networking, Disk
Partitionning]: New subsections. Move the 'cow-store' thing to...
(Proceeding with the Installation): ... here. Describe things in more
detail.
(Base Services): Add index entry for "keyboard layout".
Co-authored-by: Petter <petter@mykolab.ch >.
2016-02-10 21:47:31 +01:00
Ludovic Courtès
c96ba2cf5e
install: Do not cache lookup failures.
...
Possibly fixes <http://bugs.gnu.org/22209 >.
* gnu/system/install.scm (%nscd-minimal-caches)[negative-time-to-live]:
Set to zero.
2016-02-10 21:47:31 +01:00
Leo Famulari
8823ed4e12
gnu: Fix syntax error in postgresql-service.
...
Fixes <http://bugs.gnu.org/22618 >.
Reported by Danny Milosavljevic <dannym@scratchpost.org >.
* gnu/services/databases.scm (%default-postgres-config): Add missing
quote in default configuration.
2016-02-10 15:34:11 -05:00
Mark H Weaver
16114c3494
gnu: mit-krb5: Update to 1.13.3; add fixes for CVE-2015-{8629,8630,8631}.
...
* gnu/packages/patches/mit-krb5-CVE-2015-2695-pt1.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2695-pt2.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2696.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2697.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2698-pt1.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2698-pt2.patch: Delete files.
* gnu/packages/patches/mit-krb5-CVE-2015-8629.patch,
gnu/packages/patches/mit-krb5-CVE-2015-8630.patch,
gnu/packages/patches/mit-krb5-CVE-2015-8631.patch,
gnu/packages/patches/mit-krb5-init-context-null-spnego.patch: New files.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/mit-krb5.scm (mit-krb5): Update to 1.13.3.
[source]: Update URI to download conventional .tar.gz file. Add patches.
[native-inputs]: Remove old patches-as-inputs.
[arguments]: Remove hacks needed to cope with the older unconventional
tarball that contained an inner source tarball and signature: Remove
#:modules argument, and the custom 'unpack' and 'apply-patches' phases.
2016-02-10 10:41:11 -05:00
Mark H Weaver
42395bf514
gnu: nettle: Update to 3.2 [fixes CVE-2015-{8803,8804,8805}].
...
* gnu/packages/nettle.scm (nettle): Update to 3.2.
2016-02-10 10:41:11 -05:00
Ludovic Courtès
4ecbf6d282
gnu: haunt: Wrap 'haunt' command so that it finds its modules.
...
* gnu/packages/guile.scm (haunt)[arguments]: New field.
2016-02-10 15:15:17 +01:00
Ludovic Courtès
f5582b2c1d
system: Selected locale is automatically built.
...
Fixes <http://bugs.gnu.org/22572 >.
Reported by Mark H Weaver <mhw@netris.org >.
* gnu/system/locale.scm (%not-dot): New variable.
(denormalize-codeset, locale-name->definition): New procedures.
* gnu/system.scm (locale-name->definition*): New procedure.
(operating-system-locale-directory): Instead of raising an error, add
the missing locale.
* doc/guix.texi (Locales): Adjust accordingly.
2016-02-10 15:15:17 +01:00
Alex Kost
32e1611206
gnu: emacs-debbugs: Update to 0.9.
...
* gnu/packages/emacs.scm (emacs-debbugs): Update to 0.9.
[propagated-inputs]: Add 'emacs-async'.
2016-02-10 01:34:17 +03:00
Alex Kost
b654de6da1
gnu: Add emacs-async.
...
* gnu/packages/emacs.scm (emacs-async): New variable.
2016-02-10 01:34:17 +03:00
Alex Kost
3db5ed11da
gnu: magit: Update to 2.5.0.
...
* gnu/packages/emacs.scm (magit): Update to 2.5.0.
[propagated-inputs]: Add 'emacs-with-editor'.
[arguments]: Make with WITH_EDITOR_DIR.
2016-02-10 01:34:17 +03:00
Alex Kost
2b0e43003c
gnu: Add emacs-with-editor.
...
* gnu/packages/emacs.scm (emacs-with-editor): New variable.
2016-02-10 01:34:17 +03:00
Alex Kost
2c04e2eec8
emacs: 'C-u M-x guix-edit' prompts for directory.
...
* emacs/guix-base.el (guix-read-directory): New procedure.
(guix-find-location, guix-edit): Add optional 'directory' argument.
* emacs/guix-ui-package.el (guix-package-list-edit)
(guix-output-list-edit): Likewise.
* doc/emacs.texi (Emacs Commands): Mention "C-u".
2016-02-10 01:31:19 +03:00
Pjotr Prins
f1957fc145
gnu: Add munge.
...
* gnu/packages/admin.scm (munge): New variable.
2016-02-09 20:43:32 +01:00
Leo Famulari
9bee9d87dc
gnu: acme: Disable egg compression.
...
* gnu/packages/python.scm (acme)[arguments]: Add
'disable-egg-compression' phase.
2016-02-08 23:45:06 -05:00
Leo Famulari
0c7320dc89
gnu: letsencrypt and acme: Update to 0.3.0.
...
These packages should be updated together.
* gnu/packages/tls.scm (letsencrypt): Update to 0.3.0.
(acme): Update to 0.3.0.
2016-02-08 23:04:07 -05:00
David Thompson
fe65ef54c5
youtube-dl: Update to 2016.02.05.1.
...
* gnu/packages/video.scm (youtube-dl): Update to 2016.02.05.1.
2016-02-08 21:47:51 -05:00
Ludovic Courtès
939c5c31d6
system: Add Texinfo to '%base-packages'.
...
Fixes <http://bugs.gnu.org/22598 >.
Reported by myglc2 <myglc2@gmail.com >.
* gnu/system.scm (%base-packages): Add TEXINFO.
2016-02-08 23:46:46 +01:00
Ludovic Courtès
1f1ff6a0e7
linux-container: Accept file systems with a UUID 'source'.
...
* gnu/system/linux-container.scm (containerized-operating-system)[user-file-systems]:
Check whether SOURCE is a string before calling 'string-prefix?'.
2016-02-08 23:46:46 +01:00
Ludovic Courtès
6eb439070a
file-systems: Spawn a Bournish REPL upon fsck failure.
...
Fixes <http://bugs.gnu.org/22588 >.
Reported by Mark H Weaver <mhw@netris.org >.
* gnu/build/file-systems.scm (check-file-system): Pass
%BOURNISH-LANGUAGE as the argument to 'start-repl'.
* gnu/services.scm (activation-script): Add (guix build bournish).
* gnu/services/base.scm (file-system-shepherd-service)[imported-modules]:
Likewise.
* gnu/system/linux-container.scm (container-script): Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Likewise.
2016-02-08 23:46:46 +01:00
Ludovic Courtès
f2e4805b7e
Add (guix build bournish) and use it in the initrd.
...
* guix/build/bournish.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/system/linux-initrd.scm (base-initrd): Add (guix build bournish)
and use it.
2016-02-08 23:46:46 +01:00
Nils Gillmann
423eef362b
gnu: add lispf4
...
* gnu/packages/lisp.scm (lispf4): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-02-08 15:09:34 -05:00
Mark H Weaver
7fb51d9742
gnu: dbus: Use https source URL.
...
* gnu/packages/glib.scm (dbus)[source]: Use https URL.
2016-02-08 08:59:00 -05:00
Rene Saavedra
8b8775454b
gnu: Add nautilus.
...
* gnu/packages/gnome.scm (nautilus): New variable.
Co-authored-by: 宋文武 <iyzsong@gmail.com >
2016-02-08 13:48:16 +08:00
Leo Famulari
16095d2729
gnu: python-pillow: Update to 3.1.1 [fixes CVE-2016-{0740, 0775}].
...
* gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.1.1.
2016-02-08 00:25:40 -05:00
Christopher Allan Webber
3d4f9d5cde
gnu: Add assword.
...
* gnu/packages/password-utils.scm (assword): New variable.
2016-02-07 14:57:52 -08:00
Christopher Allan Webber
0bdc1671e4
gnu: Add python2-xdo.
...
* gnu/packages/python.scm (python2-xdo): New variable.
2016-02-07 14:57:52 -08:00
Ludovic Courtès
57b7b8cd60
gnu: python-matplotlib: Define 'python2-variant'.
...
* gnu/packages/python.scm (python2-numpy): Take the result of
'package-with-python2' directly.
(python2-scipy): Likewise.
(python-matplotlib)[properties]: New field.
(python2-matplotlib): Call 'strip-python2-variant'.
2016-02-07 23:46:01 +01:00
Ludovic Courtès
48b311b1b3
gnu: python-cython: Define 'python2-variant'.
...
* gnu/packages/python.scm (python-cython)[properties]: New field.
(python2-cython): Use 'strip-python2-variant'.
2016-02-07 23:46:01 +01:00
Ludovic Courtès
7ec42f1d8a
gnu: python-pycairo: Define 'python2-variant'.
...
* gnu/packages/gtk.scm (python-pycairo)[properties]: New field.
(python2-pycairo): Use 'strip-python2-variant'.
2016-02-07 23:46:01 +01:00
Ludovic Courtès
00f2bf3433
gnu: python-pygobject: Define 'python2-variant'.
...
* gnu/packages/glib.scm (python-pygobject)[properties]: New field.
(python2-pygobject): Use 'strip-python2-variant'.
2016-02-07 23:46:01 +01:00
Ludovic Courtès
1be83341f6
build-system/python: Honor the 'python2-variant' property of packages.
...
Fixes <http://bugs.gnu.org/22437 >.
Reported by Leo Famulari <leo@famulari.name > and others.
* guix/build-system/python.scm (package-with-explicit-python): Add
#:variant-property and honor it.
(strip-python2-variant): New procedure.
2016-02-07 23:46:01 +01:00
Ludovic Courtès
5540929500
gnu: upower: Install man pages.
...
* gnu/packages/gnome.scm (upower)[native-inputs]: Add LIBXML2, LIBXSLT,
and DOCBOOK-XSL.
2016-02-07 23:46:01 +01:00
Efraim Flashner
17d2e86d49
gnu: keepassx: Update to 2.0.2.
...
* gnu/packages/password-utils.scm (keepassx): Update to 2.0.2.
2016-02-07 21:37:00 +02:00
Fabian Harfert
6366cef38d
gnu: Add libcanberra-gtk2.
...
* gnu/packages/libcanberra.scm (libcanberra/gtk+-2): New variable.
2016-02-07 16:49:51 +01:00
Efraim Flashner
fe476868df
gnu: python2-pysqlite: Update to 2.8.1.
...
* gnu/packages/python.scm (python2-pysqlite): Update to 2.8.1.
[source]: Change to `pypi uri` syntax.
[home-page]: Update to new homepage.
2016-02-07 15:59:54 +02:00
Efraim Flashner
f2d06d4697
gnu: python2-backport-ssl-match-hostname: Update to 3.5.0.1.
...
* gnu/packages/python.scm (python2-backport-ssl-match-hostname):
Update to 3.5.0.1.
[arguments]: Skip tests.
[synopsis]: Update for python version 3.5.x.
2016-02-07 15:24:43 +02:00
Efraim Flashner
ce6c13ee8c
gnu: python-cryptography: Update to 1.2.2.
...
* gnu/packages/python.scm (python-cryptography): Update to 1.2.2.
[source]: Change to `pypi uri` syntax.
[native-inputs]: Add python-pyasn1, python-pyasn1-modules,
python-hypothesis.
(python2-cryptography)[propagated-inputs]: Add
python2-backport-ssl-match-hostname
2016-02-07 14:26:57 +02:00
Efraim Flashner
b39b33e8c8
gnu: python-cryptography-vectors: Update to 1.2.2.
...
* gnu/packages/python.scm (python-cryptography-vectors): Update to 1.2.2.
2016-02-07 13:57:44 +02:00
Efraim Flashner
6fb54e3bd4
gnu: python-pip: Update to 8.0.2.
...
* gnu/packages/python.scm (python-pip): Update to 8.0.2.
[source]: Change to `pypi uri` syntax.
2016-02-07 13:38:16 +02:00
Efraim Flashner
5b669ba1e3
gnu: python-gnupg: Update to 0.3.8.
...
* gnu/packages/gnupg.scm (python-gnupg): Update to 0.3.8.
[source]: Change to 'pypi uri` syntax.
2016-02-07 12:58:54 +02:00
Alex Kost
7c1b1ae24a
doc: Document 'guix-edit' Emacs command.
...
* doc/emacs.texi (Emacs Commands): Document "M-x guix-edit".
* doc/guix.texi (Invoking guix edit): Mention it.
2016-02-07 11:24:35 +03:00
Alex Kost
b3fee145df
system: Fix EMACSLOADPATH.
...
After commit 13fe4891fa , Emacs package
includes "site-start.el", and it has a priority over
"/etc/emacs/site-start.el" on GuixSD because "/etc/emacs" is added to
the end of 'load-path'.
* gnu/system.scm (operating-system-environment-variables): Change
EMACSLOADPATH to prepend "/etc/emacs" to 'load-path' instead of
appending.
2016-02-07 11:24:35 +03:00
Alex Kost
004ea62955
emacs: Find Emacs packages in a system profile.
...
Fixes <http://bugs.gnu.org/22550 >.
Reported by myglc2 <myglc2@gmail.com >.
* emacs/guix-emacs.el (guix-emacs-autoload-packages): Autoload Emacs
packages installed in a system profile.
2016-02-07 11:24:35 +03:00
Alex Kost
09b634565d
emacs: Move the code to load Emacs packages after installing.
...
This code should belong to "guix-backend" as it is run after a REPL
operation to check if new Emacs packages have been installed and to
autoload them if needed.
* emacs/guix-emacs.el (guix-emacs-activate-after-operation)
(guix-emacs-load-autoloads-maybe): Move and rename to...
* emacs/guix-backend.el (guix-emacs-activate-after-operation)
(guix-repl-autoload-emacs-packages-maybe): ... this.
(guix-after-repl-operation-hook): Adjust for the renaming.
2016-02-07 11:24:35 +03:00
Alex Kost
abea77e3f0
emacs: Factorize searching for Emacs packages.
...
* emacs/guix-emacs.el: (guix-emacs-directories): New procedure.
(guix-emacs-find-autoloads-in-directory): Rename to...
(guix-emacs-find-autoloads): ... this.
(guix-emacs-load-autoloads): Remove. Replace with...
(guix-emacs-autoload-packages): ... this. New procedure. At first,
find a list of directories with Emacs packages, then add them to
'load-path' and finally, load autoloads.
* doc/emacs.texi (Emacs Initial Setup): Adjust accordingly.
2016-02-07 11:24:35 +03:00
宋文武
6588c2834a
gnu: curl: Use 'https' URL.
...
Reported by marusich on #guix.
* gnu/packages/curl.scm (curl)[source]: Use 'https' URL.
2016-02-07 10:41:40 +08:00
Christopher Allan Webber
6f74aecdb3
gnu: xdotools: Update to 3.20150503.1
...
* gnu/packages/xdisorg.scm (xdotools): Upgrade to 3.20150503.1.
* gnu/packages/patches/xdotool-fix-makefile.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2016-02-06 15:39:51 -08:00
Ludovic Courtès
d9f0788ad2
gnu: guile-next: Update to 2.1.2.
...
* gnu/packages/guile.scm (guile-next): Update to 2.1.2. Add 'snippet'.
2016-02-06 21:46:25 +01:00
Ludovic Courtès
8c4c2a983e
gnu: Add Texinfo 6.1.
...
* gnu/packages/texinfo.scm (texinfo-6.1): New variable.
* gnu/packages/emacs.scm (emacs): Add comment about 'info.info'.
2016-02-06 21:46:25 +01:00
Christopher Allan Webber
a05d1d82c0
gnu: Add python-pygpgme
...
* gnu/packages/gnupg.scm (python-pygpgme, python2-pygpgme): New variables.
* gnu/packages/patches/pygpgme-disable-problematic-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2016-02-06 11:30:35 -08:00
Mark H Weaver
08cb746f08
gnu: icecat: Re-enable the Ephemeral Diffie-Hellman cipher suites.
...
* gnu/packages/patches/icecat-re-enable-DHE-cipher-suites.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patch.
2016-02-06 08:48:20 -05:00
Ludovic Courtès
e7ad0d5862
services: elogind: Extend PAM to use 'pam_elogind.so'.
...
Thanks to Andy Wingo <wingo@igalia.com > for explaining this at
<https://lists.gnu.org/archive/html/guix-devel/2015-08/msg00439.html >.
* gnu/services/desktop.scm (pam-extension-procedure): New procedure.
(elogind-service-type): Extend PAM-ROOT-SERVICE-TYPE.
2016-02-06 12:01:42 +01:00
Ludovic Courtès
12c00bca92
system: pam: 'pam-root-service-type' can be extended with transformations.
...
* gnu/system/pam.scm (<pam-configuration>): New record type.
(/etc-entry): Change 'services' parameter' to 'config'. Honor the
'transform' field of CONFIG.
(extend-configuration): New procedure.
(pam-root-service-type): Use EXTEND-CONFIGURATION as the 'extend'
field.
(pam-root-service): Add #:transform parameter. Service value is a
<pam-configuration>.
2016-02-06 12:01:42 +01:00
Ludovic Courtès
d7bce31c36
system: pam: Export accessors.
...
* gnu/system/pam.scm: Export <pam-service> and <pam-entry> accessors.
2016-02-06 12:01:42 +01:00
Fabian Harfert
b7807bb2fa
gnu: Add murrine.
...
* gnu/packages/gtk.scm (murrine): New variable.
2016-02-06 13:35:29 +08:00
Fabian Harfert
9ba5198c4c
gnu: Add gtk-engines.
...
* gnu/packages/gtk.scm (gtk-engines): New variable.
2016-02-06 13:32:59 +08:00
Andreas Enge
eb2afd000c
gnu: r: Drop input lapack.
...
* gnu/packages/statistics.scm (r)[inputs]: Drop lapack, which is
recommended by the manual.
[arguments]: Adapt configure flags.
2016-02-05 23:20:43 +01:00
Ludovic Courtès
05c5b16585
services: elogind: Add elogind to the global profile.
...
* gnu/services/desktop.scm (elogind-service-type): Extend
PROFILE-SERVICE-TYPE.
2016-02-05 22:10:42 +01:00
Ludovic Courtès
edc891fa76
services: upower: Add upower to the global profile.
...
* gnu/services/desktop.scm (upower-service-type): Extend
PROFILE-SERVICE-TYPE.
2016-02-05 22:10:42 +01:00
Ludovic Courtès
42c97811c9
gnu: vpnc: Make sure 'vpnc-script' finds the commands it needs.
...
* gnu/packages/vpn.scm (vpnc)[inputs]: Add NET-TOOLS and IPROUTE.
[arguments]: Use 'modify-phases'. Wrap 'vpnc-script'.
2016-02-05 22:10:42 +01:00
Mark H Weaver
a7d8c466db
gnu: icecat: Update to 38.6.0-gnu1.
...
* gnu/packages/patches/icecat-bug-1146335-pt1.patch,
gnu/packages/patches/icecat-bug-1146335-pt2.patch,
gnu/packages/patches/icecat-limit-max-buffers-size-for-ANGLE.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt01.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt02.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt03.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt04.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt05.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt06.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt07.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt08.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt09.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt10.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt11.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt12.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt13.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt14.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt15.patch,
gnu/packages/patches/icecat-CVE-2016-1935.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/gnuzilla.scm (icecat): Update to 38.6.0-gnu1.
[source]: Remove patches.
2016-02-05 16:00:25 -05:00
Andreas Enge
95b754a17a
gnu: r: Drop input openblas.
...
* gnu/packages/statistics.scm (r)[inputs]: Drop openblas.
[arguments]: Adapt configure flags. This makes the build succeed
on armhf-linux.
2016-02-05 20:51:39 +01:00
Efraim Flashner
22b0caa3ed
gnu: glibmm: Update to 2.46.3.
...
* gnu/packages/glib.scm (glibmm): Update to 2.46.3.
2016-02-05 16:02:26 +02:00
Efraim Flashner
93e3be9abd
gnu: gedit: Update to 3.18.3.
...
* gnu/packages/gnome.scm (gedit): Update to 3.18.3.
2016-02-05 16:02:26 +02:00
Efraim Flashner
7965a94a67
gnu: gtksourceview: Update to 3.18.2.
...
* gnu/packages/gtk.scm (gtksourceview): Update to 3.18.2.
2016-02-05 16:02:26 +02:00
Efraim Flashner
5b00397279
gnu: atkmm: Update to 2.24.2.
...
* gnu/packages/gtk.scm (atkmm): Update to 2.24.2.
2016-02-05 16:02:26 +02:00
Efraim Flashner
f58219569c
gnu: libxml++: Update to 3.0.0.
...
* gnu/packages/gnome.scm (libxml++): Update to 3.0.0.
2016-02-05 16:02:26 +02:00
Efraim Flashner
73836c7de8
gnu: ffmpeg: Update to 2.8.6.
...
* gnu/packages/video.scm (ffmpeg): Update to 2.8.6.
2016-02-05 16:02:26 +02:00
Efraim Flashner
e267435787
gnu: vte: Update to 0.42.3.
...
* gnu/packages/gnome.scm (vte): Update to 0.42.3.
2016-02-05 16:02:26 +02:00
Andreas Enge
71ee51a057
gnu: libbluray: Drop unused inputs.
...
* gnu/packages/video.scm (libbluray)[inputs]: Remove doxygen, perl and
texlive. The first one is checked during the configure phase, but no
documentation is actually built anyway.
2016-02-05 14:42:13 +01:00
Ludovic Courtès
234ea8a71c
service: shepherd: All of the config file is in 'call-with-error-handling'.
...
* gnu/services/shepherd.scm (shepherd-configuration-file)[config]: Wrap
all the body in 'call-with-error-handling'.
2016-02-05 14:01:46 +01:00
Ludovic Courtès
081bd3bd29
service: shepherd: Guard against exceptions raised by 'start'.
...
Fixes <http://bugs.gnu.org/22548 >.
Reported by Albin <albin@fripost.org >, Mark H Weaver, and Alex Kost.
* gnu/services/shepherd.scm (shepherd-configuration-file)[config]: Guard
against 'service-error?'.
2016-02-05 14:01:46 +01:00
Ludovic Courtès
1d6b7d5847
guix system: Simply warn if we cannot talk to the shepherd.
...
Before that 'open-connection' would return #f, and thus
'current-services' would return a single #f value when its continuation
expects two.
Reported by calher on #guix.
* gnu/services/herd.scm (open-connection): Rethrow system-error
exceptions.
(with-shepherd): Expect CONNECTION to always be true; remove useless
'dynamic-wind'.
* guix/scripts/system.scm (warn-on-system-error): New macro.
(upgrade-shepherd-services): Wrap body in 'warn-on-system-error'.
2016-02-05 14:01:46 +01:00
Ludovic Courtès
6b55ee8889
gnu: net-tools: Update URLs.
...
Reported by Jookia <166291@gmail.com > and Leo Famulari <leo@famulari.name >.
* gnu/packages/linux.scm (net-tools)[home-page]: Switch to SourceForge.
[source]: Add SourceForge and ibiblio.org URLs.
2016-02-05 14:01:46 +01:00
Tobias Geerinckx-Rice
0f860464bd
gnu: Add sdparm.
...
* gnu/packages/disk.scm (sdparm): New variable.
2016-02-05 09:30:29 +01:00
Mark H Weaver
b9da375999
gnu: mplayer: Update to 1.2.1.
...
* gnu/packages/video.scm (mplayer): Update to 1.2.1.
2016-02-04 22:06:01 -05:00
Fabian Harfert
ca9eb4898b
licenses: Add the fdl1.1+.
...
* guix/licenses.scm (fdl1.1+): New variable.
2016-02-04 18:31:17 -05:00
Leo Famulari
90bcecc568
gnu: jasper: Add fixes for several security flaws.
...
* gnu/packages/patches/jasper-CVE-2007-2721.patch,
gnu/packages/patches/jasper-CVE-2008-3520.patch,
gnu/packages/patches/jasper-CVE-2011-4516-and-CVE-2011-4517.patch,
gnu/packages/patches/jasper-CVE-2014-8137.patch,
gnu/packages/patches/jasper-CVE-2014-8138.patch,
gnu/packages/patches/jasper-CVE-2014-8157.patch,
gnu/packages/patches/jasper-CVE-2014-8158.patch,
gnu/packages/patches/jasper-CVE-2014-9029.patch,
gnu/packages/patches/jasper-CVE-2016-1867.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/image.scm (jasper)[source]: Add patches.
2016-02-04 15:09:41 -05:00
Alex Kost
e20f051ec4
emacs: Add missing (require 'guix-profiles).
...
Reported by Christopher Allan Webber <cwebber@dustycloud.org > on #guix.
Several modules use the code from 'guix-profiles' without requiring it. It
was never noticed before commits e4e2154644
and 13fe4891fa , because 'guix-emacs' required
this module. But now, when 'site-start.el' loads 'guix-emacs',
'guix-profiles' may not exist yet, so it may not be required. This will
lead to an error when some of "M-x guix-..." commands will be used. See
<https://gnunet.org/bot/log/guix/2016-02-03#T898859 >.
* emacs/guix-base.el: Require 'guix-profiles'.
* emacs/guix-ui.el: Likewise.
* emacs/guix-ui-generation.el: Likewise.
* emacs/guix-ui-package.el: Likewise.
2016-02-04 15:31:43 +03:00
Ludovic Courtès
17c20385fb
doc: Mention 'tzselect'.
...
* doc/guix.texi (operating-system Reference): Mention 'tzselect' and
invalid timezone strings.
2016-02-04 12:21:34 +01:00
Ludovic Courtès
a6312f1dd0
install: Add glibc to the global profile.
...
Suggested by petter on #guix.
* gnu/system/install.scm (installation-os)[packages]: Add glibc.
2016-02-04 12:21:34 +01:00
Leo Famulari
202e2e412a
gnu: harfbuzz: Update to 1.0.6 [fixes CVE-2016-2052].
...
* gnu/packages/gtk.scm (harfbuzz): Update to 1.0.6.
2016-02-04 00:15:21 -05:00
Mark H Weaver
5fb205c638
gnu: perl-io-socket-ssl: Add workaround for OpenSSL-1.0.2f.
...
* gnu/packages/patches/perl-io-socket-ssl-openssl-1.0.2f-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/web.scm (perl-io-socket-ssl)[source]: Add patch.
2016-02-04 00:15:21 -05:00
Mark H Weaver
19f339526f
gnu: openssl: Update to 1.0.2f [fixes CVE-2015-3197 and CVE-2016-0701].
...
* gnu/packages/tls.scm (openssl): Update to 1.0.2f.
[arguments]: Remove the 'fix-broken-symlinks' phase.
2016-02-04 00:15:21 -05:00
Leo Famulari
bdbb7c1852
gnu: curl: Update to 7.47.0 [fixes CVE-2016-0755].
...
* gnu/packages/curl.scm (curl): Update to 7.47.0.
2016-02-04 00:15:21 -05:00
Mark H Weaver
dfb9001ad8
linux-initrd: Add serpent_generic and wp512 to the default set of modules.
...
Adds modules needed for encrypted root partitions using the Serpent cipher or
Whirlpool digest algorithms.
* gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add
"serpent_generic" and "wp512".
2016-02-03 16:48:06 -05:00
Mark H Weaver
cc023e320e
linux-initrd: Add hid-generic and hid-apple to the default set of modules.
...
Fixes keyboard of MacBook2,1 during early boot, e.g. for typing a password to
mount an encrypted root partition.
* gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add "hid-generic"
and "hid-apple".
2016-02-03 16:43:42 -05:00
Ludovic Courtès
37dd1e6a34
services: 'file-union' makes sure each source file exists.
...
Before that, specifying an invalid timezone in 'operating-system' would
lead to a dangling symlink in the 'etc' directory, which in turn would
lead to a kernel panic at boot time.
Reported by pizzaiolo on #guix.
* gnu/services.scm (file-union): Add 'stat' call for SOURCE.
2016-02-03 22:28:28 +01:00
Ludovic Courtès
240b57f0ca
guix system: 'reconfigure' loads and starts new services.
...
Partly fixes <http://bugs.gnu.org/22039 >.
* gnu/services/herd.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/services/shepherd.scm (shepherd-service-canonical-name): New
procedure.
(shepherd-service-file): Export.
* guix/scripts/system.scm (upgrade-shepherd-services): New procedure.
(switch-to-system): Use it.
* guix/ui.scm (info): New procedure.
* doc/guix.texi (Invoking guix system): Mention system services.
2016-02-03 22:28:28 +01:00
Efraim Flashner
98416109d5
gnu: libdvdcss: Update to 1.4.0.
...
* gnu/packages/video.scm (libdvdcss): Update to 1.4.0.
[source]: Change source url.
2016-02-03 22:20:56 +02:00
Efraim Flashner
321a0299a7
gnu: youtube-dl: Update to 2016.02.01.
...
* gnu/packages/video.scm (youtube-dl): Update to 2016.02.01.
2016-02-03 22:20:56 +02:00
Efraim Flashner
dabd7c9b68
gnu: enlightenment: Update to 0.20.5.
...
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.5.
2016-02-03 22:20:56 +02:00
Efraim Flashner
e11e76b68e
gnu: emotion-generic-players: Update to 1.17.0.
...
* gnu/packages/enlightenment.scm (emotion-generic-players): Update to 1.17.0.
2016-02-03 22:20:56 +02:00
Efraim Flashner
da5e7616a0
gnu: evas-generic-loaders: Update to 1.17.0.
...
* gnu/packages/enlightenment.scm (evas-generic-loaders): Update to 1.17.0.
2016-02-03 22:20:56 +02:00
Efraim Flashner
58fc31670a
gnu: elementary: Update to 1.17.0.
...
* gnu/packages/enlightenment.scm (elementary): Update to 1.17.0.
2016-02-03 22:20:56 +02:00
Efraim Flashner
7b2f2fbf08
gnu: efl: Update to 1.17.0.
...
* gnu/package/enlightenment.scm (efl): Update to 1.17.0.
2016-02-03 22:20:56 +02:00
Andreas Enge
37d6b0978c
gnu: hwloc: Build without numactl support on armhf.
...
* gnu/packages/mpi.scm (hwloc)[inputs]: Drop numactl on armhf, where the
package is not available.
2016-02-03 21:05:51 +01:00
Andreas Enge
35dfcdd753
gnu: numactl: Remove unsupported system armhf-linux.
...
* gnu/packages/linux.scm (numactl)[supported-systems]: Remove armhf.
2016-02-03 21:03:46 +01:00
Mark H Weaver
d120b1d433
gnu: Remove linux-libre-4.2.5.
...
This series is no longer supported upstream.
* gnu/packages/linux.scm (linux-libre-4.2.5): Remove variable.
2016-02-03 14:26:57 -05:00
Andreas Enge
11b953a1b1
gnu: pius: Update to 2.2.2.
...
* gnu/packages/gnupg.scm (pius): Update to 2.2.2.
2016-02-03 15:49:07 +01:00
Andreas Enge
cea18ab00b
gnu: gnupg: Update to 2.1.11.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.11.
2016-02-03 15:49:07 +01:00
Efraim Flashner
35f6c4972e
gnu: ao: Update to 1.2.0.
...
* gnu/packages/xiph.scm (ao): Update to 1.2.0.
2016-02-03 13:10:37 +02:00
Ludovic Courtès
a220b262db
syscalls: 'all-network-interface-names' accepts non-alphanumeric characters.
...
This fixes interfaces with a dash or other characters being ignored.
Suggested by Jookia <166291@gmail.com >.
* guix/build/syscalls.scm (%interface-line): Use [[:graph:]] instead
of [[:alnum:]].
2016-02-03 11:21:11 +01:00
Ludovic Courtès
2a5f0db4c4
system: /etc/profile reads /etc/environment for the sake of lshd.
...
Fixes <http://bugs.gnu.org/22175 >.
* gnu/system.scm (operating-system-etc-service)[profile]: Add hack to
define variables from /etc/environment.
2016-02-03 11:21:11 +01:00
Federico Beffa
3a6a0f6013
gnu: Add Italian Aspell dictionary.
...
* gnu/packages/aspell.scm (aspell-dict-it): New variable.
2016-02-03 10:48:36 +01:00
Federico Beffa
05f5ce0c39
gnu: sbcl: Generate and install documentation.
...
* gnu/packages/lisp.scm (sbcl): Add 'doc' output.
[arguments]: Add 'build-doc' and 'install-doc' phases.
[native-inputs]: Add 'texlive' and 'texinfo'.
2016-02-03 10:48:36 +01:00
Federico Beffa
1ee131df42
gnu: sbcl: Convert to the 'modify-phases' syntax.
...
* gnu/packages/lisp.scm (sbcl): Do it.
2016-02-03 10:48:36 +01:00
Federico Beffa
85960693e4
gnu: Add emacs-slime.
...
* gnu/packages/emacs.scm (emacs-slime): New variable.
2016-02-03 10:48:36 +01:00
Federico Beffa
f163c290f1
gnu: mit-scheme: Generate and install documentation.
...
* gnu/packages/scheme.scm (mit-scheme): Add 'doc' output.
[arguments]: Add phases 'configure-doc, 'build-doc and 'install-doc.
[native-inputs]: Add 'texlive'. Move 'texinfo' and 'm4' from inputs.
2016-02-03 10:48:36 +01:00
Federico Beffa
af00e63352
gnu: mit-scheme: Convert to the 'modify-phases' syntax.
...
* gnu/packages/scheme.scm (mit-scheme): Do it.
2016-02-03 10:48:36 +01:00
Federico Beffa
e5045f303a
gnu: Add emacs-constants.
...
* gnu/packages/emacs.scm (emacs-constants): New variable.
* gnu/packages/patches/emacs-constants-lisp-like.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
2016-02-03 10:48:36 +01:00
Federico Beffa
58a7dc1340
gnu: Add emacs-mit-scheme-doc.
...
* gnu/packages/emacs.scm (emacs-mit-scheme-doc): New variable.
2016-02-03 10:47:21 +01:00
Federico Beffa
aad4a48ab4
gnu: scmutils: Generate 'scmutils-autoloads.el' file.
...
* gnu/packages/scheme.scm (scmutils): Do it.
2016-02-03 10:47:21 +01:00
Federico Beffa
e037a09f1d
gnu: Add emacs-scheme-complete.
...
* gnu/packages/emacs.scm (emacs-scheme-complete): New variable.
* gnu/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add the new patch.
2016-02-03 10:47:21 +01:00
Mark H Weaver
fd9a5b0fc3
gnu: qemu: Update to 2.5.0; add fixes for security flaws.
...
* gnu/packages/patches/qemu-CVE-2015-6855.patch: Delete file.
* gnu/packages/patches/qemu-virtio-9p-use-accessor-to-get-thread-pool.patch,
gnu/packages/patches/qemu-CVE-2015-8558.patch,
gnu/packages/patches/qemu-CVE-2015-8567.patch,
gnu/packages/patches/qemu-CVE-2015-8613.patch,
gnu/packages/patches/qemu-CVE-2015-8701.patch,
gnu/packages/patches/qemu-CVE-2015-8743.patch,
gnu/packages/patches/qemu-CVE-2016-1568.patch,
gnu/packages/patches/qemu-CVE-2016-1922.patch: New files.
* gnu-system.am (dist_patch_DATA): Remove 'qemu-CVE-2015-6855.patch'; add the
new patches.
* gnu/packages/qemu.scm (qemu): Update to 2.5.0.
[source]: Remove old patches and add new ones.
[arguments]: Add 'disable-test-qga' phase.
(%glib-memory-vtable-patch, %glib-duplicate-test-patch): Remove variables.
2016-02-03 00:05:22 -05:00
Mark H Weaver
80cc3a0a4a
gnu: openssl: When computing URI, use 'string-trim-right' not 'string-take'.
...
* gnu/packages/tls.scm (openssl)[source]: When computing URI, use
'string-trim-right' instead of 'string-take'.
2016-02-02 21:16:44 -05:00
宋文武
4c28ca1df4
gnu: yelp: Update to 3.18.1.
...
* gnu/packages/gnome.scm (yelp): Update to 3.18.1.
2016-02-03 09:54:14 +08:00
宋文武
6a203844c5
gnu: webkitgtk: Update to 2.10.7.
...
* gnu/packages/webkit.scm (webkitgtk): Update to 2.10.7.
2016-02-03 09:37:47 +08:00
Efraim Flashner
e81e5fa507
gnu: openssl: Add alternate url.
...
* gnu/packages/tls.scm (openssl)[source]: Add alternate url.
2016-02-02 23:23:24 +02:00
Ludovic Courtès
400ed6acdd
gnu: eudev: Add variant that depends on libblkid.
...
This fixes a bug whereby /dev/disk/by-{label,id} would be missing on
GuixSD (/dev/disk/by-id would still contain device-mapped partitions
though.)
Reported by Mark H Weaver <mhw@netris.org >.
* gnu/packages/linux.scm (eudev-with-blkid): New variable.
* gnu/services/base.scm (udev-service): #:udev defaults to
EUDEV-WITH-BLKID.
* gnu/system.scm (%base-packages): Replace EUDEV with EUDEV-WITH-BLKID.
2016-02-02 21:16:59 +01:00
Federico Beffa
81fc64da7e
gnu: aspell: Wrap binary to find dictionaries.
...
* gnu/packages/aspell.scm (aspell): Add 'wrap-aspell' phase.
* gnu/system.scm (operating-system-etc-service): Remove 'ASPELL_CONF'
definition.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2016-02-02 21:16:59 +01:00
Leo Famulari
8c44dabc5a
gnu: vdirsyncer: Update to 0.8.1.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.8.1.
[native-inputs]: Add python-hypothesis, python-pytest-subtesthack.
2016-02-02 14:49:26 -05:00
Leo Famulari
7517e73c75
gnu: Add python-pytest-subtesthack.
...
* gnu/packages/python.scm (python-pytest-subtesthack,
python2-pytest-subtesthack): New variables.
2016-02-02 14:49:26 -05:00
Leo Famulari
aaa49e8c21
licenses: Add the Unlicense.
...
* guix/licenses.scm (unlicense): New variable.
2016-02-02 14:49:26 -05:00
Leo Famulari
6a44697d01
gnu: Add python-hypothesis.
...
* gnu/packages/python.scm (python-hypothesis, python2-hypothesis): New
variables.
2016-02-02 14:49:26 -05:00
David Thompson
f861b8b8e0
gnu: Add awscli.
...
* gnu/packages/python.scm (awscli): New variable.
2016-02-02 09:24:17 -05:00
David Thompson
935fcd5cf6
gnu: Add python-botocore.
...
* gnu/packages/python.scm (python-botocore): New variable.
2016-02-02 09:23:00 -05:00
David Thompson
ba9da248a6
gnu: Add python-jmespath.
...
* gnu/packages/python.scm (python-jmespath): New variable.
2016-02-02 09:23:00 -05:00
David Thompson
a4af21ca6d
gnu: Add python-tox.
...
* gnu/packages/python.scm (python-tox): New variable.
2016-02-02 09:23:00 -05:00
David Thompson
c0aacfa5b9
gnu: Add python-pluggy.
...
* gnu/packages/python.scm (python-pluggy): New variable.
2016-02-02 09:23:00 -05:00
David Thompson
f5bcec6e7d
gnu: Add python-rsa.
...
* gnu/packages/python.scm (python-rsa, python2-rsa): New variables.
2016-02-02 09:23:00 -05:00
David Thompson
2b2f2fc179
gnu: Add python-colorama.
...
* gnu/packages/python.scm (python-colorama, python2-colorama): New
variables.
2016-02-02 09:23:00 -05:00
Ben J. Woodcroft
ce294c0445
gnu: Update sortmerna to 2.1.
...
* gnu/packages/bioinformatics.scm (sortmerna): Update to 2.1.
2016-02-02 22:42:38 +10:00
Leo Famulari
0889321b5e
gnu: ntp: Update to 4.2.8p6.
...
Fixes CVE-2015-{7973, 7974, 7975, 7976, 7977, 7978, 7979, 8138, 8158}.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p6.
2016-02-02 03:14:41 -05:00
Mark H Weaver
adddd5ba3b
gnu: Add linux-libre-4.1.
...
* gnu/packages/linux-libre-4.1-i686.conf,
gnu/packages/linux-libre-4.1-x86_64.conf: New files.
* Makefile.am (KCONFIGS): Add them.
* gnu/packages/linux.scm (linux-libre-4.1): New variable.
2016-02-02 03:12:29 -05:00
Mark H Weaver
17db07061f
gnu: linux-libre: Generalize 'kernel-config' to support variants.
...
* gnu/packages/linux.scm (kernel-config): Rewrite to support optional
#:variant keyword argument.
2016-02-02 03:12:29 -05:00
Mark H Weaver
5e764e2b6f
gnu: linux-libre: Update to 4.4.1.
...
* gnu/packages/patches/linux-libre-CVE-2016-0728.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (linux-libre): Update to 4.4.1.
[source]: Remove patch.
2016-02-01 23:47:35 -05:00
Leo Famulari
4efc8eb275
gnu: Update socat to 1.7.3.1.
...
* gnu/packages/networking.scm (socat): Update to 1.7.3.1.
2016-02-01 19:00:39 -05:00
Leo Famulari
2c5e497672
gnu: keepassx: Update to 2.0.1.
...
* gnu/packages/password-utils.scm (keepassx): Update to 2.0.1.
2016-02-01 18:26:41 -05:00
Eric Bavier
6009df6391
gnu: ccache: Update to 3.2.4.
...
* gnu/packages/ccache.scm (ccache): Update to 3.2.4.
2016-02-01 15:01:20 -06:00
Alex Kost
70fd33ea75
emacs: command: Disambiguate "w" key in build options.
...
This is a followup to commit 47c0f92c37 .
* emacs/guix-command.el (guix-command-improve-common-build-argument):
Use "W" key for '--with-input' option (leave "w" for '--with-source').
2016-02-01 21:23:38 +03:00
Ludovic Courtès
47c0f92c37
guix build: Add '--with-input'.
...
* guix/scripts/build.scm (transform-package-inputs): New procedure.
(%transformations): Add it.
(%transformation-options, show-transformation-options-help): Add
--with-input.
* tests/scripts-build.scm ("options->transformation, with-input"):
("options->transformation, with-input, no matches"): New tests.
* tests/guix-build.sh: Add tests.
* doc/guix.texi (Package Transformation Options): Document it.
2016-02-01 08:59:13 +01:00
Ludovic Courtès
f0907d97d4
build-system/python: Use 'ensure-keyword-arguments'.
...
* guix/build-system/python.scm (package-with-explicit-python): Use
'ensure-keyword-arguments'.
2016-02-01 08:59:13 +01:00
Ludovic Courtès
a4db2dd99f
build: Remove semicolons from Guile warnings.
...
* build-aux/compile-all.scm (compile-file*):
Clear *CURRENT-WARNING-PREFIX*.
2016-02-01 08:59:13 +01:00
Ludovic Courtès
689b658db8
build: Really enable Guile warnings.
...
* build-aux/compile-all.scm (compile-options): Rename to...
(warnings): ... this. Add 'unsupported-warning'.
(compile-file*): Pass '(#:warnings ...) as #:opts.
2016-02-01 08:59:13 +01:00
Ludovic Courtès
b8638f0347
guix package: Support package transformation options.
...
* guix/scripts/package.scm (show-help): Call
'show-transformation-options-help'.
(%options): Append %TRANSFORMATION-OPTIONS.
(process-actions)[transform, transform-entry]: New procedures.
* doc/guix.texi (Invoking guix package): Mention package
transformations.
(Package Transformation Options): Mention 'guix package'.
2016-02-01 08:59:13 +01:00
Ludovic Courtès
88ad6deda6
guix build: Separate transformation options.
...
* guix/scripts/build.scm (%transformation-options): New variable.
(show-transformation-options-help): New procedure.
(show-help): Remove '--with-source' documentation and add
'show-transformation-options-help' call.
(%options): Remove "with-source" and append %TRANSFORMATION-OPTIONS.
* doc/guix.texi (Package Transformation Options): New node. Document
'--with-source', moved from...
(Additional Build Options): ... here.
2016-02-01 08:59:13 +01:00
Ludovic Courtès
ccd7158d2a
doc: Add subsections to 'Invoking guix build'.
...
* doc/guix.texi (Invoking guix build): Add example. Shuffle options in
the new subsections below.
(Common Build Options, Additional Build Options): New nodes.
(Invoking guix archive): Refer to "Common Build Options".
(Invoking guix environment): Likewise.
(Invoking guix system): Likewise.
fixlet
2016-02-01 08:59:13 +01:00
Ludovic Courtès
629a064f32
guix build: Transformations operate on single objects.
...
* guix/scripts/build.scm (transform-package-source): Return a procedure
that expects a single object rather than a list of packages.
(options->transformation): Rewrite to precompute the list of applicable
transformations and to return a procedure that expects a single object
rather than a list of objects.
(options->derivations): Adjust accordingly.
* tests/scripts-build.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
2016-02-01 08:59:13 +01:00
Ludovic Courtès
efdcb6f29c
install: Make it clear that we refer to the root by label.
...
* gnu/system/install.scm (installation-os): Use (title 'label) for the
root file system.
2016-02-01 08:59:13 +01:00
Ludovic Courtès
ff853a2a06
build: Use the right section and source for man pages.
...
* doc.am (HELP2MANFLAGS): New variable.
(gen_man): Use it.
2016-02-01 08:59:13 +01:00
Eric Bavier
e3f755f44c
gnu: Add pinball.
...
* gnu/packages/games.scm (pinball): New variable.
* gnu/packages/patches/pinball-const-fix.patch,
gnu/packages/patches/pinball-cstddef.patch,
gnu/packages/patches/pinball-missing-separators.patch,
gnu/packages/patches/pinball-src-deps.patch,
gnu/packages/patches/pinball-system-ltdl.patch: New patches.
* gnu-system.am (dist_patch_DATA): Add them.
2016-01-31 23:46:30 -06:00
Efraim Flashner
917708c276
gnu: python-apsw: Update to 3.9.2-r1.
...
* gnu/packages/python.scm (python-apsw): Update to 3.9.2-r1.
[source]: Change to pypi uri syntax.
2016-02-01 06:18:58 +02:00
Efraim Flashner
55ba649dfb
gnu: wayland: Build documentation.
...
* gnu/packages/freedesktop.scm (wayland)[native-inputs]: Add graphviz.
2016-02-01 06:18:58 +02:00
Efraim Flashner
f1d9231d9a
gnu: python-pillow: Update to 3.1.0.
...
* gnu/packages/python.scm (python-pillow): Update to 3.1.0.
[source]: Change to pypi uri syntax.
2016-02-01 06:18:58 +02:00
David Thompson
2a068aecbf
gnu: Add aseprite.
...
* gnu/packages/game-development.scm (aseprite): New variable.
2016-01-31 15:44:20 -05:00
David Thompson
154f6156c0
gnu: Add allegro-4.
...
* gnu/packages/game-development.scm (allegro-4): New variable.
2016-01-31 15:44:19 -05:00
David Thompson
921d9dc7f4
license: Add giftware.
...
* guix/licenses.scm (giftware): New variable.
2016-01-31 15:34:58 -05:00
David Thompson
d1a0bba029
gnu: obs: Update to 0.13.0.
...
* gnu/packages/video.scm (obs): Upgrade to 0.13.0.
2016-01-31 15:32:18 -05:00
Efraim Flashner
e5a2edeba0
gnu: perl-tk: Update to 804.033.
...
* gnu/packages/tcl.scm (perl-tk): Update to 804.033.
[source]: Remove patch.
* gnu/packages/patches/perl-tk-x11-discover.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove patch.
2016-01-31 14:36:08 +02:00
宋文武
39eefcee97
gnu: weechat: Update to 1.4.
...
* gnu/packages/weechat.scm (weechat): Update to 1.4.
2016-01-31 17:12:46 +08:00
Efraim Flashner
692bb77da9
gnu: pumpa: Update to 0.9.2.
...
* gnu/packages/pumpio.scm (pumpa): Update to 0.9.2.
[source]: Add 'file-name' field.
2016-01-30 22:39:05 +02:00
Eric Bavier
3662909752
build: Generate man pages after compiling Guile objects.
...
This reduces compilation time since scripts are not compiled twice.
When building with 'make -j4' from a clean repository on an Intel
i5-2540M, compilation time gets from:
real 4m48.708s
user 17m29.892s
sys 0m9.596s
down to:
real 2m23.399s
user 6m48.604s
sys 0m6.420s
* doc.am (subcommand-manual-target): Delete function.
(SUBCOMMANDS): Delete variable.
(sub_command_mans, gen_man): New variables.
(dist_man1_MANS): Add $(sub_commands_mans).
(doc/guix-%.1): New target for sub-commands man pages. It ensures that
man pages are built only after compiling Guile objects.
(doc/guix-daemon.1): Use $(gen_man). Build only if BUILD_DAEMON.
(doc/guix.1): Use $(gen_man). Add $(sub_command_mans) prerequisite.
Co-authored-by: Mathieu Lirzin <mthl@gnu.org >
2016-01-29 23:45:34 +01:00
Alex Kost
171a0a13a4
Rename 'dmd' to 'shepherd' in comments and strings.
...
* build-aux/hydra/demo-os.scm (operating-system)[issue]: Point to
shepherd instead of dmd.
* ROADMAP: Likewise.
* gnu/build/install.scm (directives): Adjust comment.
2016-01-29 20:21:54 +03:00
Alex Kost
710fa231f0
guix system: Rename 'dmd-graph' to 'shepherd-graph'.
...
* doc/images/dmd-graph.dot: Rename to...
* doc/images/shepherd-graph.dot: ... this.
* doc.am (DOT_FILES): Adjust accordingly.
* guix/scripts/system.scm (dmd-service-node-label)
(dmd-service-node-type, export-dmd-graph): Rename to...
(shepherd-service-node-label, shepherd-service-node-type)
(export-shepherd-graph): ... this.
(show-help, process-action, process-command): Rename 'dmd-graph' to
'shepherd-graph'.
* emacs/guix-command.el (guix-command-additional-execute-arguments)
(guix-command-special-executors): Likewise.
* doc/guix.texi: Likewise.
* doc/emacs.texi (Emacs Popup Interface): Likewise.
2016-01-29 20:21:54 +03:00
Alex Kost
d4053c710b
services: Rename 'dmd' services to 'shepherd'.
...
* gnu/services/shepherd.scm (dmd-root-service-type, %dmd-root-service)
(dmd-service-type, <dmd-service>, dmd-service, dmd-service?)
(make-dmd-service, dmd-service-documentation, dmd-service-provision)
(dmd-service-requirement, dmd-service-respawn, dmd-service-start)
(dmd-service-stop, dmd-service-auto-start?, dmd-service-modules)
(dmd-service-imported-modules, dmd-service-file-name, dmd-service-file)
(dmd-service-back-edges): Rename to...
(shepherd-root-service-type, %shepherd-root-service, shepherd-service-type)
(<shepherd-service>, shepherd-service, shepherd-service?)
(make-shepherd-service, shepherd-service-documentation)
(shepherd-service-provision, shepherd-service-requirement)
(shepherd-service-respawn, shepherd-service-start)
(shepherd-service-stop, shepherd-service-auto-start?)
(shepherd-service-modules, shepherd-service-imported-modules)
(shepherd-service-file-name, shepherd-service-file)
(shepherd-service-back-edges): ...this
* gnu/services.scm: Adjust comments.
* gnu/services/avahi.scm (avahi-dmd-service): Rename to...
(avahi-shepherd-service): ... this.
* gnu/services/base.scm (%root-file-system-dmd-service)
(file-system->dmd-service-name, mapped-device->dmd-service-name)
(dependency->dmd-service-name, file-system-dmd-service)
(mingetty-dmd-service, nscd-dmd-service, guix-dmd-service)
(guix-publish-dmd-service, udev-dmd-service, gpm-dmd-service): Rename to...
(%root-file-system-shepherd-service)
(file-system->shepherd-service-name, mapped-device->shepherd-service-name)
(dependency->shepherd-service-name, file-system-shepherd-service)
(mingetty-shepherd-service, nscd-shepherd-service, guix-shepherd-service)
(guix-publish-shepherd-service, udev-shepherd-service)
(gpm-shepherd-service): ... this.
* gnu/services/databases.scm (postgresql-dmd-service): Rename to...
(postgresql-shepherd-service): ... this.
* gnu/services/desktop.scm (upower-dmd-service, elogind-dmd-service):
Rename to...
(upower-shepherd-service, elogind-shepherd-service): ... this.
* gnu/services/dbus.scm (dbus-dmd-service): Rename to...
(dbus-shepherd-service): ... this.
* gnu/services/lirc.scm (lirc-dmd-service): Rename to...
(lirc-shepherd-service): ... this.
* gnu/services/mail.scm (dovecot-dmd-service): Rename to...
(dovecot-shepherd-service): ... this.
* gnu/services/networking.scm (ntp-dmd-service, tor-dmd-service)
(bitlbee-dmd-service, wicd-dmd-service, network-manager-dmd-service): Rename to...
(dbus-shepherd-service): ... this.
* gnu/services/ssh.scm (lsh-dmd-service): Rename to...
(lsh-shepherd-service): ... this.
* gnu/services/web.scm (nginx-dmd-service): Rename to...
(nginx-shepherd-service): ... this.
* gnu/services/xorg.scm (slim-dmd-service): Rename to...
(slim-shepherd-service): ... this.
* gnu/system.scm (essential-services): Use '%shepherd-root-service'.
* gnu/system/install.scm (cow-store-service-type): Adjust accordingly.
* guix/scripts/system.scm (dmd-service-node-label, dmd-service-node-type)
(export-dmd-graph): Likewise.
* tests/guix-system.sh: Likewise.
* tests/services.scm ("dmd-service-back-edges"): Rename to...
("shepherd-service-back-edges"): Adjust accordingly.
* doc/guix.texi: Likewise.
* doc/images/service-graph.dot: Use 'shepherd' service name.
2016-01-29 20:21:53 +03:00
Alex Kost
26b94866ad
services: xorg: Use 'shepherd' instead of 'dmd'.
...
* gnu/services/xorg.scm (slim-configuration-dmd): Rename to...
(slim-configuration-shepherd): ... this.
(slim-shepherd-service): Adjust accordingly.
(slim-service): Take 'shepherd' keyword argument.
2016-01-29 20:21:53 +03:00
Alex Kost
fe1ad5f5db
services: shepherd: Rename shepherd configuration file.
...
* gnu/services/shepherd.scm (dmd-configuration-file): Rename to...
(shepherd-configuration-file): ... this. Use "shepherd.conf" name.
(dmd-boot-gexp): Use it.
2016-01-29 20:21:53 +03:00
Alex Kost
0190c1c02f
Rename (gnu services dmd) to (gnu services shepherd).
...
* gnu/services/dmd.scm: Rename to...
* gnu/services/shepherd.scm: ... this.
* gnu/system.scm: Use it.
* gnu/system/install.scm: Likewise.
* gnu/services/xorg.scm: Likewise.
* gnu/services/web.scm: Likewise.
* gnu/services/ssh.scm: Likewise.
* gnu/services/networking.scm: Likewise.
* gnu/services/mail.scm: Likewise.
* gnu/services/lirc.scm: Likewise.
* gnu/services/desktop.scm: Likewise.
* gnu/services/dbus.scm: Likewise.
* gnu/services/databases.scm: Likewise.
* gnu/services/base.scm: Likewise.
* gnu/services/avahi.scm: Likewise.
* guix/scripts/system.scm: Likewise.
* tests/services.scm: Likewise.
* tests/guix-system.sh: Likewise.
* doc/guix.texi (Shepherd Services): Adjust accordingly.
* gnu-system.am (GNU_SYSTEM_MODULES): Likewise.
* po/guix/POTFILES.in: Likewise.
2016-01-29 20:21:53 +03:00
Alex Kost
dd17bc3821
doc: Replace references to 'dmd' with 'shepherd'.
...
* doc/guix.texi: Use 'shepherd'/'herd' instead of 'dmd'/'deco'. Fix
info references.
2016-01-29 20:21:53 +03:00
Alex Kost
b8c02c18b4
Rename '/root/etc/dmd' directory and 'do-not-kill' file.
...
* gnu/services/base.scm (%do-not-kill-file): Rename to
"/etc/shepherd/do-not-kill".
* gnu/build/linux-boot.scm (mount-root-file-system): Rename
"/root/etc/dmd" to "/root/etc/shepherd".
2016-01-29 20:20:19 +03:00
Alex Kost
34044d551f
Use 'shepherd' instead of 'dmd' as init system.
...
* gnu/services/dmd.scm (dmd-boot-gexp): Use binary from 'shepherd' package.
(dmd-root-service-type): Use 'shepherd' package.
(%default-modules): Use (shepherd service) module.
* gnu/services/base.scm (%root-file-system-dmd-service): Use
'stop-logging' procedure to close shepherd log.
2016-01-29 12:07:32 +03:00
Alex Kost
d312a8328d
gnu: elogind: Use 'shepherd' input.
...
* gnu/packages/freedesktop.scm (elogind)[inputs]: Replace 'dmd' with
'shepherd'.
2016-01-29 12:07:32 +03:00
Alex Kost
6d97319c53
doc: Describe how Emacs packages are found.
...
* doc/guix.texi (Application Setup)[Emacs Packages]: New subsection.
2016-01-29 11:13:15 +03:00
Federico Beffa
13fe4891fa
gnu: emacs: Find packages in "~/.guix-profile".
...
* gnu/packages/emacs.scm (emacs)[inputs]: Add 'guix-src' input.
[arguments]: Add 'install-site-start' phase.
Co-authored-by: Alex Kost <alezost@gmail.com >
2016-01-29 11:13:15 +03:00
Alex Kost
2c776157ad
gnu: guix: Update development snapshot to c3f29bc.
...
* gnu/packages/package-management.scm (guix-devel): Update to c3f29bc .
2016-01-29 11:13:15 +03:00
Rene Saavedra
c3f29bc928
gnu: Add gtk-vnc.
...
* gnu/packages/gnome.scm (gtk-vnc): New variable.
Co-authored-by: 宋文武 <iyzsong@gmail.com >
2016-01-29 08:36:07 +08:00
Efraim Flashner
f88f0d20e4
gnu: ffmpeg: Add hardware acceleration, opengl support.
...
* gnu/packages/video.scm (ffmpeg)[inputs]: Add libvdpau, libx11, mesa.
[arguments]: Add configure-flags '--enable-opengl' '--enable-x11grab'.
2016-01-28 18:14:58 +02:00
Mathieu Lirzin
8a76e5fff2
Update .gitignore.
...
* .gitignore: Sort lines. Use globbing for "*.{eps,pdf,png,tar.xz}"
files.
2016-01-28 16:31:38 +01:00
Mathieu Lirzin
e71ad29ddb
build: Use 'GEN' and 'at' silent rules.
...
* daemon.am (nix/libstore/schema.sql.hh, etc/guix-daemon.service)
(etc/guix-daemon.conf): Use $(AM_V_GEN).
* doc.am (doc/os-config-%.texi, .png.eps): Likewise.
* Makefile.am (guix-binary.%.tar.xz, gen-ChangeLog, gen-AUTHORS):
Likewise.
(assert-binaries-available, assert-final-inputs-self-contained)
(assert-no-store-file-names, sync-descriptions): Use $(AM_V_at).
2016-01-28 16:31:38 +01:00
Mathieu Lirzin
5452374835
build: Remove guix-autoloads.el from the distribution.
...
* emacs.am [HAVE_EMACS] (dist_lisp_DATA): Move $(AUTOLOADS) to ...
[HAVE_EMACS] (nodist_lisp_DATA): ... here.
(CLEANFILES) [HAVE_EMACS]: Add $(AUTOLOADS).
2016-01-28 16:31:38 +01:00
Mathieu Lirzin
8dddedf778
build: Add 'HELP2MAN' silent rule.
...
* Makefile.am (AM_V_HELP2MAN, AM_V_HELP2MAN_, AM_V_HELP2MAN_0): New
variables.
* doc.am (subcommand-manual-target, doc/guix.1, doc/guix-daemon.1): Use
$(AM_V_HELP2MAN).
2016-01-28 16:31:38 +01:00
Mathieu Lirzin
71ed439b68
build: Add 'EMACS' silent rule.
...
* Makefile.am (AM_V_EMACS, AM_V_EMACS_, AM_V_EMACS_0): New variables.
* emacs.am [HAVE_EMACS] ($(AUTOLOADS)): Use $(AM_V_EMACS).
2016-01-28 16:31:38 +01:00
Mathieu Lirzin
4c48878de8
build: Add 'DOT' silent rule.
...
* Makefile.am (AM_V_DOT, AM_V_DOT_, AM_V_DOT_0): New variables.
* doc.am (.dot.png, .dot.pdf, .dot.eps): Use $(AM_V_DOT).
2016-01-28 16:31:38 +01:00
Mathieu Lirzin
8c3d889456
build: Add 'DL' silent rule.
...
* Makefile.am (AM_V_DL, AM_V_DL_, AM_V_DL_0): New variables.
* gnu-system.am (gnu/packages/bootstrap/x86_64-linux/guile-2.0.9.tar.xz)
(gnu/packages/bootstrap/i686-linux/guile-2.0.9.tar.xz)
(gnu/packages/bootstrap/armhf-linux/guile-2.0.11.tar.xz)
(gnu/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz): Use $(AM_V_DL).
* build-aux/download.scm: Print a line break between target and origin.
2016-01-28 16:31:38 +01:00
Mathieu Lirzin
74e667d149
packages: Use '@' in package record printers.
...
* guix/packages.scm <package>: Use '@' in record printer.
* guix/import/cabal.scm <cabal-package>: Likewise
* guix/import/elpa.scm <elpa-package>: Likewise.
* tests/packages.scm: Adapt to it.
2016-01-28 16:31:38 +01:00
Mathieu Lirzin
f3044a4b7b
lint: Rewrite 'check-patch-file-names'.
...
* guix/scripts/lint.scm (check-patch-file-names): Improve clarity by
reversing the logic.
2016-01-28 16:31:38 +01:00
Mathieu Lirzin
90ca918668
lint: Remove an unneeded clause in 'check-patch-file-names'.
...
* guix/scripts/lint.scm (check-patch-file-names): Don't check if patches
start with the package full name since matching the package name (which
is a prefix of the full name) is sufficient.
2016-01-28 16:31:38 +01:00
Mathieu Lirzin
052d53df1f
tests: Use 'dummy-origin' for lint tests when possible.
...
* guix/tests/lint.scm ("patches: file names", "patches: not found"): Use
'dummy-origin'. 'sha256' field was wrongly set to a string instead of a
bytevector.
2016-01-28 16:31:38 +01:00
Leo Famulari
03675cad53
gnu: icedtea-7: Update to 2.6.4.
...
Fixes CVE-2015-{7575, 8126, 8472} and CVE-2016-{0402, 0448, 0466, 0483,
0494}.
* gnu/packages/java.scm (icedtea-7): Update to 2.6.4.
2016-01-28 08:48:35 -05:00
Leo Famulari
559239af7a
gnu: icedtea-6: Update to 1.13.10.
...
Fixes CVE-2015-{8126, 8472} and CVE-2016-{0402, 0448, 0466, 0483, 0494}.
* gnu/packages/java.scm (icedtea-6): Update to 1.13.10.
2016-01-28 08:48:35 -05:00
Mark H Weaver
593c366bde
Merge branch 'core-updates'
2016-01-28 07:29:13 -05:00
Ludovic Courtès
133056bd74
gnu: shepherd: Update to 0.3.
...
* gnu/packages/admin.scm (shepherd): Update to 0.3.
2016-01-28 11:45:03 +01:00
Mark H Weaver
29a780147d
gnu: icecat: Add fixes for CVE-2016-{1930,1935} and other bugs.
...
* gnu/packages/patches/icecat-CVE-2016-1930-pt01.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt02.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt03.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt04.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt05.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt06.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt07.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt08.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt09.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt10.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt11.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt12.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt13.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt14.patch,
gnu/packages/patches/icecat-CVE-2016-1930-pt15.patch,
gnu/packages/patches/icecat-CVE-2016-1935.patch,
gnu/packages/patches/icecat-bug-1146335-pt1.patch,
gnu/packages/patches/icecat-bug-1146335-pt2.patch,
gnu/packages/patches/icecat-limit-max-buffers-size-for-ANGLE.patch: New
files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
2016-01-28 00:34:20 -05:00
Ludovic Courtès
9a8b9eb8de
services: guix: Provide Guix via 'profile-service-type'.
...
* gnu/services/base.scm (guix-service-type): Extend
PROFILE-SERVICE-TYPE.
* gnu/system.scm (%base-packages): Remove GUIX.
2016-01-27 15:48:35 +01:00
Ludovic Courtès
c273d81bfa
services: dmd: Provide dmd via 'profile-service-type'.
...
* gnu/services/dmd.scm (dmd-root-service-type): Extend
PROFILE-SERVICE-TYPE.
* gnu/system.scm (%base-packages): Remove dmd.
2016-01-27 15:48:35 +01:00
Ludovic Courtès
e932d371e5
gnu: Add snapshot of the GNU Shepherd.
...
* gnu/packages/admin.scm (shepherd): New variable.
2016-01-27 15:48:35 +01:00
Ben Woodcroft
d114ceebac
gnu: Add ruby-http-cookie.
...
* gnu/packages/ruby.scm (ruby-http-cookie): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
5799aadde4
gnu: Add ruby-domain-name.
...
* gnu/packages/ruby.scm (ruby-domain-name): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
3b44bcdfcd
gnu: Add ruby-unf.
...
* gnu/packages/ruby.scm (ruby-unf): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
6f390716b6
gnu: Add ruby-shoulda.
...
* gnu/packages/ruby.scm (ruby-shoulda): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
3885c58b25
gnu: Add ruby-shoulda-matchers-2.
...
* gnu/packages/ruby.scm (ruby-shoulda-matchers-2): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
e4fea00896
gnu: Add ruby-shoulda-matchers.
...
* gnu/packages/ruby.scm (ruby-shoulda-matchers): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
4dfa39cc67
gnu: Add ruby-shoulda-context.
...
* gnu/packages/ruby.scm (ruby-shoulda-context): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
4fea500bb1
gnu: Add ruby-sqlite3.
...
* gnu/packages/ruby.scm (ruby-sqlite3): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
d39b606c88
gnu: Add ruby-mime-types.
...
* gnu/packages/ruby.scm (ruby-mime-types): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
eb5e0bd96e
gnu: Add ruby-fivemat.
...
* gnu/packages/ruby.scm (ruby-fivemat): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
32d1c06ffa
gnu: Add ruby-mime-types-data.
...
* gnu/packages/ruby.scm (ruby-mime-types-data): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
e582fa93a8
gnu: Add ruby-minitest-rg.
...
* gnu/packages/ruby.scm (ruby-minitest-rg): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
e07ef1d625
gnu: Add ruby-minitest-bonus-assertions.
...
* gnu/packages/ruby.scm (ruby-minitest-bonus-assertions): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
685d0d2fbe
gnu: Add ruby-minitest-moar.
...
* gnu/packages/ruby.scm (ruby-minitest-moar): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
99fc5cd577
gnu: Add ruby-minitest-pretty-diff.
...
* gnu/packages/ruby.scm (ruby-minitest-pretty-diff): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
39dc0eb502
gnu: Add ruby-minitest-focus.
...
* gnu/packages/ruby.scm (ruby-minitest-focus): New variable.
2016-01-28 00:08:32 +10:00
Ben Woodcroft
8092e33376
gnu: Add ruby-turn.
...
* gnu/packages/ruby.scm (ruby-turn): New variable.
2016-01-28 00:08:32 +10:00
Efraim Flashner
f66842dccc
gnu: Add aria2.
...
* gnu/packages/bittorrent.scm (aria2): New variable.
2016-01-27 14:39:31 +02:00
Efraim Flashner
cd44f1c1b0
gnu: c-ares: Move to adns.scm.
...
* gnu/packages/aria2.scm (c-ares): Move to...
* gnu/packages/adns.scm (c-ares): ... here.
* gnu/packages/aria2.scm: Remove file.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove aria2.scm.
2016-01-27 14:13:45 +02:00
Andreas Enge
bb2120cd1d
gnu: libressl: Update to 2.2.5.
...
* gnu/packages/tls.scm (libressl): Update to 2.2.5.
2016-01-26 21:40:35 +01:00
Leo Famulari
7432386adb
gnu: nginx: Update to 1.8.1 [fixes CVE-2016-{0742,0746,0747}].
...
* gnu/packages/web.scm (nginx): Update to 1.8.1.
2016-01-26 15:27:58 -05:00
Leo Famulari
97d76250e1
doc: Show how to boot result of 'vm-image'.
...
* doc/guix.texi (Running GuixSD in a VM): New node.
(Invoking guix system): Add reference to 'Running GuixSD in a VM'.
2016-01-26 14:23:39 -05:00
Ricardo Wurmus
61eecd71cc
gnu: alsa-modular-synth: Update to 2.1.2.
...
* gnu/packages/audio.scm (alsa-modular-synth): Update to 2.1.2.
2016-01-26 18:46:54 +01:00
Andreas Enge
a394c60aa3
gnu: hop: Add input avahi.
...
gnu/packages/scheme.scm (hop)[inputs]: Add avahi.
2016-01-26 15:10:23 +01:00
Ben Woodcroft
edf8caae6d
gnu: Add ruby-ttfunk.
...
* gnu/packages/ruby.scm (ruby-ttfunk): New variable.
2016-01-26 16:27:40 +10:00
Ben Woodcroft
acb6be4298
gnu: Add ruby-ascii85.
...
* gnu/packages/ruby.scm (ruby-ascii85): New variable.
2016-01-26 16:25:11 +10:00
Ben Woodcroft
f3e085a8d5
gnu: Add ruby-afm.
...
* gnu/packages/ruby.scm (ruby-afm): New variable.
2016-01-26 16:22:17 +10:00
Ben Woodcroft
1f1d71e09f
gnu: Add ruby-rc4.
...
* gnu/packages/ruby.scm (ruby-rc4): New variable.
2016-01-26 16:21:05 +10:00
Ben Woodcroft
72ccbfe314
gnu: Add ruby-hashery.
...
* gnu/packages/ruby.scm (ruby-hashery): New variable.
2016-01-26 16:19:41 +10:00
Ben Woodcroft
0832804ed5
gnu: Add ruby-rubytest-cli.
...
* gnu/packages/ruby.scm (ruby-rubytest-cli): New variable.
2016-01-26 16:17:01 +10:00
Ben Woodcroft
78bb471f37
gnu: Add ruby-lemon.
...
* gnu/packages/ruby.scm (ruby-lemon): New variable.
2016-01-26 16:15:24 +10:00
Ben Woodcroft
9273ee8f44
gnu: Add ruby-ae.
...
* gnu/packages/ruby.scm (ruby-ae): New variable.
2016-01-26 16:11:49 +10:00
Ben Woodcroft
120fc74b21
gnu: Add ruby-qed.
...
* gnu/packages/ruby.scm (ruby-qed): New variable.
2016-01-26 16:06:10 +10:00
Ben Woodcroft
90fcedf220
gnu: Add ruby-brass.
...
* gnu/packages/ruby.scm (ruby-brass): New variable.
2016-01-26 16:02:15 +10:00
Ben Woodcroft
7c8131c76b
gnu: Add ruby-rubytest.
...
* gnu/packages/ruby.scm (ruby-rubytest): New variable.
2016-01-26 15:59:39 +10:00
Ben Woodcroft
a78d62f432
gnu: sra-tools: Update to 2.5.7.
...
* gnu/packages/bioinformatics.scm (sra-tools): Update to 2.5.7.
2016-01-26 10:59:13 +10:00
Ben Woodcroft
fe91666b79
gnu: ncbi-vdb: Update to 2.5.7.
...
gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.5.7.
2016-01-26 10:59:13 +10:00
Ben Woodcroft
d3b39bc231
gnu: ngs-sdk: Update to 1.2.3.
...
gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.2.3.
2016-01-26 10:59:13 +10:00
Andreas Enge
46854e99ca
gnu: webkitgtk-2.4, webkitgtk/gtk+-2, qt: Disable parallel builds.
...
* gnu/packages/webkit.scm (webkitgtk-2.4, webkitgtk/gtk+-2):
Disable parallel builds as suggested in
https://lists.gnu.org/archive/html/guix-devel/2016-01/msg00837.html .
* gnu/packages/qt.scm (qt): Likewise.
2016-01-25 23:33:54 +01:00
Alex Kost
0833d0c025
gnu: aspell-dict-en: Update to 2016.01.19-0.
...
* gnu/packages/aspell.scm (aspell-dict-en): Update to 2016.01.19-0.
2016-01-25 22:11:47 +03:00
Alex Kost
687c9bc023
emacs: Add interface for licenses.
...
* emacs/guix-main.scm (%license-param-alist): New variable.
(license->sexp, find-licenses, license-entries): New procedures.
* emacs/guix-license.el (guix-license-get-entries)
(guix-license-get-display, guix-license-insert-packages-button)
(guix-license-insert-comment, guix-license-list-describe)
(guix-license-list-show-packages): New procedures.
(guix-licenses): New command.
* doc/emacs.texi (Emacs Licenses): New node.
(Emacs Interface): Add it.
* doc/guix.texi (Top): Add it.
* NEWS: Mention new interface.
2016-01-25 22:11:47 +03:00
Alex Kost
6dd460c856
emacs: list: Support displaying URL links.
...
* emacs/guix-list.el (guix-list-url): New face.
(guix-list-get-url): New procedure.
2016-01-25 22:11:47 +03:00
Alex Kost
83aab70b2d
emacs: Add 'guix-packages-by-license' command.
...
* emacs/guix-main.scm (packages-by-license): New procedure.
(%patterns-makers): Add 'license' search type.
* emacs/guix-messages.el (guix-message-packages-by-license): New procedure.
(guix-messages): Use it.
* emacs/guix-ui-package.el (guix-packages-by-license): New command.
* doc/emacs.texi (Emacs Commands): Document it.
2016-01-25 22:11:47 +03:00
Alex Kost
cefb7aea9d
emacs: Buttonize licenses in "Package Info".
...
* emacs/guix-ui-package.el (guix-package-license): New button type.
(guix-package-info-format, guix-output-info-format): Use it.
* doc/emacs.texi (Emacs Info buffer): Mention it.
2016-01-25 22:11:47 +03:00
Alex Kost
71310ccc56
emacs: Add 'guix-browse-license-url' command.
...
* emacs/guix-main.scm (%licenses): New variable.
(licenses, license-names, lookup-license, lookup-license-uri): New
procedures.
* emacs/guix-read.el (guix-license-names, guix-read-license-name): New
procedures.
* emacs/guix-license.el: New file.
(guix-lookup-license-url): New procedure.
(guix-browse-license-url): New command.
* emacs.am (ELFILES): Add new file.
2016-01-25 22:11:47 +03:00
Alex Kost
0a2a2b3387
emacs: Rename 'file-path' to 'file-name'.
...
* emacs/guix-info.el (guix-info-file-path): Rename to...
(guix-info-file-name): ... this.
* emacs/guix-list.el (guix-list-file-path): Rename to...
(guix-list-file-name): ... this.
(guix-list-get-file-path): Rename to...
(guix-list-get-file-name): ... this.
* emacs/guix-ui-generation.el (guix-generation-list-format): Adjust
accordingly.
* emacs/guix-ui-system-generation.el (guix-system-generation-list-format):
Likewise.
* NEWS: Mention faces renaming.
2016-01-25 22:11:47 +03:00
Efraim Flashner
8581f4c195
gnu: Add python-efl.
...
* gnu/packages/enlightenment.scm (python-efl, python2-efl): New variables.
2016-01-25 11:41:23 +02:00
Efraim Flashner
2259442b15
gnu: cmocka: New variable.
...
* gnu/packages/check.scm (cmocka): New variable.
2016-01-25 11:39:42 +02:00
Ben Woodcroft
23f3cbb8de
gnu: Add pixz.
...
* gnu/packages/compression.scm (pixz): New variable.
2016-01-25 18:45:33 +10:00
Mark H Weaver
412bee5e29
Merge branch 'master' into core-updates
2016-01-24 21:04:54 -05:00
Ludovic Courtès
880d647d0f
doc: Add policy about version numbers for VCS snapshots.
...
* doc/guix.texi (Version Numbers): Add paragraphs about VCS snapshot
version numbers.
2016-01-25 00:11:22 +01:00
Ludovic Courtès
24a8ef3ba1
doc: Remove unneeded backslashes.
...
* doc/guix.texi (Networking Services): Remove unneeded backslashes.
2016-01-25 00:11:22 +01:00
Ludovic Courtès
f6afc48008
gnu: grue-hunter: Use 'https' URL.
...
* gnu/packages/grue-hunter.scm (grue-hunter): Use 'https' URL.
2016-01-25 00:11:22 +01:00
Ludovic Courtès
9059b97dc3
doc: 'base-initrd' has #:virtio? default to #t.
...
This is a followup to e26d507 .
* doc/guix.texi (Initial RAM Disk): #:virtio? defaults to #t.
2016-01-25 00:11:22 +01:00
Ben Woodcroft
bcadaf0050
gnu: Add sortmerna.
...
* gnu/packages/bioinformatics.scm (sortmerna): New variable.
2016-01-25 08:35:11 +10:00
Andreas Enge
74273b6f2d
doc: Fix typo in section on offloading.
...
* doc/guix.texi (Daemon Offload Setup): Fix quoting typo in command.
2016-01-24 23:25:38 +01:00
Andreas Enge
447f3ae7c1
gnu: calibre: Update to 2.49.0.
...
* gnu/packages/ebook.scm (calibre): Update to 2.49.0.
2016-01-24 20:12:05 +01:00
Ricardo Wurmus
541ed7b030
gnu: cross-gcc-arguments: Enable C++, disable building of libstdc++-v3.
...
* gnu/packages/cross-base.scm (cross-gcc-arguments)[arguments]: Disable
building libstdc++-v3 and enable building C++ compiler.
2016-01-24 14:25:20 +01:00
Ricardo Wurmus
a763ce7da9
gnu: Add Qtractor.
...
* gnu/packages/music.scm (qtractor): New variable.
2016-01-24 14:20:52 +01:00
Ricardo Wurmus
8ddc5d5723
gnu: yoshimi: Update to 1.3.8.2.
...
* gnu/packages/music.scm (yoshimi): Update to 1.3.8.2.
2016-01-24 14:19:29 +01:00
Efraim Flashner
6b6a62dd05
gnu: privoxy: Update to 3.0.24.
...
* gnu/packages/tor.scm (privoxy): Update to 3.0.24.
2016-01-24 09:20:55 +02:00
Efraim Flashner
be866fb13e
gnu: tor: Update to 0.2.7.6.
...
* gnu/packages/tor.scm (tor): Update to 0.2.7.6.
2016-01-24 07:21:33 +02:00
Efraim Flashner
17206f72ed
gnu: myrepos: Update to 1.20160123.
...
* gnu/packages/version-control.scm (myrepos): Update to 1.20160123.
2016-01-24 07:04:05 +02:00
Efraim Flashner
4c73302739
gnu: nano: Update to 2.5.1.
...
* gnu/packages/nano.scm (nano): Update to 2.5.1.
2016-01-24 06:46:01 +02:00
Mark H Weaver
c5184468f5
build: container: Make 'unprivileged-user-namespace-supported?' more robust.
...
* gnu/build/linux-container.scm (unprivileged-user-namespace-supported?): Only
read and check the first character, to cope with a possible newline in the
(pseudo-)file.
2016-01-23 18:44:03 -05:00
Leo Famulari
fe17fb4a2c
gnu: letsencrypt and acme: Update to 0.2.0.
...
These packages should be updated together.
* gnu/packages/tls.scm (letsencrypt): Update to 0.2.0.
(acme): Update to 0.2.0.
2016-01-23 17:39:08 -05:00
Efraim Flashner
21565719e5
gnu: claws-mail: Update to 3.13.2.
...
* gnu/packages/mail.scm (claws-mail): Update to 3.13.2.
2016-01-23 20:13:31 +02:00
Ricardo Wurmus
3a40a92c73
gnu: Add cufflinks.
...
* gnu/packages/bioinformatics.scm (cufflinks): New variable.
2016-01-23 09:15:11 +01:00
Ricardo Wurmus
94ce537eac
gnu: Add TopHat.
...
* gnu/packages/bioinformatics.scm (tophat): New variable.
* gnu/packages/patches/tophat-build-with-later-seqan.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2016-01-23 08:53:10 +01:00
Ricardo Wurmus
3062d750b4
gnu: star: Update to 2.5.1b.
...
* gnu/packages/bioinformatics.scm (star): Update to 2.5.1b.
[source]: Remove bundled htslib sources and pre-built binaries.
[arguments]: Add phase "do-not-use-bundled-htslib".
[inputs]: Add "htslib".
2016-01-23 08:40:14 +01:00
Ricardo Wurmus
c0266e8d03
gnu: star: Use "modify-phases" syntax.
...
* gnu/packages/bioinformatics.scm (star)[arguments]: Use "modify-phases"
syntax.
2016-01-23 08:40:14 +01:00
Efraim Flashner
ebf89f134c
gnu: fuse: Update to 2.9.5 [fixes CVE-2016-1233].
...
* gnu/packages/linux.scm (fuse): Update to 2.9.5.
2016-01-22 09:00:34 +02:00
宋文武
6871628999
gnu: mozjs: Make milestone.pl compatible with Perl 5.22+.
...
* gnu/packages/gnuzilla.scm (mozjs, mozjs-24)[source]: Add snippet.
2016-01-22 14:42:10 +08:00
Eric Bavier
b6d937d99e
gnu: american-fuzzy-lop: Update to 1.96b.
...
* gnu/packages/debug.scm (american-fuzzy-lop): Update to 1.96b.
[arguments]: Create symbolic link to custom qemu, rather than copying.
2016-01-21 23:54:48 -06:00
Eric Bavier
2d8211ab30
gnu: american-fuzzy-lop: Fix qemu configure flags.
...
Fixes regression introduced in 06da1a6 .
* gnu/packages/debug.scm (american-fuzzy-lop)[qemu]: Override inherited
#:configure-flags.
2016-01-21 23:54:48 -06:00
Eric Bavier
1022da10e1
gnu: texi2html: Disable tests.
...
* gnu/packages/texinfo.scm (texi2html): New 'arguments' field.
2016-01-21 22:09:42 -06:00
Leo Famulari
765973cd65
gnu: Add iftop.
...
* gnu/packages/admin.scm (iftop): New variable.
2016-01-21 20:21:19 -05:00
Leo Famulari
c2af02602a
Revert "gnu: Add iftop."
...
This reverts commit 45da8c6dd1 .
2016-01-21 20:11:21 -05:00
Leo Famulari
45da8c6dd1
gnu: Add iftop.
...
* gnu/packages/admin.scm (iftop): New variable.
2016-01-21 18:11:12 -05:00
Ludovic Courtès
c74f0cb2b8
tests: Prevent 'http_proxy' from breaking Web server tests.
...
* tests/lint.scm: Add call to 'unsetenv' to remove 'http_proxy'.
* tests/publish.scm: Likewise.
2016-01-22 00:02:52 +01:00
Ludovic Courtès
c4847f49b3
doc: Fix typo in "Locales".
...
* doc/guix.texi (Locales): Add missing 's'.
2016-01-22 00:02:52 +01:00
Ludovic Courtès
6b779207ee
system: grub: Search root device by label or UUID if possible.
...
Fixes <http://bugs.gnu.org/22281 >.
Reported by Christopher Allan Webber <cwebber@dustycloud.org >.
* gnu/system/grub.scm (eye-candy): Add 'root-fs' parameter. Replace
'search --file' command in the output with whatever 'grub-root-search'
returns.
(grub-root-search): New procedure.
(grub-configuration-file): Add 'store-fs' parameter. Use
'grub-root-search' instead of hard-coded 'search --file' commands.
* gnu/system.scm (store-file-system,
operating-system-store-file-system): New procedures.
(operating-system-grub.cfg): Use it, and adjust call to
'grub-configuration-file'.
* tests/system.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
2016-01-22 00:02:52 +01:00
Mark H Weaver
3738d8700f
gnu: ffmpeg: Update to 2.8.5.
...
* gnu/packages/video.scm (ffmpeg): Update to 2.8.5.
2016-01-21 10:30:21 -05:00
Mark H Weaver
0c0207a93b
gnu: gajim: Update to 0.16.5 [fixes CVE-2015-8688].
...
* gnu/packages/messaging.scm (gajim): Update to 0.16.5.
[arguments]: Disable tests.
2016-01-21 10:24:44 -05:00
Ricardo Wurmus
6c92d8dd35
gnu: bind-utils: Build and install "nsupdate".
...
* gnu/packages/dns.scm (bind-utils)[arguments]: Build and install
"nsupdate" executable.
2016-01-21 15:53:35 +01:00
Ricardo Wurmus
bd0eb6672b
gnu: bind-utils: Generalize "build" and "install" phases.
...
* gnu/packages/dns.scm (bind-utils)[arguments]: Generalize "build" and
"install" phases.
2016-01-21 15:53:35 +01:00
Ricardo Wurmus
b2844d8f14
gnu: bind-utils: Use "modify-phases" syntax.
...
* gnu/packages/dns.scm (bind-utils): Use "modify-phases" syntax.
2016-01-21 15:53:35 +01:00
Pjotr Prins
897092875e
gnu: r-qtl: Update to 1.38-4.
...
* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.38-4.
2016-01-21 11:16:12 +01:00
Mark H Weaver
1207a0c33e
gnu: libxmp: Update to 4.3.10.
...
* gnu/packages/audio.scm (libxmp): Update to 4.3.10.
2016-01-21 00:44:46 -05:00
Mark H Weaver
86fa2ea92f
gnu: libtiff: Update to 4.0.6. Add fixes for CVE-2015-{8665,8683}.
...
* gnu/packages/patches/libtiff-CVE-2015-8665+CVE-2015-8683.patch,
gnu/packages/patches/libtiff-oob-accesses-in-decode.patch,
gnu/packages/patches/libtiff-oob-write-in-nextdecode.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/image.scm (libtiff): Update to 4.0.6.
[source]: Add patches.
2016-01-21 00:30:15 -05:00
Eric Bavier
7ed0145712
gnu: Add NQC.
...
* gnu/packages/lego.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2016-01-20 22:06:27 -06:00
Eric Bavier
ea4a0e81cb
gnu: licenses: Add Mozilla Public License 1.0.
...
* guix/licenses.scm (mpl1.0): New variable.
2016-01-20 22:06:27 -06:00
Leo Famulari
feb767b23c
gnu: Add transmission-remote-cli.
...
* gnu/packages/bittorrent.scm (transmission-remote-cli): New variable.
2016-01-20 20:19:46 -05:00
Eric Bavier
a2190cccc2
gnu: Add dependencies on Perl modules as needed.
...
This is a follow-on to bb8afbf5 .
* gnu/packages/language.scm (perl-lingua-en-inflect, perl-lingua-stem)
(perl-snowball-norwegian, perl-snowball-swedish): Add 'native-inputs'
field.
* gnu/packages/perl.scm (perl-aliased, perl-class-accessor-chained)
(perl-datetime-set, perl-datetime-format-ical, perl-datetime-locale)
(perl-error, perl-module-runtime, perl-module-runtime-conflicts)
(perl-path-class, perl-posix-strftime-compiler, perl-readonly)
(perl-test-differences, perl-test-pod, perl-test-trap)
(perl-text-aligner, perl-text-glob, perl-text-table, perl-tie-ixhash)
(perl-time-mock): Ditto.
(perl-config-any): Add 'propagated-inputs' field.
(perl-data-page, perl-datetime, perl-datetime-format-natural)
(perl-moosex-getopt, perl-moosex-role-parameterized)
(perl-moosex-types, perl-namespace-autoclean, perl-params-validate)
(perl-tree-simple-visitorfactory)[native-inputs]: Add PERL-MODULE-BUILD.
(perl-file-changenotify)[native-inputs]: Ditto.
[propagated-inputs]: Add PERL-MODULE-PLUGGABLE.
(perl-datetime-format-flexible, perl-test-writevariants)
[propagated-inputs]: Ditto.
(perl-test-mockobject): Add 'arguments' field.
* gnu/packages/mail.scm (perl-email-abstract)[propagated-inputs]: Ditto.
* gnu/packages/web.scm (perl-datetime-format-http, perl-io-socket-ip)
(perl-plack-middleware-methodoverride, perl-uri-find)
(perl-www-mechanize): Add 'native-inputs' field.
(perl-html-template, perl-http-server-simple): Add 'propagated-inputs'
field.
(perl-apache-logformat-compiler, perl-html-tree)[native-inputs]:
Add PERL-MODULE-BUILD.
(perl-catalyst-runtime)[propagated-inputs]: Add PERL-MODULE-PLUGGABLE.
(perl-finance-quote)[propagated-inputs]: Add PERL-CGI.
2016-01-20 17:45:31 -06:00
Eric Bavier
97b07aaa41
gnu: Add perl-module-pluggable.
...
This Perl module was moved out of Perl core in v5.19.0.
* gnu/packages/perl.scm (perl-module-pluggable): New variable.
* gnu/packages/patches/perl-module-pluggable-search.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
2016-01-20 17:45:31 -06:00
Eric Bavier
7b158c4ee2
gnu: Add perl-cgi.
...
The CGI module was removed from Perl core in v5.21.0.
* gnu/packages/web.scm (perl-cgi): New variable.
2016-01-20 17:45:31 -06:00
Ludovic Courtès
aca738f3c6
doc: Explain how to make the Info manual visible.
...
Suggested by David Thompson <dthompson2@worcester.edu >
at <http://bugs.gnu.org/22402 >.
* doc/guix.texi (Binary Installation): Explain how to make the Info
manual visible.
2016-01-21 00:22:34 +01:00
Ludovic Courtès
5d94ac5192
doc: Explain how to remove services from a list.
...
Suggested by <swedebugia@riseup.net >.
* doc/guix.texi (Using the Configuration System): Add
@unnumberedsubsubsec. Explain how to remove services from a list.
Mention (gnu system).
2016-01-21 00:22:34 +01:00
Ludovic Courtès
893106cbbf
services: avahi: Export service type.
...
* gnu/services/avahi.scm: Export 'avahi-service-type'.
2016-01-21 00:22:34 +01:00
Mark H Weaver
80b64ee2d8
gnu: isc-dhcp: Update bundled bind to 9.9.8-P3 [fixes CVE-2015-8704].
...
* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.8-P3.
2016-01-20 14:58:40 -05:00
Mark H Weaver
d912db5bc0
gnu: bind-utils: Update to 9.10.3-P3 [fixes CVE-2015-8704].
...
* gnu/packages/dns.scm (bind-utils): Update to 9.10.3-P3.
2016-01-20 14:57:06 -05:00
Mark H Weaver
beed3af565
gnu: linux-libre: Add fix for CVE-2016-0728.
...
* gnu/packages/patches/linux-libre-CVE-2016-0728.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-libre)[source]: Add patch.
2016-01-20 13:23:42 -05:00
David Thompson
d4df203292
gnu: obs: Add support for webcams.
...
* gnu/packages/video.scm (obs)[inputs]: Add v4l-utils.
2016-01-20 11:46:45 -05:00
David Thompson
945d985aab
gnu: Add v4l-utils.
...
* gnu/packages/video.scm (v4l-utils): New variable.
2016-01-20 11:46:45 -05:00
Andreas Enge
f32ee38fcd
gnu: arb: Correct patch.
...
* gnu/packages/patches/arb-ldconfig.patch: Correct erroneously committed file.
This is a follow-up to commit ffc8f34511 .
2016-01-20 16:57:17 +01:00
Andreas Enge
ffc8f34511
gnu: arb: Update to 2.8.1.
...
* gnu/packages/algebra.scm (arb)[source]: Update to 2.8.1. Add patch.
* gnu/packages/patches/arb-ldconfig.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
2016-01-20 16:33:34 +01:00
Andreas Enge
05944b3aa6
gnu: doxygen: Drop propagated input graphviz.
...
* gnu/packages/doxygen.scm (doxygen)[propagated-inputs]: Drop graphviz.
2016-01-20 13:23:25 +01:00
Andreas Enge
7c853c02b8
gnu: doxygen: Update to 1.8.11.
...
* gnu/packages/doxygen.scm (doxygen)[source]: Update to 1.8.11.
Drop one patch.
[build-system]: Switch to cmake-build-system, since gnu-build-system
is not supported any more.
[arguments]: Adapt.
[native-inputs]: Drop unused perl.
* gnu/packages/patches/doxygen-tmake.patch: Remove file.
* gnu/packages/patches/doxygen-test.patch: Adapt.
* gnu-system.am (dist_patch_DATA): Unregister patch.
2016-01-20 13:19:48 +01:00
Ben Woodcroft
a132f7d68f
tests: Move beatify-description tests to import-tests.
...
Fixes <http://bugs.gnu.org/22391 >.
* tests/cran.scm (beautify-description: use double spacing,
beautify-description: transform fragment into sentence). Move
from here ...
* tests/import-utils.scm: ... to here. New file.
* Makefile.am (SCM_TESTS): Add import-utils.
2016-01-20 22:06:25 +10:00
Ben Woodcroft
e88d5fa9eb
import: gem: Beautify only the description, not the synopsis.
...
* guix/import/gem.scm (make-gem-sexp): Add synopsis argument.
(gem->guix-package): Pass unbeautified synopsis to make-gem-sexp.
* tests/gem.scm: Adapt it.
2016-01-20 21:52:52 +10:00
Ricardo Wurmus
d0bd632f89
import: Add Bioconductor importer and updater.
...
* guix/import/cran.scm (%bioconductor-updater,
latest-bioconductor-release, bioconductor-package?): New procedures.
(cran->guix-package): Support repositories other than CRAN.
(%bioconductor-url, %bioconductor-svn-url): New variables.
(description->package): Update signature to distinguish between packages
from different repositories.
(latest-release): Rename procedure ...
(latest-cran-release): ... to this.
(cran-package?): Do not assume all R packages are available on CRAN.
* tests/cran.scm: Update tests.
* guix/scripts/import/cran.scm: Add "--archive" option and default to
CRAN.
* guix/scripts/refresh.scm (%updaters): Add "%bioconductor-updater".
* doc/guix.texi: Document Bioconductor importer and updater.
2016-01-20 12:41:28 +01:00
Efraim Flashner
4c3d2b2a8f
gnu: enlightenment: Update to 0.20.3.
...
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.3.
2016-01-20 12:37:21 +02:00
Efraim Flashner
0568dbabe0
gnu: libshout: Update to 2.4.1.
...
* gnu/packages/xiph.scm (libshout): Update to 2.4.1.
2016-01-20 02:12:23 +02:00
Efraim Flashner
1c3d37e648
gnu: opusfile: Update to 0.7.
...
* gnu/packages/xiph.scm (opusfile): Update to 0.7.
2016-01-20 02:12:23 +02:00
Efraim Flashner
275cc09280
gnu: opus: Update to 1.1.2.
...
* gnu/packages/xiph.scm (opus): Update to 1.1.2.
2016-01-20 02:12:23 +02:00
Eric Bavier
252ddedd4b
build-system/haskell: Fix package.conf parsing.
...
* guix/build/haskell-build-system.scm (register)[conf-depends]: Properly
react to EOF while reading GHC package conf files.
2016-01-19 18:01:07 -06:00
Ludovic Courtès
55ca5e8095
gnu: lilypond: Double 'max-silent-time'.
...
Suggested by Mark H Weaver <mhw@netris.org >.
* gnu/packages/music.scm (lilypond)[properties]: New field.
2016-01-19 22:14:15 +01:00
Ludovic Courtès
af46761302
hydra: Honor the 'max-silent-time' package property.
...
Suggested by Mark H Weaver <mhw@netris.org >.
* build-aux/hydra/gnu-system.scm (package->alist): Add
'max-silent-time' pair.
2016-01-19 22:12:11 +01:00
Ludovic Courtès
f495301902
guix build: Add '--keep-going'.
...
* guix/scripts/build.scm (show-build-options-help)
(%standard-build-options): Add --keep-going.
* guix/scripts/build.scm (set-build-options-from-command-line): Honor
it.
* doc/guix.texi (Invoking guix build): Document it.
2016-01-19 21:59:58 +01:00
Ludovic Courtès
0e510971c3
derivations: Add test in keep-going mode.
...
* tests/derivations.scm ("derivation fails but keep going"): New test.
2016-01-19 21:59:58 +01:00
Christopher Allan Webber
16966d5b4d
gnu: fdm: Adjust license link to point to web-accessible copy of command.c
...
* gnu/packages/mail.scm (fdm): Adjusted license field
2016-01-19 07:54:18 -08:00
Christopher Allan Webber
34dd26af49
gnu: Add fdm.
...
* gnu/packages/mail.scm (fdm): New variable.
2016-01-18 21:51:45 -08:00
Mark H Weaver
afe9f40949
Merge branch 'master' into core-updates
2016-01-19 00:18:37 -05:00
Christopher Allan Webber
1348185ac2
gnu: Add linux-libre-4.2.5
...
* gnu/packages/linux.scm (linux-libre-4.2.5): New variable.
2016-01-18 15:10:38 -08:00
Ludovic Courtès
aac783cac5
build: Remove traces of 'NIX_SETUID_HELPER'.
...
This is a followup to 0919f5f4 .
* test-env.in: Remove occurrences of 'NIX_SETUID_HELPER'.
2016-01-18 23:52:13 +01:00
Efraim Flashner
26da7c2606
gnu: mpv: Update to 0.15.0.
...
* gnu/packages/video.scm (mpv): Update to 0.15.0.
2016-01-18 22:26:56 +02:00
Alex Kost
60edbe2297
gnu: magit: Update to 2.4.0.
...
* gnu/packages/emacs.scm (magit): Update to 2.4.0.
2016-01-18 22:40:33 +03:00
Alex Kost
d44d60d211
gnu: sxiv: Update to 1.3.2.
...
* gnu/packages/sxiv.scm (sxiv): Update to 1.3.2.
2016-01-18 22:40:33 +03:00
Alex Kost
4c896c9195
gnu: manaplus: Update to 1.6.1.16.
...
* gnu/packages/games.scm (manaplus): Update to 1.6.1.16.
2016-01-18 22:40:33 +03:00
Ludovic Courtès
e0c941fefa
doc: Document 'http_proxy'.
...
* doc/guix.texi (Build Environment Setup, Substitutes): Document
'http_proxy'.
2016-01-18 17:41:16 +01:00
Ludovic Courtès
44ad33843a
derivations: Add test for #:leaked-env-vars.
...
* tests/derivations.scm ("derivation #:leaked-env-vars"): New test.
2016-01-18 17:41:16 +01:00
Ludovic Courtès
a887fd8d48
doc: Explain how to run a subset of the tests.
...
* doc/guix.texi (Running the Test Suite): Explain 'TESTS'.
2016-01-18 17:41:16 +01:00
Alex Kost
27a2e48337
emacs: Add 'guix-search-by-name'.
...
* emacs/guix-ui-package.el (guix-search-by-name): New command.
* doc/emacs.texi (Emacs Commands): Document it.
2016-01-18 19:11:46 +03:00
Alex Kost
e119ba9008
emacs: Rename 'guix-search-by-name' to 'guix-packages-by-name'.
...
* emacs/guix-ui-package.el (guix-search-by-name): Rename to...
(guix-packages-by-name): ... this. Complete package name.
* doc/emacs.texi (Emacs Commands): Likewise.
2016-01-18 19:11:46 +03:00
Efraim Flashner
264ae686fa
python2-jsonschema: Add python2-functools32 to inputs.
...
* gnu/packages/python.scm (python2-jsonschema)[inputs]: Add
python2-functools32.
(python2-wheel)[native-inputs]: Specify python2-jsonschema. Add
python2-functools32.
(python2-requests)[propagated-inputs]: Specify python2-wheel.
(python2-ipython)[inputs]: Specify python2-jsonschema, python2-requests.
(python2-rauth)[propagated-inputs]: Specify python2-requests.
* gnu/packages/openstack.scm (python2-requests-mock)[propagated-inputs]:
Specify python2-requests.
(python2-tempest-lib)[propagated-inputs]: Specify python2-jsonschema.
(python2-oslosphinx)[propagated-inputs]: Specify python2-requests.
(python2-keystoneclient)[porpagated-inputs]: Specify python2-requests.
[native-inputs]: Specify python2-oslosphinx, python2-requests-mock,
python2-tempest-lib.
(python2-swiftclient)[propagated-inputs]: Specify python2-requests,
python2-oslosphinx.
2016-01-18 17:23:37 +02:00
Efraim Flashner
058247efff
gnu: datamash: Update to 1.1.0.
...
* gnu/packages/datamash.scm (datamash): Update to 1.1.0.
2016-01-18 12:14:20 +02:00
Taylan Ulrich Bayırlı/Kammer
de6af32783
build: Speed up .go compilation.
...
* build-aux/compile-all.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
(%.go, make-go): New rules.
2016-01-18 08:57:55 +01:00
Mark H Weaver
8047d13dcf
gnu: mariadb: Update to 10.0.23.
...
* gnu/packages/databases.scm (mariadb): Update to 10.0.23.
2016-01-18 01:43:07 -05:00
Mark H Weaver
51a277d8e8
gnu: rsync: Update to 3.1.2.
...
* gnu/packages/rsync.scm (rsync): Update to 3.1.2.
2016-01-17 21:44:31 -05:00
Ricardo Wurmus
e8309291a7
gnu: solfege: Build scores with Lilypond.
...
* gnu/packages/music.scm (solfege)[inputs]: Add "lilypond".
2016-01-17 22:57:58 +01:00
Ricardo Wurmus
18ef998bfc
gnu: bristol: Remove SSE flags on platforms other than x86_64 and i686.
...
* gnu/packages/music.scm (bristol)[arguments]: Add phase
"remove-sse-flags" to remove unsupported optimizations on platforms
other than x86_64 and i686.
2016-01-17 22:57:58 +01:00
Ludovic Courtès
b153f9f0a9
linux-initrd: Remove "usbkbd" from the default set of modules.
...
Reported by Ricardo Wurmus <rekado@elephly.net >
at <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20433#39 >.
* gnu/system/linux-initrd.scm (base-initrd): Remove "usbkbd".
2016-01-17 22:01:47 +01:00
Efraim Flashner
e8d2168c27
gnu: Add git-annex-remote-hubic.
...
* gnu/packages/version-control.scm (git-annex-remote-hubic): New variable.
2016-01-17 22:37:04 +02:00
Efraim Flashner
c18f636823
gnu: Add python-urllib3.
...
* gnu/packages/python.scm (python-urllib3, python2-urllib3): New variables.
2016-01-17 22:37:04 +02:00
Efraim Flashner
e1ba074999
gnu: python-wheel: Clarify description.
...
* gnu/packages/python.scm (python-wheel): Do it.
2016-01-17 22:37:04 +02:00
Efraim Flashner
10468636ff
gnu: python-pytest-cov: Clarify description.
...
* gnu/packages/python.scm (python-pytest-cov): Do it.
2016-01-17 22:37:04 +02:00
Efraim Flashner
1abe448d56
gnu: Add python2-functools32.
...
* gnu/packages/python.scm (python2-functools32): New variable.
2016-01-17 22:37:04 +02:00
Efraim Flashner
5988c299c4
gnu: Add python-pyasn1-modules.
...
* gnu/packages/python.scm (python-pyasn1-modules)
(python2-pyasn1-modules): New variables.
2016-01-17 22:37:04 +02:00
Efraim Flashner
81f7f29752
gnu: Add python-rauth.
...
* gnu/packages/python.scm (python-rauth, python2-rauth): New variables.
2016-01-17 22:37:04 +02:00
Efraim Flashner
8f0cc2ffce
gnu: Add python-swiftclient.
...
* gnu/packages/openstack.scm (python-swiftclient, python2-swiftclient):
New variables.
2016-01-17 22:37:04 +02:00
Efraim Flashner
7a5b944eb5
gnu: Add python-futures.
...
* gnu/packages/python.scm (python-futures, python2-futures): New variables.
2016-01-17 22:37:04 +02:00
Efraim Flashner
c9e330d001
gnu: Add python-keystoneclient.
...
* gnu/packages/openstack.scm (python-keystoneclient)
(python2-keystoneclient): New variables.
2016-01-17 22:37:04 +02:00
Ricardo Wurmus
fb492b9a64
gnu: vmpk: Update to 0.6.2a.
...
* gnu/packages/music.scm (vmpk): Update to 0.6.2a.
2016-01-17 19:57:07 +01:00
Ricardo Wurmus
cfac12723a
gnu: drumstick: Update to 1.0.2.
...
* gnu/packages/music.scm (drumstick): Update to 1.0.2.
2016-01-17 19:57:00 +01:00
Efraim Flashner
81c29cccaa
gnu: mpv: Add features.
...
* gnu/packages/video.scm (mpv)[inputs]: Add libvdpau.
[arguments]: Add gpl3 and zsh completion flags.
2016-01-17 20:43:51 +02:00
Efraim Flashner
3161d32d37
gnu: Add vdpauinfo.
...
* gnu/packages/video.scm (vdpauinfo): New variable.
2016-01-17 20:43:51 +02:00
Efraim Flashner
d5650f86a7
gnu: Add libvdpau.
...
* gnu/packages/video.scm (libvdpau): New variable.
2016-01-17 20:43:51 +02:00
Ludovic Courtès
bb8afbf5a1
gnu: Add dependency on Perl's 'Module::Build' as needed.
...
'Module::Build' was deprecated in Perl 5.20 and removed in 5.22.
Some packages need to explicitly depend on it now.
* gnu/packages/perl.scm (perl-class-factory-util):
(perl-date-manip, perl-devel-checkbin): Add 'native-inputs' field.
(perl-module-build)[description]: Mention that it used to be in Perl.
* gnu/packages/web.scm (perl-cgi-simple)[native-inputs]: Add
PERL-MODULE-BUILD.
2016-01-17 18:41:20 +01:00
Eric Bavier
2328b47c64
gnu: Add autojump.
...
* gnu/packages/admin.scm (autojump): New variable.
2016-01-17 01:44:15 -06:00
Eric Bavier
f5a8491b69
gnu: hevea: Update to 2.28.
...
* gnu/packages/ocaml.scm (hevea): Update to 2.28.
[arguments]: Add 'patch-/bin/sh phase.
2016-01-17 01:04:43 -06:00
Eric Bavier
90907a22bc
gnu: unison: Add "doc" output.
...
* gnu/packages/ocaml.scm (unison)[source]: Use svn-fetch with snippet.
[outputs]: New field.
[native-inputs]: Add ghostscript, texlive, hevea, and lynx.
[arguments]: Add 'install-doc phase.
2016-01-17 01:04:43 -06:00
Ricardo Wurmus
2309ed6862
gnu: samtools-0.1: Adapt to changes in "samtools" variable.
...
* gnu/packages/bioinformatics.scm (samtools-0.1)[arguments]: Add
"LIBCURSES" make flag; delete "configure" phase; disable tests outside
of "substitute-keyword-arguments".
2016-01-16 15:50:51 +01:00
Ludovic Courtès
e90cf6c14a
doc: Document command-line options honored by the initrd.
...
* doc/guix.texi (Initial RAM Disk): Document kernel command-line
options.
2016-01-16 14:45:47 +01:00
Ludovic Courtès
7ba903b6db
linux-modules: Support 'modprobe.blacklist' on the command line.
...
* gnu/build/linux-modules.scm (file-name->module-name)
(module-black-list): New procedure.
* gnu/build/linux-modules.scm (load-linux-module*): Add #:black-list
parameter.
[black-listed?, load-dependencies]: New procedures.
Use them.
2016-01-16 14:45:47 +01:00
Alex Kost
67cedc4ba6
emacs: Add interface for system generations.
...
* emacs/guix-main.scm (system-generation-boot-parameters)
(system-generation-param-alist, system-generation-sexps): New procedures.
(entries): Add 'system-generation' entry type.
* emacs/guix-messages.el (guix-result-message): Use the same messages
for 'generation' and 'system-generation' entry types.
* emacs/guix-ui-system-generation.el: New file.
* emacs.am (ELFILES): Add it.
* doc/emacs.texi (Emacs Commands): Document new commands.
* NEWS: Mention new interface.
2016-01-16 13:02:21 +03:00
Alex Kost
5672866848
emacs: Remove 'generation' search type.
...
Use 'installed' search type instead.
* emacs/guix-main.scm (%patterns-makers): Remove 'generation'.
(package/output-sexps): Adjust accordingly.
* emacs/guix-ui-generation.el (guix-generation-info-insert-number):
Replace 'generation' search with 'installed'.
(guix-generation-list-show-packages): Likewise.
* emacs/guix-messages.el (guix-messages): Remove 'generation'.
2016-01-16 13:02:21 +03:00
Alex Kost
54c3c284d7
emacs: Replace 'generation-diff' search with 'profile-diff'.
...
* emacs/guix-main.scm (generation-package-specifications): Rename to...
(profile-package-specifications): ... this. Take a single 'profile'
argument.
(generation-difference): Rename to...
(profile-difference): ... this. Take profiles as arguments.
(package/output-sexps): Adjust accordingly.
* emacs/guix-ui-generation.el (guix-generation-list-profiles-to-compare):
New procedure.
(guix-generation-list-show-added-packages)
(guix-generation-list-show-removed-packages): Use it.
* emacs/guix-messages.el (guix-messages): Replace 'generation-diff' with
'profile-diff'.
(guix-message-outputs-by-diff): Adjust accordingly.
2016-01-16 13:02:21 +03:00
Alex Kost
2df17bd0ee
emacs: Find packages in system profiles.
...
For a usual profile, packages are placed in a profile directory itself,
but for a system profile, packages are placed in 'profile'
sub-directory. So we need to do some special cases for system profiles
to find packages there as well.
* emacs/guix-base.el (guix-packages-profile): New procedure.
(guix-manifest-file): Use it. Add optional 'system?' argument.
* emacs/guix-ui-generation.el (guix-system-generation?)
(guix-generation-current-packages-profile): New procedures.
(guix-generation-packages, guix-generation-insert-packages): Remove
'generation' argument.
(guix-generation-packages-buffer): Add optional 'system?' argument.
(guix-profile-generation-manifest-file)
(guix-profile-generation-packages-buffer): Adjust accordingly.
* emacs/guix-main.scm (generation-package-specifications+paths): Rename to...
(profile->specifications+paths): ... this. Use a single 'profile' argument.
2016-01-16 13:02:21 +03:00
Alex Kost
a0ad8ab01e
emacs: profiles: Add 'guix-system-profile'.
...
* emacs/guix-profiles.el (guix-system-profile): New variable.
2016-01-16 13:02:21 +03:00
Alex Kost
b8300494c0
Move <boot-parameters> to (gnu system).
...
* guix/scripts/system.scm (previous-grub-entries)
(display-system-generation): Use accessors instead of matching
<boot-parameters>.
(boot-parameters, boot-parameters?, boot-parameters-label)
(boot-parameters-root-device, boot-parameters-kernel)
(boot-parameters-kernel-arguments, read-boot-parameters): Move to...
* gnu/system.scm: ... here. Export them.
2016-01-16 13:02:21 +03:00
宋文武
c3e919d7a0
gnu: Add python-hy.
...
* gnu/packages/python.scm (python-hy, python2-hy): New variables.
2016-01-16 08:18:37 +08:00
宋文武
e224b7d0bd
gnu: Add python-rply.
...
* gnu/packages/python.scm (python-rply, python2-rply): New variables.
2016-01-16 08:18:37 +08:00
宋文武
4ecdeef8ae
gnu: Add python-astor.
...
* gnu/packages/python.scm (python-astor, python2-astor): New variables.
2016-01-16 08:18:37 +08:00
宋文武
c06a3de93a
gnu: Add python-clint.
...
* gnu/packages/python.scm (python-clint, python2-clint): New variables.
2016-01-16 08:17:04 +08:00
宋文武
2216e15cc3
gnu: Add python-args.
...
* gnu/packages.scm (python-args, python2-args): New variables.
2016-01-16 08:16:51 +08:00
Mark H Weaver
ca3f9952d7
gnu: ffmpeg: Update to 2.8.5.
...
* gnu/packages/video.scm (ffmpeg): Update to 2.8.5.
2016-01-15 18:20:21 -05:00
Mark H Weaver
8d9bae4ed7
gnu: librsvg: Update to 2.40.13 [fixes CVE-2015-7558].
...
* gnu/packages/patches/librsvg-tests.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/gnome.scm (librsvg): Update to 2.40.13.
[source]: Remove patch.
2016-01-15 18:03:02 -05:00
Leo Famulari
78e6c4a862
gnu: Add khal.
...
* gnu/packages/calendar.scm (khal): New variable.
2016-01-15 16:45:24 -05:00
Leo Famulari
b97c1bfd56
gnu: python-urwid: Disable failing test test_remove_watch_file.
...
* gnu/packages/python.scm (python-urwid)[arguments]: Add
'disable-failing-test' phase.
[source]: Use pypi-uri.
2016-01-15 16:45:24 -05:00
Leo Famulari
226d333103
gnu: Update python-tzlocal to 1.2.
...
* gnu/packages/python.scm (python-tzlocal): Update to 1.2.
[source]: Use pypi-uri.
[arguments]: Remove the custom 'unpack phase.
[native-inputs]: Remove unzip, python-setuptools.
[propagated-inputs]: Add python-pytz.
2016-01-15 16:45:24 -05:00
Leo Famulari
6bbbb53eeb
gnu: Add python-sphinxcontrib-newsfeed.
...
* gnu/packages/python.scm (python-sphinxcontrib-newsfeed): New variable.
2016-01-15 16:45:24 -05:00
Leo Famulari
5c299bf016
gnu: Add python-icalendar.
...
* gnu/packages/python.scm (python-icalendar): New variable.
2016-01-15 16:45:24 -05:00
Leo Famulari
a2f6a3d502
gnu: Add vdirsyncer.
...
* gnu/packages/dav.scm (vdirsyncer): New variable.
2016-01-15 16:45:24 -05:00
Leo Famulari
f75bbb028a
gnu: Add radicale.
...
* gnu/packages/dav.scm (radicale): New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2016-01-15 16:45:24 -05:00
Leo Famulari
89b8a5516f
gnu: Add python-pytest-xprocess.
...
* gnu/packages/python.scm (python-pytest-xprocess): New variable.
2016-01-15 16:45:24 -05:00
Leo Famulari
28cecbb7cc
gnu: Add python-wsgi-intercept.
...
* gnu/packages/python.scm (python-wsgi-intercept): New variable.
2016-01-15 16:45:24 -05:00
Leo Famulari
d7e729fe08
gnu: Add python-pytest-localserver.
...
* gnu/packages/python.scm (python-pytest-localserver): New variable.
2016-01-15 16:45:24 -05:00
Leo Famulari
6720dbb49f
gnu: Add python-pytest-cache.
...
* gnu/packages/python.scm (python-pytest-cache): New variable.
2016-01-15 16:45:24 -05:00
Leo Famulari
848964fe11
gnu: Add python-execnet.
...
* gnu/packages/python.scm (python-execnet): New variable.
2016-01-15 16:45:24 -05:00
Leo Famulari
7b3a4ee4c3
gnu: Add python-apipkg.
...
* gnu/packages/python.scm (python-apipkg): New variable.
2016-01-15 16:45:24 -05:00
Leo Famulari
7b17cab902
gnu: Add python-click-log.
...
* gnu/packages/python.scm (python-click-log): New variable.
2016-01-15 16:45:24 -05:00
Leo Famulari
d1deb90b3f
gnu: Add python-click-threading.
...
* gnu/packages/python.scm (python-click-threading): New variable.
2016-01-15 16:45:24 -05:00
Leo Famulari
561bb3cb1a
gnu: Add python-requests-toolbelt.
...
* gnu/packages/python.scm (python-requests-toolbelt): New variable.
2016-01-15 16:45:24 -05:00
Leo Famulari
5c6eea2ad1
gnu: Add python-atomicwrites.
...
* gnu/packages/python.scm (python-atomicwrites): New variable.
2016-01-15 16:45:24 -05:00
Ricardo Wurmus
f5ca44b86e
gnu: glade: Update to 3.18.5.
...
* gnu/packages/gnome.scm (glade): Update to 3.18.5.
[arguments]: Disable tests; add "fix-docbook" phase.
[inputs]: Replace "gtk+-2" with "gtk+".
[native-inputs]: Add "itstool", "libxslt", "docbook-xml", "docbook-xsl";
replace "python" with "python-2".
2016-01-15 22:29:37 +01:00
Ludovic Courtès
89b48232f8
gnu: automake: Adjust to deal with Perl 5.22.
...
Fixes <http://bugs.gnu.org/22375 >.
* gnu/packages/patches/automake-regexp-syntax.patch: New file.
* gnu/packages/autotools.scm (automake)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2016-01-15 14:23:46 +01:00
Mark H Weaver
45f2ffb48c
gnu: openssh: Update to 7.1p2.
...
* gnu/packages/ssh.scm (openssh): Update to 7.1p2.
2016-01-15 02:46:12 -05:00
Mark H Weaver
1beec63ac8
Revert "gnu: openssh: Update to 7.1p2 [fixes CVE-0216-0778]."
...
This reverts commit 6d139e53b5 .
2016-01-15 02:45:58 -05:00
Mark H Weaver
6d139e53b5
gnu: openssh: Update to 7.1p2 [fixes CVE-0216-0778].
...
* gnu/packages/ssh.scm (openssh): Update to 7.1p2.
2016-01-14 10:39:00 -05:00
David Thompson
df1f1d6936
gnu: Add docker-compose.
...
* gnu/packages/docker.scm (docker-compose): New variable.
2016-01-14 09:17:12 -05:00
David Thompson
b42c9c8124
gnu: Add python-dockerpty.
...
* gnu/packages/docker.scm (python-dockerpty): New variable.
2016-01-14 09:16:22 -05:00
David Thompson
d020bfc2df
gnu: Add python-docker-py.
...
* gnu/packages/docker.scm: New file.
* Makefile.am (GNU_SYSTEM_MODULES): Add it.
2016-01-14 09:16:22 -05:00
David Thompson
67c52bb3e7
gnu: Add python-websocket-client.
...
* gnu/packages/python.scm (python-websocket-client): New variable.
2016-01-14 09:12:23 -05:00
David Thompson
210bf49754
gnu: Add python-texttable.
...
* gnu/packages/python.scm (python-texttable, python2-texttable): New
variables.
2016-01-14 09:12:23 -05:00
David Thompson
b3667afbd2
gnu: Update python-jsonschema to 2.5.1.
...
* gnu/packages/python.scm (python-jsonschema): Update to 2.5.1.
[inputs]: Add python-vcversioner.
2016-01-14 09:12:06 -05:00
David Thompson
ea521b42c2
gnu: Add python-vcversioner.
...
* gnu/packages/python.scm (python-vcversioner, python2-vcversioner): New
variables.
2016-01-14 09:05:19 -05:00
David Thompson
e90051808b
gnu: Add version 2.7 variant of python-requests.
...
* gnu/packages/python.scm (python-requests-2.7): New variable.
2016-01-14 09:05:19 -05:00
Ricardo Wurmus
3141b83d4d
gnu: r-go-db: Add missing input.
...
* gnu/packages/bioinformatics.scm (r-go-db)[propagated-inputs]: Add
"r-annotationdbi".
2016-01-14 14:43:59 +01:00
Ricardo Wurmus
d7786ce9b0
gnu: r-sparsem: Add missing "gfortran" input.
...
* gnu/packages/statistics.scm (r-sparsem)[inputs]: Add "gfortran".
2016-01-14 14:43:59 +01:00
Ricardo Wurmus
0047d26a22
gnu: bowtie: Update to 2.2.6.
...
* gnu/packages/bioinformatics.scm (bowtie): Update to 2.2.6.
[source]: Remove patch; do not set CC and CPP variables.
[inputs]: Add "tbb".
[arguments]: Pass "prefix" and "WITH_TBB" make flags; remove custom
"install" phase.
* gnu/packages/patches/bowtie-fix-makefile.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove patch file.
2016-01-14 14:43:25 +01:00
Efraim Flashner
2d12284d38
gnu: gnupg: Add TOFU support.
...
* gnu/packages/gnupg.scm (gnupg)[inputs]: Add sqlite.
2016-01-14 15:05:36 +02:00
Ben Woodcroft
869cda545d
import: gem: Beautify description field.
...
* guix/import/gem.scm (gem->guix-package): Use 'beautify-description'.
2016-01-14 19:44:40 +10:00
Ben Woodcroft
2028a2c960
import: cran: Move beautify-description to utils module.
...
* guix/import/cran.scm (beautify-description): Move from here...
* guix/import/utils.scm: ... to here.
2016-01-14 19:44:36 +10:00
Ludovic Courtès
76002e54f2
gnu: gawk: Protect against random failures of the 'fts' test.
...
* gnu/packages/patches/gawk-fts-test.patch: New file.
* gnu/packages/gawk.scm (gawk)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2016-01-14 10:43:08 +01:00
Alex Kost
6b3a1ce8d7
emacs: Fix heading face in "Package Info".
...
Reported by Ludovic Courtès <ludo@gnu.org > on #guix.
This fixes a regression introduced in commit 7171d824 .
'insert-text-button' procedure does not allow to override a button face,
so a specialized button type should be used instead.
* emacs/guix-ui-package.el (guix-package-heading): New button type.
(guix-package-info-insert-heading): Use it.
2016-01-14 01:12:24 +03:00
Ben Woodcroft
6b6f7d6a0e
gnu: orfm: Update to 0.5.3.
...
* gnu/packages/bioinformatics.scm (orfm): Update to 0.5.3.
[native-inputs]: Add inputs required for tests.
[description]: Add commas.
2016-01-14 08:00:10 +10:00
Ben Woodcroft
3d84a99e73
gnu: Add ruby-bio-commandeer.
...
* gnu/packages/ruby.scm (ruby-bio-commandeer): New variable.
2016-01-14 08:00:02 +10:00
Ben Woodcroft
7c033c4627
gnu: Add ruby-systemu.
...
* gnu/packages/ruby.scm (ruby-systemu): New variable.
2016-01-14 07:51:44 +10:00
Ricardo Wurmus
ca7ef4d418
gnu: cross-gcc-arguments: Enable C++, disable building of libstdc++-v3.
...
* gnu/packages/cross-base.scm (cross-gcc-arguments)[arguments]: Disable
building libstdc++-v3 and enable building C++ compiler.
2016-01-13 22:32:37 +01:00
Ludovic Courtès
724eaef1b2
tests: Use sed instead of grep as a package with no dependencies.
...
* tests/graph.scm ("node-edges"): Choose SED instead of GREP as the
example.
2016-01-13 18:19:01 +01:00
Ludovic Courtès
8c986ab120
Merge branch 'master' into core-updates
2016-01-13 18:18:48 +01:00
Ludovic Courtès
7a2eed3aac
hydra: Add missing phase and inputs for 'make dist' job.
...
* build-aux/hydra/guix.scm (tarball-package): Inherit from 'guix-devel'
rather than 'guix'. Pass #:phases to 'dist-package'.
2016-01-13 17:43:21 +01:00
Ludovic Courtès
b8a35309f8
build-system/gnu: 'dist-package' can be passed the phases.
...
* guix/build-system/gnu.scm (dist-package): Add #:phases parameter and
honor it.
2016-01-13 17:43:21 +01:00
Ludovic Courtès
8c9ef2c3a2
monad-repl: Close connection when leaving the monad REPL.
...
* guix/monad-repl.scm (store-monad-language): Add 'store' parameter and
use it. Remove call to 'open-connection'.
(enter-store-monad): Use 'with-store' and pass the store to
'store-monad-language.
2016-01-13 17:43:21 +01:00
Ricardo Wurmus
e5a19fed19
gnu: julia: Update to 0.4.3.
...
* gnu/packages/julia.scm (julia): Update to 0.4.3.
(libuv-julia): Update to 07730c4bd595.
2016-01-13 17:05:38 +01:00
Alex Kost
6d268e5281
emacs: Move loading packages to "guix-emacs.el".
...
* emacs/guix-init.el: Move the code for auto-loading Emacs packages to...
(guix-package-enable-at-startup): Move to...
* emacs/guix-emacs.el (guix-package-enable-at-startup): ... here.
2016-01-13 17:56:14 +03:00
Alex Kost
e4e2154644
emacs: Make "guix-emacs.el" independent.
...
"guix-emacs.el" may be used just for "instructing" Emacs where to find
Emacs packages installed with Guix, so it should have as few
dependencies as possible.
See <http://lists.gnu.org/archive/html/guix-devel/2016-01/msg00022.html >.
* emacs/guix-emacs.el: Require 'guix-profiles' optionally.
(guix-emacs-load-autoloads): Use 'guix-profile-prompt' only if it is
available.
2016-01-13 17:56:14 +03:00
Alex Kost
08207339aa
emacs: Complete --file in 'guix build' popup.
...
* emacs/guix-command.el (guix-command-improve-build-argument): Use
'guix-read-file-name' to complete --file option.
2016-01-13 17:55:47 +03:00
Alex Kost
883fc5ed42
emacs: Add missing shell completions.
...
* emacs/guix-pcomplete.el (guix-pcomplete-complete-option-arg): Complete
file name for '--install-from-file' option of 'guix package' command,
and for '--file' and '--with-source' options of 'guix build' command.
2016-01-13 17:55:47 +03:00
Mark H Weaver
75418ae0fd
gnu: isc-dhcp: Update to 4.3.3-P1 [fixes CVE-2015-8605].
...
* gnu/packages/admin.scm (isc-dhcp): Update to 4.3.3-P1.
2016-01-13 09:38:57 -05:00
Ricardo Wurmus
c44734115a
gnu: samtools: Update to 1.3.
...
* gnu/packages/bioinformatics.scm (samtools): Update to 1.3.
[arguments]: Enable tests for all architectures; set ncurses in
configure-flags instead of make-flags; simplify "patch-tests" phase;
restore "configure" phase.
2016-01-13 15:12:22 +01:00
Ludovic Courtès
93ce8a8e00
build: Use 127 as the Linux hash-bang limit.
...
Reported by taylanbayirli@gmail.com (Taylan Ulrich Bayırlı/Kammer).
* m4/guix.m4 (LINUX_HASH_BANG_LIMIT): Set to 127.
2016-01-13 11:13:34 +01:00
Ludovic Courtès
98f2339189
gnu: skribilo: Update to 0.9.3.
...
* gnu/packages/skribilo.scm (skribilo): Update to 0.9.3.
[native-inputs]: New field.
2016-01-13 11:13:34 +01:00
Leo Famulari
0917e80ea8
doc: Fix typo in "Build Systems".
...
* doc/guix.texi (Build Systems): Remove extra 's'.
2016-01-12 17:55:59 -05:00
Eric Bavier
c91d3fb7f4
gnu: boost: Update to 1.60.0.
...
* gnu/packages/boost.scm (boost): Update to 1.60.0.
[source]: Remove patch.
* gnu/packages/patches/boost-mips-avoid-m32.patch: Delete patch
* gnu-system.am (dist_patch_DATA): Remove patch.
Also fix dependent packages:
* gnu/packages/patches/csound-header-ordering.patch: New patch.
* gnu/packages/audio.scm (csound)[source]: Use it.
[arguments]: Add 'set-flags phase.
* gnu/packages/patches/libcmis-fix-test-onedrive.patch: New patch.
* gnu/packages/libreoffice.scm (libcmis)[source]: Use it.
(libreoffice)[arguments]: Add LDFLAGS to #:configure-flags.
(librevenge)[inputs]: Move boost from here...
[propogated-inputs]: to here.
[arguments]: Add LDFLAGS to #:configure-flags.
* gnu/packages/patches/openimageio-boost-1.60.patch: New patch.
* gnu/packages/graphics.scm (openimageio): Use it.
* gnu-system.am (dist_patch_DATA): Add patches.
2016-01-12 21:07:53 +01:00
Eric Bavier
3abe8136fd
gnu: boost: Use modify-phases.
...
* gnu/packages/boost.scm (boost)[arguments]: Use modify-phases.
2016-01-12 20:53:14 +01:00
Mark H Weaver
203795acea
gnu: perl: Add fix for CVE-2015-8607.
...
* gnu/packages/patches/perl-CVE-2015-8607.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/perl.scm (perl)[source]: Add patch.
2016-01-12 13:12:07 -05:00
Mark H Weaver
ce3ac6670c
gnu: perl: Update to 5.22.1.
...
* gnu/packages/perl.scm (perl): Update to 5.22.1.
2016-01-12 13:10:05 -05:00
Ludovic Courtès
bb25130764
build: 'make check' errors out if file name limits would be hit.
...
* Makefile.am (SCM_TESTS, SH_TESTS, TESTS, AM_TESTS_ENVIRONMENT)
(SCM_LOG_COMPILER, SH_LOG_COMPILER, AM_SCM_LOG_FLAGS)
(AM_SH_LOG_FLAGS): Move within 'if CAN_RUN_TESTS'.
(check-local) [!CAN_RUN_TESTS]: New target.
* daemon.am (AM_TESTS_ENVIRONMENT, TESTS): Ditto.
* m4/guix.m4 (GUIX_CHECK_FILE_NAME_LIMITS): Add parameter and set it.
2016-01-12 17:47:36 +01:00
Ludovic Courtès
27ab3cee75
build: Warn against long hash bang lines for tests.
...
* m4/guix.m4 (GUIX_TEST_HASH_BANG_LENGTH): New macro.
(GUIX_CHECK_FILE_NAME_LIMITS): Use it. Warn against long hash bang
lines in tests.
2016-01-12 17:47:36 +01:00
Ludovic Courtès
d33fa0c714
doc: Show bootstrapping at the package level.
...
* doc/images/bootstrap-packages.dot: New file.
* doc.am (DOT_FILES): Add it.
* doc/guix.texi (Bootstrapping): Show 'guix graph' commands. Includes
'images/bootstrap-packages' and comment it.
2016-01-12 17:47:36 +01:00
Mark H Weaver
16aa649117
gnu: sudo: Add fix for CVE-2015-5602.
...
* gnu/packages/patches/sudo-CVE-2015-5602.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (sudo)[source]: Add patch.
2016-01-12 11:23:06 -05:00
Efraim Flashner
9d9951d6a6
gnu: global: Use modify-phases syntax.
...
* gnu/packages/code.scm (global)[arguments]: Use modify-phases syntax.
2016-01-12 14:47:10 +02:00
Efraim Flashner
94c3a6f1a6
gnu: global: Update to 6.5.2.
...
* gnu/packages/code.scm (global): Update to 6.5.2.
2016-01-12 14:39:15 +02:00
Ricardo Wurmus
9f40b1171b
gnu: icedtea-6: Fix directory name in "unpack" phase.
...
* gnu/packages/java.scm (icedtea-6)[arguments]: Change the directory
prefix in the "unpack" phase to "icedtea6-".
2016-01-12 11:39:21 +01:00
Mark H Weaver
6b0d24b17c
gnu: linux-libre: Update to 4.4.
...
* gnu/packages/linux.scm (linux-libre): Update to 4.4.
* gnu/packages/linux-libre-i686.conf,
gnu/packages/linux-libre-x86_64.conf: Update from
<https://jxself.org/git/kernel-configs.git >.
2016-01-11 19:13:37 -05:00
Ben Woodcroft
81f3e0c1f3
gnu: Add fxtract.
...
* gnu/packages/bioinformatics.scm (fxtract): New variable.
2016-01-12 07:49:19 +10:00
Ben Woodcroft
65e84e3176
gnu: ruby: Update to 2.3.0.
...
* gnu/packages/ruby.scm (ruby): Update to 2.3.0.
[source]: Remove bundled libffi.
[arguments]: Use parallel tests.
(ruby-2.2): New variable.
2016-01-11 21:59:06 +10:00
Ben Woodcroft
9656b8bec5
gnu: ruby: Use modify-phases.
...
* gnu/packages/ruby.scm (ruby)[arguments]: Use modify-phases.
2016-01-11 21:59:06 +10:00
Ben Woodcroft
761e7042f6
ruby: Abstract out path to GEM_HOME.
...
Previously paths to the GEM_HOME of certain Ruby packages were
hard-coded, so packages failed to build when Ruby was updated to 2.3.0.
* guix/build/ruby-build-system.scm (gem-home): New procedure.
* gnu/packages/ruby.scm (ruby-metaclass, ruby-instantiator,
ruby-introspection, ruby-mocha, ruby-minitest-tu-shim): Use it.
2016-01-11 21:58:55 +10:00
Efraim Flashner
ec70fec559
gnu: youtube-dl: Update to 2016.01.09.
...
* gnu/packages/video.scm (youtube-dl): Update to 2016.01.09.
2016-01-11 13:30:50 +02:00
Andreas Enge
4879d2ff66
gnu: gp2c: Update to 0.0.9pl5.
...
* gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl5.
2016-01-11 11:24:52 +01:00
Andreas Enge
4a6635f353
gnu: texlive: Use modify-phases syntax.
...
* gnu/packages/texlive.scm (texlive-bin, texlive-texmf): Use modify-phases
syntax.
2016-01-11 10:59:29 +01:00
Efraim Flashner
a916c82649
gnu: man-pages: Update to 4.04.
...
* gnu/packages/man.scm (man-pages): Update to 4.04.
[source]: Add alternate location.
2016-01-11 09:37:50 +02:00
Taylan Ulrich Bayırlı/Kammer
ce9a304251
build: Fix out-of-tree building of documentation.
...
* doc.am (.dot.png, .dot.pdf, .dot.eps): Put the generated files into
$(srcdir).
2016-01-10 22:30:29 +01:00
Ben Woodcroft
9b9b7ffd8e
gnu: bedtools: Update to 2.25.0.
...
* gnu/packages/bioinformatics.scm (bedtools): Update to 0.25.0.
[source]: Remove patch merged upstream.
[arguments]: Use 'modify-phases'. Remove
'patch-makefile-SHELL-definition' phase.
* gnu/packages/patches/bedtools-32bit-compilation.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
2016-01-11 00:36:13 +10:00
Ben Woodcroft
6573ac82ad
gnu: bedtools: Use modify-phases.
...
* gnu/packages/bioinformatics.scm (bedtools)[arguments]: Use modify-phases.
2016-01-11 00:36:13 +10:00
Ben Woodcroft
048036aee5
gnu: ruby-yard: Disable failing test.
...
* gnu/packages/ruby.scm (ruby-yard)[arguments]: Disable test which fails on
Ruby 2.3.0.
2016-01-10 21:10:29 +10:00
Ben Woodcroft
3918146b61
gnu: ruby-power-assert: Update to 0.2.7.
...
* gnu/packages/ruby.scm (ruby-power-assert): Update to 0.2.7.
2016-01-10 21:09:37 +10:00
Andreas Enge
695bea9803
gnu: r: Update to 3.2.3.
...
* gnu/packages/statistics.scm (r): Update to 3.2.3.
2016-01-09 23:18:28 +01:00
Andreas Enge
13035f5a03
gnu: icecat: Update to 38.5.2-gnu1.
...
* gnu/packages/gnuzilla.scm (icecat): Update to 38.5.2-gnu1.
2016-01-09 22:51:28 +01:00
Ben Woodcroft
4c40fa0229
gnu: ruby-2.1: Update to 2.1.8.
...
* gnu/packages/ruby.scm (ruby-2.1): Update to 2.1.8.
2016-01-09 14:53:58 +10:00
Leo Famulari
f32274a71e
gnu: i2c-tools: Update source and home-page URLs.
...
* gnu/packages/linux.scm (i2c-tools)[source]: Update URL.
[home-page]: Update URL.
2016-01-08 16:42:27 -05:00
Leo Famulari
3a04d5d4e4
gnu: lm-sensors: Update source and home-page URLs.
...
* gnu/packages/linux.scm (lm-sensors)[source]: Update URL.
[home-page]: Update URL.
2016-01-08 16:42:27 -05:00
Mark H Weaver
bea25ae83c
gnu: nss: Update to 3.21 [fixes CVE-2015-7575].
...
* gnu/packages/gnuzilla.scm (nss): Update to 3.21.
[arguments]: In configure phase, setenv CC=gcc.
* gnu/packages/patches/nss-pkgconfig.patch: Adapt to NSS 3.21.
2016-01-08 15:29:50 -05:00
Ludovic Courtès
17ad0a2714
build-system/python: 'pypi-uri' takes an optional file name extension.
...
Suggested by swedebugia <swedebugia@riseup.net >.
* guix/build-system/python.scm (pypi-uri): Add 'extension' parameter and
use it.
2016-01-08 19:06:26 +01:00
Ludovic Courtès
195f557ed5
gnu: attr: Update to 2.4.47.
...
* gnu/packages/attr.scm (attr): Update to 2.4.47.
2016-01-08 16:45:32 +01:00
Ludovic Courtès
20c620d0a4
gnu: attr: Use 'modify-phases'.
...
* gnu/packages/attr.scm (attr)[arguments]: Use 'modify-phases'.
2016-01-08 16:45:28 +01:00
Mathieu Lirzin
2409f37f28
gnu: Add missing (gnu packages gcc) import.
...
* gnu/packages/bioinformatics.scm: Use (gnu packages gcc). This is
required by 'r-impute' for 'gfortran'.
2016-01-08 14:18:46 +01:00
Mathieu Lirzin
9ef824c10e
gnu: xterm: Update to 322.
...
* gnu/packages/xorg.scm (xterm): Update to 322.
2016-01-08 14:12:29 +01:00
宋文武
a65e26f091
gnu: epiphany: Update to 3.18.2.
...
* gnu/packages/gnome.scm (epiphany): Update to 3.18.2.
2016-01-08 17:34:08 +08:00
宋文武
19e5258d84
gnu: webkitgtk: Update to 2.10.4.
...
* gnu/packages/webkit.scm (webkitgtk): Update to 2.10.4.
2016-01-08 17:34:08 +08:00
Efraim Flashner
209e09fa10
gnu: zlib: Update to 1.2.8.
...
* gnu/packages/compression.scm (zlib): Update to 1.2.8.
2016-01-08 06:39:12 +02:00
宋文武
c0a9589da2
doc: Document network-manager-service.
...
* doc/guix.texi (Networking Services): Document network-manager-service.
2016-01-08 08:06:40 +08:00
Ludovic Courtès
b110869dd3
doc: Add elaborate package search example.
...
* doc/guix.texi (Invoking guix package): Add elaborate --search example
using recsel and sexes.
2016-01-08 00:09:50 +01:00
Pjotr Prins
c8d969b58f
gnu: Add Pfff.
...
* gnu/packages/textutils.scm (pfff): New variable.
2016-01-07 21:13:35 +01:00
Alex Kost
fbbaa4dde8
gnu: mpv: Remove 'samba' input.
...
This is a heavy-weight and uncommon feature. See
<http://lists.gnu.org/archive/html/guix-devel/2015-12/msg00701.html >.
* gnu/packages/video.scm (mpv)[inputs]: Remove 'samba'.
2016-01-07 22:30:18 +03:00
Alex Kost
0a5ec7092d
emacs: Display supported systems in "Package Info".
...
* emacs/guix-main.scm (%package-param-alist): Add 'systems'.
* emacs/guix-ui-package.el (guix-package-info-insert-systems): New
procedure.
(guix-package-info-format): Add it.
(guix-output-info-format): Likewise.
(guix-package-info-titles): Add "Supported systems" title.
2016-01-07 22:30:18 +03:00
Ricardo Wurmus
cb933df6da
gnu: Add genomation.
...
* gnu/packages/bioinformatics.scm (r-genomation): New variable.
2016-01-07 17:18:17 +01:00
Ricardo Wurmus
03ea5a357e
gnu: Add seqPattern.
...
* gnu/packages/bioinformatics.scm (r-seqpattern): New variable.
2016-01-07 17:18:17 +01:00
Ricardo Wurmus
c43a011de3
gnu: Add impute.
...
* gnu/packages/bioinformatics.scm (r-impute): New variable.
2016-01-07 17:18:17 +01:00
Ricardo Wurmus
c63cef6699
gnu: Add BSgenome.
...
* gnu/packages/bioinformatics.scm (r-bsgenome): New variable.
2016-01-07 17:18:17 +01:00
Ricardo Wurmus
fbf6045e33
gnu: Add plotly.
...
* gnu/packages/statistics.scm (r-plotly): New variable.
2016-01-07 17:18:17 +01:00
Ricardo Wurmus
a28d646b63
gnu: Add viridis.
...
* gnu/packages/statistics.scm (r-viridis): New variable.
2016-01-07 17:18:17 +01:00
Ricardo Wurmus
d547ce5e70
gnu: Add topGO.
...
* gnu/packages/bioinformatics.scm (r-topgo): New variable.
2016-01-07 17:18:17 +01:00
Ricardo Wurmus
e05c37da4a
gnu: Add matrixStats.
...
* gnu/packages/statistics.scm (r-matrixstats): New variable.
2016-01-07 17:18:17 +01:00
Ricardo Wurmus
3703ffb41f
gnu: Add R.rsp.
...
* gnu/packages/statistics.scm (r-r-rsp): New variable.
2016-01-07 17:18:17 +01:00
Ricardo Wurmus
a63efbb453
gnu: Add R.cache.
...
* gnu/packages/statistics.scm (r-r-cache): New variable.
2016-01-07 17:18:17 +01:00
Ricardo Wurmus
9c94b53b5b
gnu: Add R.utils.
...
* gnu/packages/statistics.scm (r-r-utils): New variable.
2016-01-07 17:18:17 +01:00
Ricardo Wurmus
c8c75a8d88
gnu: Add R.oo.
...
* gnu/packages/statistics.scm (r-r-oo): New variable.
2016-01-07 17:18:17 +01:00
Ricardo Wurmus
8bfe007c9c
gnu: Add R.methodsS3.
...
* gnu/packages/statistics.scm (r-r-methodss3): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
a69a593595
gnu: Add base64enc.
...
* gnu/packages/statistics.scm (r-base64enc): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
a8227e4ae9
gnu: Add DT.
...
* gnu/packages/statistics.scm (r-dt): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
d706257b5b
gnu: Add SparseM.
...
* gnu/packages/statistics.scm (r-sparsem): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
fb25d8803f
gnu: Add GO.db.
...
* gnu/packages/bioinformatics.scm (r-go-db): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
2fd7c04984
gnu: Add GenomicFeatures.
...
* gnu/packages/bioinformatics.scm (r-genomicfeatures): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
317755ff0f
gnu: Add rtracklayer.
...
* gnu/packages/bioinformatics.scm (r-rtracklayer): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
d8a828af78
gnu: Add GenomicAlignments.
...
* gnu/packages/bioinformatics.scm (r-genomicalignments): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
6e76dda2d0
gnu: Add SummarizedExperiment.
...
* gnu/packages/bioinformatics.scm (r-summarizedexperiment): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
f8d74f7018
gnu: Add Rsamtools.
...
* gnu/packages/bioinformatics.scm (r-rsamtools): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
bf15935337
gnu: Add Biostrings.
...
* gnu/packages/bioinformatics.scm (r-biostrings): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
e91d362e48
gnu: Add BiocParallel.
...
* gnu/packages/bioinformatics.scm (r-biocparallel): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
c465fa72ed
gnu: Add biomaRt.
...
* gnu/packages/bioinformatics.scm (r-biomart): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
8b7bce740d
gnu: Add AnnotationDbi.
...
* gnu/packages/bioinformatics.scm (r-annotationdbi): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
555e3399dc
gnu: Add Biobase.
...
* gnu/packages/bioinformatics.scm (r-biobase): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
bc899123e7
gnu: Add snow.
...
* gnu/packages/statistics.scm (r-snow): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
6b82f56cf9
gnu: Add futile.logger.
...
* gnu/packages/statistics.scm (r-futile-logger): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
b9ff33b50e
gnu: Add futile.options.
...
* gnu/packages/statistics.scm (r-futile-options): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
ca65d387fd
gnu: Add lambda.r.
...
* gnu/packages/statistics.scm (r-lambda-r): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
543ded3619
gnu: Add r-xml.
...
* gnu/packages/statistics.scm (r-xml): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
cefaa79c9e
gnu: Add RCurl.
...
* gnu/packages/statistics.scm (r-rcurl): New variable.
2016-01-07 17:18:16 +01:00
Ricardo Wurmus
21e4d6a9cf
gnu: Add RSQLite.
...
* gnu/packages/statistics.scm (r-rsqlite): New variable.
2016-01-07 17:18:15 +01:00
Ricardo Wurmus
34a75d35bb
import: Rename "cran-fetch" to "fetch-description".
...
* guix/import/cran.scm (cran-fetch): Rename procedure ...
(fetch-description): ... to this.
2016-01-07 17:18:04 +01:00
Ricardo Wurmus
d1c116089b
import: Add package->upstream-name procedure.
...
* guix/import/cran.scm (package->upstream-name): New procedure.
2016-01-07 17:18:02 +01:00
Raimon Grau
fe9451c50a
gnu: Add xmlstarlet.
...
* gnu/packages/xml.scm (xmlstarlet): New variable.
2016-01-07 16:00:00 +01:00
宋文武
29e255ca83
gnu: zita-convolver: Drop the '-march=native' optimization.
...
* gnu/packages/audio.scm (zita-convolver)[source]: Add snippet.
2016-01-07 22:47:32 +08:00
宋文武
6dff495580
gnu: zita-resampler: Drop the '-march=native' optimization.
...
* gnu/packages/audio.scm (zita-resampler)[source]: Add snippet.
2016-01-07 22:47:32 +08:00
Ben Woodcroft
7d3a1a2dd2
gnu: Add ruby-ansi.
...
* gnu/packages/ruby.scm (ruby-ansi): New variable.
2016-01-07 15:36:05 +01:00
Efraim Flashner
b24765139c
gnu: sqlite: Update to 3.10.0.
...
* gnu/packages/databases.scm (sqlite): Update to 3.10.0.
2016-01-07 12:37:37 +02:00
Ricardo Wurmus
5dfd276602
gnu: edirect: Update to 3.50.
...
* gnu/packages/bioinformatics.scm (edirect): Update to 3.50.
[native-inputs]: Remove "unzip".
2016-01-07 11:25:24 +01:00
Leo Famulari
62339e2d49
gnu: w3m: Enable SSL, disable broken protocols and ciphers.
...
Fixes <http://bugs.gnu.org/16791 >.
* gnu/packages/patches/w3m-force-ssl_verify_server-on.patch: New file.
* gnu/packages/patches/w3m-disable-sslv2-and-sslv3.patch: New file.
* gnu/packages/patches/w3m-disable-weak-ciphers.patch: New file.
* gnu/packages/w3m.scm (w3m)[source]: Add patches.
* gnu-system.am (dist_patch_DATA): Add the new files.
2016-01-07 02:35:38 -05:00
Leo Famulari
e6352001c4
gnu: w3m: Update patch to use '-p1'.
...
* gnu/packages/patches/w3m-fix-compile.patch: Rename this file...
* gnu/packages/patches/w3m-libgc.patch: ...to this, and adjust patch
prefix level to '-p1'.
* gnu-system.am (dist_patch_DATA): Update patch name.
* gnu/packages/w3m.scm (w3m)[source]: Update patch name.
[source]: Drop patch flag -p0.
2016-01-07 02:35:38 -05:00
Efraim Flashner
93b3a8b0ee
gnu: flex: Update to 2.6.0.
...
* gnu/packages/flex.scm (flex): Update to 2.6.0.
[source]: Remove flex-bison-tests.patch.
* gnu-system.am (dist_patch_DATA): Remove flex-bison-tests.patch.
* gnu/packages/patches/flex-bison-tests.patch: Remove it.
2016-01-07 08:42:15 +02:00
Ludovic Courtès
d4aaf95401
build-system/gnu: Make 'package-with-explicit-inputs' idempotent.
...
* guix/build-system/gnu.scm (package-with-explicit-inputs): Use
'ensure-keyword-arguments' instead of appending to ARGS.
* gnu/packages/commencement.scm (static-bash-for-glibc): Add missing
#:guile argument.
2016-01-06 23:08:22 +01:00
Ludovic Courtès
6071122b71
utils: Add 'ensure-keyword-arguments'.
...
* guix/utils.scm (delkw, ensure-keyword-arguments): New procedures.
* tests/utils.scm ("ensure-keyword-arguments"): New test.
2016-01-06 23:08:22 +01:00
Ludovic Courtès
793a43f409
http-client: Work around < http://bugs.gnu.org/22273 >.
...
* guix/http-client.scm (read-header-line): New procedure. Use it.
2016-01-06 23:08:22 +01:00
Ludovic Courtès
dff9141c5e
gnu: guix: Update development snapshot to f888c0b.
...
* gnu/packages/package-management.scm (guix-devel): Update to f888c0b .
2016-01-06 23:08:22 +01:00
Ludovic Courtès
1c63dafce6
http-client: Fix erroneous comment.
...
* guix/http-client.scm: Fix Guile version number in comment for Guile
commit 5a10e41.
2016-01-06 23:08:22 +01:00
Efraim Flashner
bfcb7bcb73
gnu: libffi: Update to 3.2.1.
...
* gnu/packages/libffi.scm (libffi): Update to 3.2.1.
2016-01-06 20:28:57 +02:00
Eric Bavier
c7b08410de
gnu: gmsh: Update to 2.11.0.
...
* gnu/packages/maths.scm (gmsh): Update to 2.11.0.
[arguments]: Replace 'check phase.
2016-01-06 10:49:23 -06:00
Ludovic Courtès
f888c0b120
lint: cve: Catch host name lookup errors.
...
* guix/scripts/lint.scm (package-vulnerabilities): Catch
'getaddrinfo-error'.
2016-01-06 15:54:12 +01:00
Ludovic Courtès
7b78f359d1
gnu: sudo: Use /var/run/sudo instead of /run/sudo.
...
* gnu/packages/admin.scm (sudo)[arguments]: Pass
--with-rundir=/var/run/sudo since /var/run is cleaned up at boot time on
GuixSD whereas /run is not.
2016-01-06 15:51:31 +01:00
Ludovic Courtès
3c4c8c3e06
services: cleanup-service: Catch 'system-error' instead of everything.
...
This makes sure that critical errors such as unbound-variable do not go
undetected.
* gnu/services.scm (cleanup-gexp): Introduce local 'fail-safe' macro and
use it. Remove uses of 'false-if-exception'.
2016-01-06 14:49:48 +01:00
Ludovic Courtès
341ae58213
gnu: ldc: Fix license.
...
* gnu/packages/ldc.scm (ldc)[license]: Replace invalid use of
'license:x11-style' by LICENSE:BOOST1.0.
2016-01-06 14:21:53 +01:00
Ben Woodcroft
7266848ace
build: ruby: Remove cached gem after install.
...
The .gem file stored in GEM_HOME after install is both redundant and an
archive that stores timestamped files which makes builds
non-deterministic, so delete it after 'gem install'.
* guix/build/ruby-build-system.scm (install): Remove cached gem after
install.
2016-01-06 12:42:41 +01:00
Ricardo Wurmus
a243e12aba
gnu: icedtea7: Rename to icedtea-7.
...
* gnu/packages/java.scm (icedtea7): Rename variable to...
(icedtea-7): ...this.
(icedtea): Refer to "icedtea-7".
2016-01-06 11:38:50 +01:00
Ricardo Wurmus
d028740622
gnu: icedtea6: Rename to icedtea-6.
...
* gnu/packages/java.scm (icedtea6): Rename variable to...
(icedtea-6): ...this.
2016-01-06 11:38:50 +01:00
Ricardo Wurmus
5452588c1a
gnu: icedtea6, icedtea7: Rename package to "icedtea".
...
* gnu/packages/java.scm (icedtea6): Change package name to "icedtea".
(icedtea7): Inherit package name.
2016-01-06 11:38:50 +01:00
Ricardo Wurmus
d2540f80c2
gnu: Add and use default IcedTea.
...
* gnu/packages/java.scm (icedtea): New variable.
(swt)[native-inputs]: Replace "icedtea6" with "icedtea".
* gnu/packages/bioinformatics.scm (htsjdk)[native-inputs]: Likewise.
(ngs-java)[inputs]: Likewise.
* gnu/packages/kodi.scm (kodi)[native-inputs]: Replace "icedtea7" with
"icedtea".
* gnu/packages/ruby.scm (ruby-rjb)[native-inputs]: Replace "icedtea7"
with "icedtea".
2016-01-06 11:38:50 +01:00
Ricardo Wurmus
d91488908b
gnu: icedtea6, icedtea7: Unpack to "openjdk.src".
...
* gnu/packages/java.scm (icedtea6)[arguments]: Unpack OpenJDK sources to
"openjdk.src".
(icedtea7)[arguments]: Inherit "--with-openjdk-src-dir" flag; refer to
"openjdk.src" in build phases; simplify "unpack" phase.
[native-inputs]: Rename "openjdk-drop" to "openjdk-src".
2016-01-06 11:38:50 +01:00
Ricardo Wurmus
43c565d2e7
gnu: Add Jellyfish.
...
* gnu/packages/bioinformatics.scm (jellyfish): New variable.
2016-01-06 11:10:46 +01:00
Ludovic Courtès
03cea32031
build: Bump version number.
...
* configure.ac: Change version to 0.9.1.
2016-01-05 23:55:26 +01:00
Michael Vetter
f9b9a0330d
doc: Remove double occurrence of words.
...
* doc/guix.texi: substitute 'the the' with 'the'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2016-01-05 23:55:26 +01:00
Taylan Ulrich Bayırlı/Kammer
f07041f7d2
build: pull: Compile .scm files in one process.
...
* guix/build/pull.scm (call-with-process, report-build-progress)
(p-for-each): Remove.
(build-guix): Load and compile files in one process.
2016-01-05 23:30:30 +01:00
Andreas Enge
7d1f8d4f52
gnu: calibre: Update to 2.48.0.
...
* gnu/packages/ebook.scm (calibre): Update to 2.48.0.
2016-01-05 22:46:54 +01:00
Efraim Flashner
e5f037624e
gnu: gettext: Use "modify-phases" syntax.
...
* gnu/packages/gettext.scm (gettext)[arguments]: Use "modify-phases" syntax.
2016-01-05 21:13:57 +02:00
Efraim Flashner
d99861d39d
gnu: gettext: Update to 0.19.7.
...
* gnu/packages/gettext.scm (gettext): Update to 0.19.7.
2016-01-05 21:06:59 +02:00
Efraim Flashner
5a75865f9d
gnu: gnutls: Update to 3.4.7.
...
* gnu/packages/tls.scm (gnutls): Update to 3.4.7.
[source]: Remove gnutls-doc-fix.patch.
[arguments]: Remove delete-prebuilt-unfixed-info-file phase.
[native-inputs]: Remove texinfo.
* gnu-system.am (dist_patch_DATA): Remove gnutls-doc-fix.patch
2016-01-05 21:06:59 +02:00
Efraim Flashner
3ea110b704
gnu: libtasn1: Update to 4.7.
...
* gnu/packages/tls.scm (libtan1): Update to 4.7.
[native-inputs]: Remove texinfo.
2016-01-05 21:06:59 +02:00
Roel Janssen
a7ec569c98
gnu: Add LDC.
...
* gnu/packages/ldc.scm: New file.
* gnu/packages/patches/ldc-disable-tests.patch: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add ldc.scm.
(dist_patch_DATA): Add patch file.
2016-01-05 16:24:57 +01:00
Ludovic Courtès
0beb65b450
build-system/gnu: Add 'set-SOURCE-DATE-EPOCH' phase.
...
This phase is inherited by other build systems, which ensures
'SOURCE_DATE_EPOCH' is always set in practice.
* guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): Remove.
(%standard-phases): Don't add it.
* guix/build/gnu-build-system.scm (set-SOURCE-DATE-EPOCH): New
procedure.
(%standard-phases): Add it.
(gnu-build): Remove 'setenv' call for "SOURCE_DATE_EPOCH".
2016-01-05 15:52:42 +01:00
Ludovic Courtès
e8e2e18b84
gnu: Read 'C_INCLUDE_PATH' instead of 'CPATH'.
...
This is a followup to 009b53fd .
* gnu/packages/cmake.scm (cmake)[arguments]: Use (getenv
"C_INCLUDE_PATH") instead of (getenv "CPATH").
* gnu/packages/package-management.scm (rpm)[arguments]: Likewise.
* gnu/packages/video.scm (avidemux)[arguments]: Likewise.
* gnu/packages/webkit.scm (webkitgtk)[arguments]: Likewise.
* gnu/packages/cross-base.scm (cross-gcc-arguments): Likewise, and unset
'C_INCLUDE_PATH' and 'CPLUS_INCLUDE_PATH'.
2016-01-05 14:11:54 +01:00
Ludovic Courtès
a2ab82db9a
gnu: python: Honor 'C_INCLUDE_PATH'.
...
This is a followup to 009b53fd .
* gnu/packages/patches/python-3-search-paths.patch: Check
'C_INCLUDE_PATH' instead of 'CPATH'.
* gnu/packages/patches/python-2.7-search-paths.patch: Likewise.
2016-01-05 13:13:17 +01:00
Dmitry Bogatov
1075b43737
gnu: Add emacs-undo-tree.
...
* gnu/packages/emacs.scm (emacs-undo-tree): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2016-01-05 00:28:42 +01:00
Ludovic Courtès
fe542b9762
gnu: emacs: Remove 'info.info'.
...
* gnu/packages/emacs.scm (emacs)[arguments]: Use 'modify-phases'. Add
'remove-info.info' phase.
2016-01-05 00:28:42 +01:00
Ludovic Courtès
fb74174958
linux-boot: Remove verbose output for module loads.
...
* gnu/build/linux-boot.scm (boot-system): Leave
'current-module-debugging-port' unchanged.
* gnu/build/linux-modules.scm (load-linux-module*): Update comment about
'mmap'.
2016-01-05 00:28:42 +01:00
Ludovic Courtès
be7be9e8dd
services: Move /tmp cleanup to a separate service.
...
* gnu/services.scm (compute-boot-script): Remove /tmp and /var/run
deletion code from here.
(cleanup-gexp): New procedure with /tmp and /var/run deletion code
formerly in 'compute-boot-script'.
(cleanup-service-type): New variable.
* gnu/system.scm (essential-services): Add an instance of
CLEANUP-SERVICE-TYPE.
2016-01-05 00:28:42 +01:00
Ludovic Courtès
94af9daa73
services: boot: Reinstate /tmp and /var/run deletion.
...
For some time /tmp and /var/run were not being deleted because
'delete-file-recursively' was unbound.
* gnu/services.scm (compute-boot-script)[%modules, modules, compiled]:
New variables. Use them to augment the module search path.
2016-01-05 00:28:42 +01:00
Ludovic Courtès
db5a94445f
guix package: Allow multiple '--search' flags.
...
* guix/scripts/package.scm (find-packages-by-description): Change 'rx'
parameter to 'regexps'.
[matches-all?, matches-one?]: New procedures.
Use them.
(process-query): Collect regexps from all 'search' queries, and pass
them to 'find-packages-by-description'.
* tests/guix-package.sh: Add tests.
* doc/guix.texi (Invoking guix package): Document it.
2016-01-05 00:28:42 +01:00
Ludovic Courtès
d28ef43937
ui: Update copyright year in '--version' output.
...
* guix/ui.scm (show-version-and-exit): Increment copyright year.
2016-01-05 00:28:42 +01:00
Ludovic Courtès
35a6dabcf1
git-download: Correctly implement recursive checkouts.
...
Previously, the 'git checkout' invocation would remove sub-modules that
had been initialized by 'git clone --recursive'.
* guix/build/git.scm (git-fetch): Never use "git clone --recursive".
Invoke "git submodule update --init --recursive" after "git checkout".
Remove '.git' directories as the last step.
2016-01-05 00:28:42 +01:00
Ricardo Wurmus
4828ff91ff
gnu: gtk+: Add patch to support GUIX_GTK3_PATH.
...
* gnu/packages/patches/gtk3-respect-GUIX_GTK3_PATH: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gtk.scm (gtk+) [source]: Add patch.
[native-search-paths]: Add search path for GUIX_GTK3_PATH.
2016-01-04 16:11:10 -05:00
Ricardo Wurmus
2a6afac905
gnu: gtk+-2: Add patch to support GUIX_GTK2_PATH.
...
* gnu/packages/patches/gtk2-respect-GUIX_GTK2_PATH: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gtk.scm (gtk+-2) [source]: Add patch.
[native-search-paths]: Add search path for GUIX_GTK2_PATH.
2016-01-04 16:11:10 -05:00
Efraim Flashner
4f2ca23493
gnu: libgcrypt: Update to 1.6.4.
...
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.6.4.
2016-01-04 22:29:08 +02:00
Manolis Ragkousis
4478dbd58c
gnu: libgpg-error: Update to 1.21.
...
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.21.
2016-01-04 18:23:29 +02:00
Efraim Flashner
82cb8519bc
gnu: tzdata: Update to 2015g.
...
* gnu/packages/base.scm (tzdata): Update to 2015g.
2016-01-04 16:59:13 +02:00
Ricardo Wurmus
c2e87caaa6
gnu: julia: Update to 0.4.2.
...
* gnu/packages/patches/julia-0.3.10-fix-empty-array.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/julia.scm (julia): Update to 0.4.2.
[arguments]: Remove phase "fix-building-with-mcjit-llvm"; replace phase
"patch-include-path" with "fix-include-and-link-paths"; add phase
"hardcode-paths"; add missing make-flags.
[inputs]: Replace "pcre" with "pcre2"; replace "git" with "libgit2"; add
"coreutils"; add "libuv-julia"; add "wget"; add "which".
[native-inputs]: Remove "which".
2016-01-04 11:35:57 +01:00
Ricardo Wurmus
50b40d0709
gnu: Add libuv-julia.
...
* gnu/packages/julia.scm (libuv-julia): New variable.
2016-01-04 11:35:57 +01:00
Ricardo Wurmus
f1e3a8aed2
gnu: utf8proc: Update to 1.3.1.
...
* gnu/packages/textutils.scm (utf8proc): Update to 1.3.1.
[arguments]: Remove custom "install" phase.
2016-01-04 11:35:57 +01:00
Leo Famulari
77553dff86
gnu: samba: Update to 4.3.3.
...
Fixes CVE-2015-{3223,5252,5299,5296,8467,5330}.
* gnu/packages/samba.scm (samba): Update to 4.3.3.
2016-01-03 14:59:49 -05:00
Leo Famulari
f6cddbefcc
gnu: ldb: Update to 1.1.24.
...
Required for samba-4.3.3 in order to fix CVE-2015-5330 and
CVE-2015-3223.
* gnu/packages/samba.scm (ldb): Update to 1.2.24.
2016-01-03 14:59:49 -05:00
Ludovic Courtès
53334dd6e9
Merge branch 'master' into core-updates
2016-01-03 14:53:03 +01:00
Ludovic Courtès
1575dcd134
gnu: grep: Skip timing-sensitive test.
...
This avoids failures on loaded machines as seen
at <http://hydra.gnu.org/build/906900/log/raw >.
* gnu/packages/patches/grep-timing-sensitive-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (grep): Use it.
2016-01-03 14:50:29 +01:00
Ludovic Courtès
dd1937d75d
gnu: pkg-config: Update to 0.29.
...
* gnu/packages/pkg-config.scm (%pkg-config): Update to 0.29.
2016-01-03 14:44:22 +01:00
Eric Bavier
8d0801ab23
gnu: libgc: Enable C++ support.
...
* gnu/packages/bdw-gc.scm (libgc-7.2, libgc)[arguments]: Add
--enable-cplusplus to #:configure-flags.
2016-01-02 16:06:11 -06:00
Eric Bavier
209778717a
gnu: Add Asymptote.
...
* gnu/packages/bdw-gc.scm (libgc-for-c++): New variable.
* gnu/packages/plotutils.scm (asymptote): New variable.
* gnu/packages/patches/asymptote-gsl2.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2016-01-02 16:04:55 -06:00
Ludovic Courtès
51385362f7
graph: %BAG-WITH-ORIGINS-NODE-TYPE includes the origin's guile.
...
Before that it would include #f for most origins since that the default
value of 'origin-patch-guile'.
* guix/scripts/graph.scm (bag-node-edges): When 'origin-patch-guile'
returns #f, use (default-guile).
* tests/graph.scm ("bag DAG, including origins"): Check for an edge from
O to (default-guile).
2016-01-02 22:25:41 +01:00
Ludovic Courtès
f88282af38
graph: %BAG-EMERGED-NODE-TYPE filters out origins.
...
Fixes <http://bugs.gnu.org/22280 >.
Reported by Leo Famulari <leo@famulari.name >.
* guix/scripts/graph.scm (%bag-emerged-node-type)[edges]: Mimic
%BAG-NODE-TYPE. This is a followup to 38b92da .
2016-01-02 22:25:41 +01:00
Alex Kost
1ae858f333
Update NEWS.
...
* NEWS: Mention Emacs interface for Hydra and changes in variables.
2016-01-02 17:25:35 +03:00
Alex Kost
5c8994d9d9
emacs: Use "B" key in "Package List" to display latest builds.
...
* emacs/guix-ui-package.el (guix-package-list-latest-builds): New
procedure.
(guix-package-list-mode-map): Bind "B" key to it.
(guix-output-list-mode-map): Likewise.
* doc/emacs.texi (Emacs List buffer): Document it.
2016-01-02 17:25:35 +03:00
Alex Kost
32950fc846
emacs: Add Hydra interface.
...
* emacs/guix-utils.el (guix-hexify, guix-number->bool): New procedures.
(guix-while-null): New macro.
* emacs/guix-hydra.el: New file.
* emacs/guix-hydra-build.el: New file.
* emacs/guix-hydra-jobset.el: New file.
* emacs.am (ELFILES): Add them.
* doc/emacs.texi (Emacs Hydra): New node.
(Emacs Interface): Add it.
* doc/guix.texi (Top): Add it.
(Substitutes): Mention Emacs interface.
2016-01-02 17:25:35 +03:00
Alex Kost
494a62f215
emacs: Add 'guix-ui-read-profile'.
...
* emacs/guix-ui.el (guix-ui-read-profile): New procedure.
* emacs/guix-ui-package.el (guix-search-by-name)
(guix-search-by-regexp, guix-installed-packages)
(guix-obsolete-packages, guix-all-available-packages)
(guix-newest-available-packages): Use it.
* emacs/guix-ui-generation.el (guix-generations)
(guix-last-generations, guix-generations-by-time): Use it.
2016-01-02 17:25:35 +03:00
Alex Kost
8ed2c92eb1
emacs: Add hierarchy of customization groups.
...
* emacs/guix-buffer.el (guix-define-groups, guix-define-entry-type)
(guix-define-buffer-type): New macros.
(guix-buffer-define-interface): Add parent groups for the generated
custom groups.
* emacs/guix-info.el: Use 'guix-define-buffer-type' to generate custom
groups.
* emacs/guix-list.el: Likewise.
* emacs/guix-ui.el: Use 'guix-define-groups' to generate custom groups.
(guix-ui-define-entry-type): New macro.
* emacs/guix-ui-package.el: Use it.
* emacs/guix-ui-generation.el: Use it.
2016-01-02 17:25:35 +03:00
Alex Kost
dc690c445e
emacs: Return nil instead of "" in completing readers.
...
* emacs/guix-utils.el (guix-completing-read): New procedure.
(guix-define-readers): Use it.
2016-01-02 17:25:35 +03:00
Alex Kost
ddf6948b22
emacs: Add 'guix-list-get-display-entries'.
...
* emacs/guix-list.el (guix-list-get-display-entries): New procedure.
* emacs/guix-ui-generation.el (guix-generation-get-display): Use it.
2016-01-02 17:25:35 +03:00
Alex Kost
e29d192484
emacs: Add 'list-single' variables.
...
* emacs/guix-list.el (guix-list-single-entry?): New procedure.
(guix-list-define-interface): Add ':list-single?' key and generate
'guix-ENTRY-TYPE-list-single' variables.
* emacs/guix-ui-package.el (guix-package-list-single): Remove.
2016-01-02 17:25:35 +03:00
Alex Kost
c80ce104be
emacs: Reorganize package/generation UI code.
...
Move the code for packages/generations interface from "guix-info.el",
"guix-list.el", "guix-base.el" and "guix.el" to "guix-ui-package.el" and
"guix-ui-generation.el".
* emacs/guix-base.el (guix-package-entry->name-specification)
(guix-package-entries->name-specifications)
(guix-package-id-and-output-by-output-id)
(guix-package-installed-outputs, guix-process-package-actions)
(guix-package-list-type, guix-package-info-type)
(guix-continue-package-operation-p, guix-get-package-strings)
(guix-insert-package-strings): Move to "guix-ui-package.el".
(guix-generation-packages-buffer-name-function, guix-output-name-width)
(guix-generation-packages-update-buffer, guix-generation-packages)
(guix-generation-packages-buffer-name-default)
(guix-generation-packages-buffer-name-long)
(guix-generation-packages-buffer-name, guix-generation-packages-buffer)
(guix-generation-insert-packages, guix-generation-insert-package)
(guix-profile-generation-manifest-file, guix-delete-generations)
(guix-profile-generation-packages-buffer, guix-switch-to-generation):
Move to "guix-ui-generation.el".
* emacs/guix-info.el (guix-package-location, guix-package-name)
(guix-package-source, guix-package-info-source)
(guix-package-info-heading, guix-package-info-license)
(guix-package-info-name, guix-package-info-name-button)
(guix-package-info-version, guix-package-info-location)
(guix-package-info-synopsis, guix-package-info-description)
(guix-package-info-obsolete, guix-package-info-installed-outputs)
(guix-package-info-uninstalled-outputs)
(guix-package-info-insert-heading)
(guix-package-info-define-insert-inputs)
(guix-package-info-obsolete-string)
(guix-package-info-insert-obsolete-text)
(guix-package-info-insert-non-unique-text)
(guix-package-info-insert-outputs, guix-package-info-insert-output)
(guix-package-info-insert-action-button)
(guix-package-info-auto-find-source)
(guix-package-info-auto-download-source)
(guix-package-info-download-buffer, guix-package-info-show-source)
(guix-package-info-download-source, guix-package-info-insert-source)
(guix-package-info-redisplay-after-download)
(guix-output-info-insert-version, guix-output-info-insert-output):
Move to "guix-ui-package.el".
(guix-generation-info-number, guix-generation-info-current)
(guix-generation-not-current, guix-generation-info-insert-number)
(guix-generation-info-insert-current): Move to "guix-ui-generation.el".
* emacs/guix-list.el (guix-package-list-generation-marking-enabled)
(guix-package-list-installed, guix-package-list-obsolete)
(guix-package-list-get-name, guix-package-list-get-installed-outputs)
(guix-package-list-marking-check, guix-package-list-mark-outputs)
(guix-package-list-mark-install, guix-package-list-mark-delete)
(guix-package-list-mark-upgrade, guix-package-list-mark-upgrades)
(guix-list-mark-package-upgrades, guix-list-execute-package-actions)
(guix-package-list-execute, guix-package-list-make-action)
(guix-package-list-edit, guix-output-list-mark-install)
(guix-output-list-mark-delete, guix-output-list-mark-upgrade)
(guix-output-list-mark-upgrades, guix-output-list-make-action)
(guix-output-list-describe, guix-output-list-edit): Move to
"guix-ui-package.el".
(guix-generation-list-get-current, guix-generation-list-switch)
(guix-generation-list-generations-to-compare)
(guix-generation-list-compare, guix-generation-list-show-packages)
(guix-generation-list-show-added-packages)
(guix-generation-list-show-removed-packages)
(guix-generation-list-diff, guix-generation-list-diff-manifests)
(guix-generation-list-ediff, guix-generation-list-ediff-manifests)
(guix-generation-list-diff-packages)
(guix-generation-list-ediff-packages)
(guix-generation-list-mark-delete, guix-generation-list-execute): Move
to "guix-ui-generation.el".
* emacs/guix.el: Remove.
(guix, guix-faces, guix-edit): Move to "guix-base.el".
(guix-list-single-package, guix-search-params, guix-search-history)
(guix-get-show-packages, guix-search-by-name, guix-search-by-regexp)
(guix-installed-packages, guix-obsolete-packages)
(guix-all-available-packages, guix-newest-available-packages): Move
to "guix-ui-package.el".
(guix-get-show-generations, guix-generations, guix-last-generations)
(guix-generations-by-time): Move to "guix-ui-generation.el".
* emacs.am (ELFILES): Remove "guix.el". Add "guix-ui-package.el" and
"guix-ui-generation.el".
* doc/emacs.texi (Emacs Appearance): Adjust accordingly.
2016-01-02 17:25:35 +03:00
Alex Kost
b1990426fd
emacs: Reorganize 'readers' code.
...
* emacs/guix-base.el (guix-graph-type-names, guix-refresh-updater-names)
(guix-lint-checker-names, guix-package-names): Move to...
* emacs/guix-read.el: ... here.
(guix-read-file-name, guix-define-reader, guix-define-readers): Move to...
* emacs/guix-utils.el: ... here.
2016-01-02 17:25:35 +03:00
Alex Kost
6c40b7b703
emacs: Generalize buffer interface.
...
Extract the code for defining buffer interface from "guix-base.el",
generalize it and move to "guix-buffer.el".
* emacs.am (ELFILES): Add "emacs/guix-buffer.el".
* emacs/guix-base.el (guix-profile, guix-entries, guix-buffer-type)
(guix-entry-type, guix-search-type, guix-search-vals, guix-set-vars)
(guix-get-symbol, guix-show-entries, guix-get-show-entries)
(guix-set-buffer, guix-history-call, guix-make-history-item)
(guix-get-params-for-receiving): Remove.
(guix-switch-to-buffer): Rename to 'guix-buffer-display' and move to
"guix-buffer.el".
(guix-get-entries): Rename to 'guix-ui-get-entries' and move to
"guix-ui.el".
(guix-buffer-data, guix-buffer-value, guix-buffer-param-title)
(guix-buffer-name, guix-buffer-history-size)
(guix-buffer-revert-confirm?, guix-buffer-map, guix-buffer-revert)
(guix-buffer-after-redisplay-hook, guix-buffer-redisplay)
(guix-buffer-redisplay-goto-button): Move to...
* emacs/guix-buffer.el: ... here. New file.
(guix-buffer-item): New variable.
(guix-buffer-with-item, guix-buffer-with-current-item)
(guix-buffer-define-current-item-accessor)
(guix-buffer-define-current-item-accessors)
(guix-buffer-define-current-args-accessor)
(guix-buffer-define-current-args-accessors): New macros.
(guix-buffer-get-entries, guix-buffer-mode-enable)
(guix-buffer-mode-initialize, guix-buffer-insert-entries)
(guix-buffer-show-entries-default, guix-buffer-show-entries)
(guix-buffer-message, guix-buffer-history-item, guix-buffer-set)
(guix-buffer-display-entries-current)
(guix-buffer-get-display-entries-current)
(guix-buffer-display-entries, guix-buffer-get-display-entries): New
procedures.
* emacs/guix-info.el: Adjust for the procedures renaming.
(guix-info-define-interface): Add ':show-entries-function' keyword.
* emacs/guix-list.el: Likewise.
* emacs/guix-ui.el (guix-ui-define-interface): Generate
'guix-ENTRY-TYPE-BUFFER-TYPE-get-entries' procedure based on
'guix-ui-get-entries'.
* emacs/guix.el (guix-get-show-packages, guix-get-show-generations):
Adjust for the procedures renaming.
2016-01-02 17:25:35 +03:00
Alex Kost
8103c22fea
emacs: info: Get rid of syntactic fontification.
...
* emacs/guix-info.el (guix-info-mode-initialize): New procedure. Set
'font-lock-defaults' to avoid syntactic fontification.
(guix-info-define-interface): Use it.
2016-01-02 17:25:35 +03:00
Alex Kost
8bff0c796e
emacs: Generalize buffer naming.
...
* emacs/guix-base.el (guix-buffer-name): New procedure.
(guix-buffer-define-interface): Make ':buffer-name' a required keyword.
(guix-update-after-operation, guix-buffer-name-function)
(guix-buffer-name-simple, guix-buffer-name-default, guix-buffer-name)
(guix-buffer-p, guix-buffers, guix-update-buffer)
(guix-update-buffers-maybe-after-operation): Adjust, move and rename to...
* emacs/guix-ui.el (guix-ui-update-after-operation)
(guix-ui-buffer-name-function, guix-ui-buffer-name-simple)
(guix-ui-buffer-name-default, guix-ui-buffer-name)
(guix-ui-buffer?, guix-ui-buffers, guix-ui-update-buffer)
(guix-ui-update-buffers-after-operation): ... this.
(guix-ui-define-interface): Generate
'guix-ENTRY-TYPE-BUFFER-TYPE-buffer-name' procedure and pass it as
':buffer-name' argument.
(guix-ui): New custom group.
* emacs/guix-info.el: Specify ':buffer-name' for the defined interfaces.
* emacs/guix-list.el: Likewise.
* doc/emacs.texi (Emacs Appearance): Adjust accordingly.
2016-01-02 17:25:35 +03:00
Alex Kost
7171d824d7
emacs: info: Buttonize package name heading.
...
* emacs/guix-info.el (guix-package-info-insert-heading): Insert
buttonized name specification.
2016-01-02 17:25:35 +03:00
Alex Kost
fc7a28897c
emacs: Improve messages for packages found by ID.
...
* emacs/guix-messages.el (guix-message-packages-by-id): New procedure.
(guix-messages): Use it.
2016-01-02 17:25:35 +03:00
Alex Kost
87fe9ecae5
emacs: Generalize buffer reverting.
...
This is a partial revert of commit d2b299a91f .
* emacs/guix-base.el (guix-revert-buffer): Make it more general by
removing the code specific to a particular search (a search for
packages/outputs by ID). Rename to...
(guix-buffer-revert): ... this.
2016-01-02 17:25:35 +03:00
Alex Kost
819518d15a
emacs: Generalize buffer redisplaying.
...
* emacs/guix-base.el (guix-buffer-after-redisplay-hook): New variable.
(guix-redisplay-buffer): Use it. Remove all arguments and the code
for moving point to the next button. Rename to...
(guix-buffer-redisplay): ... this.
(guix-buffer-redisplay-goto-button): New procedure.
* emacs/guix-info.el (guix-package-info-show-source): Use it. Adjust
accordingly.
(guix-package-info-redisplay-after-download): Likewise.
2016-01-02 17:25:35 +03:00
Alex Kost
e40b3c33f4
emacs: Split 'guix-root-map' keymap.
...
* emacs/guix-base.el: (guix-root-map): Split into...
(guix-buffer-map): ... this and...
* emacs/guix-ui.el (guix-ui-map): ... this.
(guix-ui-define-interface): Generate
'guix-ENTRY-TYPE-BUFFER-TYPE-mode-map' keymaps inheriting them from
'guix-ui-map' and 'guix-BUFFER-TYPE-mode-map'.
* emacs/guix-info.el (guix-info-mode-map): Use 'guix-buffer-map'.
* emacs/guix-list.el (guix-list-mode-map): Likewise.
* doc/emacs.texi (Emacs Keymaps): Document new keymaps.
2016-01-02 17:25:35 +03:00
Alex Kost
c8e2666a8a
emacs: Add wrappers for 'history-size' and 'revert-confirm'.
...
* emacs/guix-base.el (guix-buffer-history-size): New procedure.
(guix-buffer-define-interface): Use it in the mode definition.
(guix-buffer-revert-confirm?): New procedure.
(guix-revert-buffer): Use it.
2016-01-02 17:25:35 +03:00
Alex Kost
574f6727b0
emacs: Split 'guix-param-titles' variable.
...
Generate 'guix-ENTRY-TYPE-BUFFER-TYPE-titles' variables for each
ENTRY-TYPE and BUFFER-TYPE instead.
* emacs/guix-base.el (guix-param-titles): Remove.
(guix-buffer-data): New variable.
(guix-buffer-value, guix-buffer-param-title): New procedures.
(guix-buffer-define-interface): Add ':titles' keyword.
* emacs/guix-info.el (guix-info-param-title): Adjust accordingly.
* emacs/guix-list.el (guix-list-param-title): Likewise.
(guix-list-column-titles): Remove.
* doc/emacs.texi (Emacs Appearance): Adjust accordingly.
2016-01-02 17:25:35 +03:00
Alex Kost
9193fb7c1d
emacs: info: Split 'guix-info-format' variable.
...
* emacs/guix-info.el: Generate 'guix-ENTRY-TYPE-info-format' variables
for 'package', 'installed-output', 'output' and 'generation' entry
types.
(guix-info-format): Remove.
(guix-info-data): New variable.
(guix-info-value): New procedure.
(guix-info-define-interface): Add ':format' keyword.
* emacs/guix-base.el (guix-buffer-define-interface): Add ':reduced?'
keyword.
* doc/emacs.texi (Emacs Appearance): Adjust accordingly.
2016-01-02 17:25:35 +03:00
Alex Kost
7735c503b5
emacs: Factorize macros for defining interfaces.
...
Make a root 'guix-buffer-define-interface' macro. It should generate a
common code for any type of interface. Inherit 'guix-info-define-interface'
and 'guix-list-define-interface' from it. They should provide a general
'info'/'list' interface for any data. Finally, make
'guix-ui-define-interface' for the common code for interfaces to Guix
packages and generations, and inherit 'guix-ui-info-define-interface' and
'guix-ui-list-define-interface' from it.
* emacs/guix-base.el (guix-define-buffer-type): Rename to...
(guix-buffer-define-interface): ... this. Rename internal
variables ('buf-' -> 'buffer-'). Move ':required' keyword to
'guix-ui-define-interface'.
* emacs/guix-info.el (guix-info-define-interface): New macro.
(guix-info-font-lock-keywords): New variable.
* emacs/guix-list.el (guix-list-define-entry-type): Rename to...
(guix-list-define-interface): ... this.
(guix-list-font-lock-keywords): New variable.
(guix-list-describe-ids): Move and rename to...
* emacs/guix-ui.el: New file.
(guix-ui-list-describe): ... this.
(guix-ui-define-interface, guix-ui-info-define-interface)
(guix-ui-list-define-interface): New macros.
(guix-ui-font-lock-keywords): New variable.
* emacs.am (ELFILES): Add "emacs/guix-ui.el"
2016-01-02 17:25:35 +03:00
Alex Kost
2c7ed388cf
emacs: info: Generalize inserting and formatting.
...
* emacs/guix-info.el: Use a more flexible format for inserting any data.
(guix-info-ignore-empty-vals): Rename to...
(guix-info-ignore-empty-values): ... this.
(guix-info-insert-methods): Merge this and...
(guix-info-displayed-params): ... this into...
(guix-info-format): ... this. Change format specifications.
(guix-info-title-aliases, guix-info-value-aliases): New variables.
(guix-info-displayed-params): Adjust for the new format.
(guix-info-insert-entry): Likewise.
(guix-package-info-fill-heading): Replace with...
(guix-info-fill): ... this.
(guix-info-insert-param): Replace with...
(guix-info-insert-entry-unit): ... this.
(guix-info-insert-title-default): Replace with...
(guix-info-insert-title-format): ... this.
(guix-info-insert-val-default): Replace with...
(guix-info-insert-value-format): ... this.
(guix-info-insert-val-simple): Replace with...
(guix-info-insert-value-indent): ... this.
(guix-package-info-insert-source): Adjust accordingly.
(guix-package-info-insert-heading): Insert only name and version.
(guix-package-info-define-insert-inputs): Do not generate
'guix-package-info-insert-ENTRY-TYPE-inputs' procedures.
(guix-info-fill-column, guix-info-insert-entry-default)
(guix-info-method-funcall, guix-info-insert-file-path)
(guix-info-insert-url, guix-info-insert-package-function)
(guix-info-insert-installed-function)
(guix-info-insert-output-function)
(guix-info-insert-generation-function)
(guix-package-info-heading-params)
(guix-package-info-insert-with-heading)
(guix-package-info-insert-description)
(guix-package-info-insert-location)
(guix-package-info-insert-full-names)
(guix-package-info-insert-source-url): Remove.
(guix-info-fill-column, guix-info-param-title)
(guix-info-title-function, guix-info-value-function)
(guix-info-title-method->function)
(guix-info-value-method->function)
(guix-info-insert-value-simple): New procedures.
* emacs/guix-utils.el (guix-buttonize, guix-button-type?): New
procedures.
(guix-split-string): Split multi-line strings and ignore empty lines.
* doc/emacs.texi (Emacs Appearance): Adjust accordingly.
2016-01-02 17:25:35 +03:00
Alex Kost
25d2fe8bef
emacs: list: Factorize "edit package" commands.
...
* emacs/guix-list.el: Use separate edit commands instead of a single one.
(guix-list-for-each-line, guix-list-edit-package): Remove.
(guix-package-list-edit, guix-output-list-edit): New procedures.
(guix-package-list-mode-map, guix-output-list-mode-map): Use them.
2016-01-02 17:25:35 +03:00
Alex Kost
cf910ceffc
emacs: list: Split 'guix-list-format' variable.
...
* emacs/guix-list.el: Generate 'guix-ENTRY-TYPE-list-format' variables
for 'package', 'output' and 'generation' entry types.
(guix-list-format): Remove.
(guix-list-define-entry-type): Add ':format' keyword.
* doc/emacs.texi (Emacs Appearance): Adjust accordingly.
2016-01-02 17:25:35 +03:00
Alex Kost
78fdbdc033
emacs: list: Add 'guix-list-mode-initialize'.
...
* emacs/guix-list.el (guix-list-mode-initialize): New procedure.
(guix-list-define-entry-type): Use it.
2016-01-02 17:25:35 +03:00
Alex Kost
649df66705
emacs: list: Generalize 'sort-key' code.
...
* emacs/guix-list.el (guix-list-sort-key): New procedure.
(guix-list-tabulated-sort-key): Use it.
(guix-list-define-entry-type): Generate
'guix-ENTRY-TYPE-list-sort-key' variables.
2016-01-02 17:25:35 +03:00
Alex Kost
7b31510f26
emacs: list: Generalize 'describe' code.
...
* emacs/guix-list.el (guix-list-describe-warning-count): Remove variable.
(guix-list-define-entry-type): Generate
'guix-ENTRY-TYPE-list-describe-warning-count' and
'guix-ENTRY-TYPE-list-describe-function' variables.
(guix-list-describe-maybe): Remove. Move the code...
(guix-list-describe): ... here.
(guix-list-describe-warning-count, guix-list-describe-entries)
(guix-list-describe-ids): New procedures.
(guix-output-list-describe): Adjust accordingly.
(guix-list-mode-map): Bind "i" key to 'guix-list-describe'.
(guix-generation-list-mode-map): Remove "i" key.
2016-01-02 17:25:35 +03:00
Alex Kost
f768e4b387
emacs: list: Generalize 'marks' code.
...
* emacs/guix-list.el (guix-list-mark-alist): Rename to...
(guix-list-marks): ... this
(guix-list-data, guix-list-default-marks): New variables.
(guix-list-value, guix-list-additional-marks, guix-list-marks): New
procedures.
(guix-list-define-entry-type): Adjust accordingly.
2016-01-02 17:25:35 +03:00
Alex Kost
d9c9f9a515
emacs: Add 'guix-alist-put'.
...
* emacs/guix-utils.el (guix-alist-put, guix-alist-put-1)
(guix-alist-put!): New procedures.
2016-01-02 17:25:35 +03:00
Alex Kost
4ba476f949
emacs: Add 'guix-keyword-args-let'.
...
* emacs/guix-utils.el (guix-keyword-args-let): New macro.
(guix-utils-font-lock-keywords): Add it.
* emacs/guix-base.el (guix-define-buffer-type): Use it.
* emacs/guix-list.el (guix-list-define-entry-type): Use it.
* emacs/guix-read.el (guix-define-readers): Use it.
2016-01-02 17:25:35 +03:00
Alex Kost
376af769f9
emacs: list: Configure format in one place.
...
* emacs/guix-list.el: (guix-list-column-format): Merge this and...
(guix-list-column-value-methods): ... this into...
(guix-list-format): ... this. New variable.
(guix-list-tabulated-vector): Adjust accordingly.
(guix-list-tabulated-format): Likewise.
(guix-list-tabulated-entry): Likewise.
* doc/emacs.texi (Emacs Appearance): Likewise.
2016-01-02 17:25:35 +03:00
Alex Kost
0b9cd3206a
emacs: Rename internal procedures.
...
* emacs/guix-list.el (guix-list-get-param-title): Rename to...
(guix-list-param-title): ... this.
(guix-list-get-column-format): Rename to...
(guix-list-format): ... this.
(guix-list-get-displayed-params): Rename to...
(guix-list-displayed-params): ... this.
(guix-list-get-sort-key): Rename to...
(guix-list-tabulated-sort-key): ... this.
(guix-list-make-tabulated-vector): Rename to...
(guix-list-tabulated-vector): ... this.
(guix-list-get-list-format): Rename to...
(guix-list-tabulated-format): ... this.
(guix-list-get-tabulated-entries): Rename to...
(guix-list-tabulated-entries): ... this.
(guix-list-get-tabulated-entry): Rename to...
(guix-list-tabulated-entry): ... this.
* emacs/guix-info.el (guix-info-get-displayed-params): Rename to...
(guix-info-displayed-params): ... this.
* emacs/guix-base.el (guix-get-params-for-receiving): Adjust
accordingly.
(guix-get-name-spec): Rename to...
(guix-package-name-specification): ... this.
(guix-get-full-name): Merge this and...
(guix-entry-to-specification): ... this into...
(guix-package-entry->name-specification): ... this.
(guix-get-installed-outputs): Rename to...
(guix-package-installed-outputs): ... this.
(guix-get-package-id-and-output-by-output-id): Rename to...
(guix-package-id-and-output-by-output-id): ... this.
2016-01-02 17:25:35 +03:00
Alex Kost
e86a43d471
emacs: list: Generate numerical sort predicates.
...
* emacs/guix-list.el: Generate predicates to sort tabulated list
columns numerically.
(guix-list-define-numerical-sorter)
(guix-list-define-numerical-sorters): New macros
(guix-list-column-format): Use 'guix-list-sort-numerically-0' for
generation "Number" column.
2016-01-02 17:25:35 +03:00
Alex Kost
ceea647c72
emacs: Simplify defining parameter titles.
...
* emacs/guix-utils.el (guix-symbol-title): New procedure.
* emacs/guix-base.el (guix-get-param-title): Use it.
(guix-param-titles): Remove most titles as they are automatically
defined by 'guix-symbol-title'.
2016-01-02 17:25:35 +03:00
Alex Kost
73ce3c19c4
emacs: Add API for 'guix-entry'.
...
* emacs/guix-info.el: Use new entry procedures.
* emacs/guix-list.el: Likewise.
* emacs/guix-base.el: Likewise.
(guix-get-entry-by-id): Move and rename to ...
* emacs/guix-entry.el (guix-entry-by-id): ...this. New file.
(guix-entry-value, guix-entry-id, guix-entries-by-ids)
(guix-replace-entry): New procedures.
* emacs.am (ELFILES): Add new file.
2016-01-02 17:25:35 +03:00
Alex Kost
36c00c61fa
emacs: Add 'guix-with-indent'.
...
* emacs/guix-utils.el (guix-with-indent): New macro.
(guix-memoized-font-lock-keywords): Rename to...
(guix-utils-font-lock-keywords): ... this. Add it.
* emacs/guix-info.el (guix-info-insert-entry-default): Use it.
2016-01-02 17:25:35 +03:00
Alex Kost
778437ed9f
emacs: Use "cl-list*" instead of "apply #'list".
...
* emacs/guix-command.el (guix-run-view-build-log): Use cl-list*.
(guix-run-view-size-map): Likewise.
* emacs/guix-external.el (guix-dot-arguments): Likewise.
2016-01-02 17:25:35 +03:00
Erik Edrosa
b989390889
gnu: Add python-markdown.
...
* gnu/packages/python.scm (python-markdown, python2-markdown): New
variables.
Signed-off-by: Leo Famulari <leo@famulari.name >
2016-01-02 00:07:29 -05:00
宋文武
05d48c5243
gnu: love: Update to 0.10.0.
...
* gnu/packages/game-development.scm (love): Update to 0.10.0.
2016-01-02 10:31:53 +08:00
Ludovic Courtès
319007c507
gnu: guile-ssh: Update to 0.9.0.
...
* gnu/packages/ssh.scm (guile-ssh): Update to 0.9.0.
2016-01-01 22:59:20 +01:00
Ludovic Courtès
f453f637d5
system: Allow the root file system to be named by UUID.
...
* gnu/build/file-systems.scm (canonicalize-device-spec)[canonical-title]:
Use 'string->uuid' to check whether SPEC is a UUID.
When SPEC is a string and CANONICAL-TITLE is 'uuid, call 'string->uuid'.
* gnu/system.scm (operating-system-grub.cfg): Add 'root-device'
variable and use it for the "--root=" argument.
2016-01-01 22:50:26 +01:00
Ludovic Courtès
f8865db6a0
file-systems: Move 'string->uuid' to the build side.
...
* gnu/system/file-systems.scm (%uuid-rx, string->uuid): Move to...
* gnu/build/file-systems.scm (%uuid-rx, string->uuid): ... here. New
variables.
2016-01-01 22:41:35 +01:00
Ludovic Courtès
29824d80ec
system: Allow the root file system to have a UUID.
...
This is a followup to ab64483 .
* gnu/system.scm (mapped-device-user): Check whether the title of FS is
'device before calling 'string=?'.
* gnu/system/vm.scm (virtualized-operating-system)[user-file-systems]:
Likewise.
2016-01-01 22:34:13 +01:00
Ludovic Courtès
daa8922abc
doc: Mention how to verify signatures.
...
* doc/guix.texi (Binary Installation): Be more precise about signature
verification. Suggested by Carl Hansen <carlhansen1234@gmail.com >.
2016-01-01 19:01:05 +01:00
Ludovic Courtès
e80d2555f5
gnu: findutils: Update to 4.6.0.
...
* gnu/packages/patches/findutils-absolute-paths.patch: Remove.
* gnu/packages/patches/findutils-test-xargs.patch: New file.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/base.scm (findutils): Update to 4.6.0. Remove
'findutils-absolute-paths.patch' and add 'findutils-test-xargs.patch'.
2016-01-01 01:05:06 +01:00
Ludovic Courtès
7165a91c7d
build-system/gnu: Use the long option name for deterministic archives.
...
This is a followup to 3eb34c6.
* guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Use
"--enable-deterministic-archives" instead of "-D" to work around
Binutils bug <https://sourceware.org/bugzilla/show_bug.cgi?id=17671 >.
* guix/build/gnu-build-system.scm (strip): Likewise.
2016-01-01 00:49:05 +01:00
Fabian Harfert
45147b0caa
gnu: Add xaos.
...
* gnu/packages/maths.scm (xaos): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com >
2015-12-31 11:29:43 +03:00
Leo Famulari
658212ebf7
gnu: Move cursynth to (gnu packages music).
...
* gnu/packages/cursynth.scm: Remove.
* gnu/packages/music.scm (cursynth): New variable, from cursynth.scm.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove cursynth.scm.
2015-12-30 21:26:05 -05:00
Leo Famulari
2ef8bbc3ae
gnu: libcue: Update source URL.
...
* gnu/packages/cdrom.scm (libcue)[source]: Update URL.
2015-12-30 19:59:58 -05:00
Efraim Flashner
34da7af4c1
gnu: python-mox3: Update to 0.13.0.
...
* gnu/packages/openstack.scm (python-mox3): Update to 0.13.0.
2015-12-30 23:16:09 +02:00
Efraim Flashner
13fcc6df37
gnu: python-fixtures: Update to 1.4.0.
...
* gnu/packages/python.scm (python-fixtures): Update to 1.4.0.
2015-12-30 23:16:09 +02:00
Efraim Flashner
af1ab77312
gnu: python-pyld: Update to 0.6.8.
...
* gnu/packages/python.scm (python-pyld): Update to 0.6.8.
2015-12-30 23:16:09 +02:00
Efraim Flashner
1780424035
gnu: python-virtualenv: Update to 13.1.2.
...
* gnu/packages/python.scm (python-virtualenv): Update to 13.1.2.
[arguments]: Custom test command.
[inputs]: Remove python-nose, add python-pytest.
2015-12-30 23:16:09 +02:00
Efraim Flashner
ec89a25cad
gnu: python-oslosphinx: Update to 4.2.0.
...
* gnu/packages/openstack.scm (python-oslosphinx): Update to 4.2.0.
2015-12-30 23:16:09 +02:00
Efraim Flashner
f66bb273de
gnu: python-oslo.serialization: Update to 2.2.0.
...
* gnu/packages/openstack.scm (python-oslo.serialization): Update to 2.2.0.
2015-12-30 23:16:09 +02:00
Efraim Flashner
4768988887
gnu: python-os-testr: Update to 0.5.0.
...
* gnu/packages/openstack.scm (python-os-testr): Update to 0.5.0.
2015-12-30 23:16:09 +02:00
Efraim Flashner
45f4c28d80
gnu: python-stevedore: Update to 1.10.0.
...
* gnu/packages/openstack.scm (python-stevedore): Update to 1.10.0.
2015-12-30 23:16:09 +02:00
Efraim Flashner
622d21bba9
gnu: python-tempest-lib: Update to 0.12.0.
...
* gnu/packages/openstack.scm (python-tempest-lib): Update to 0.12.0.
2015-12-30 23:16:09 +02:00
Efraim Flashner
690e8c6637
gnu: python-passlib: Update to 1.6.5.
...
* gnu/packages/python.scm (python-passlib): Update to 1.6.5.
2015-12-30 23:16:09 +02:00
Efraim Flashner
03fd001cef
gnu: python-libarchive-c: Update to 2.2.
...
* gnu/packages/python.scm (python-libarchive-c): Update to 2.2.
2015-12-30 23:16:09 +02:00
Efraim Flashner
99b00dc796
gnu: python-tlsh: Update to 3.4.4.
...
* gnu/packages/python.scm (python-tlsh): Update to 3.4.4.
2015-12-30 23:16:09 +02:00
Efraim Flashner
b8834c219e
gnu: python-webob: Update to 1.5.1.
...
* gnu/packages/python.scm (python-webob): Update to 1.5.1.
2015-12-30 23:16:09 +02:00
Efraim Flashner
1b99553317
gnu: python-flake8: Update to 2.5.1.
...
* gnu/packages/python.scm (python-flake8): Update to 2.5.1.
2015-12-30 23:16:09 +02:00
Efraim Flashner
2abc397225
gnu: python-pyflakes: Update to 1.0.0.
...
* gnu/packages/python.scm (python-pyflakes): Update to 1.0.0.
2015-12-30 23:16:09 +02:00
Efraim Flashner
3655ee76a6
gnu: python-pyzmq: Update to 15.1.0.
...
* gnu/packages/python.scm (python-pyzmq): Update to 15.1.0.
2015-12-30 23:16:09 +02:00
Efraim Flashner
f56777be0a
gnu: python-psutil: Update to 3.3.0.
...
* gnu/packages/python.scm (python-psutil): Update to 3.3.0.
2015-12-30 23:16:09 +02:00
Efraim Flashner
38eb6919e1
gnu: python-pycparser: Update to 2.14.
...
* gnu/packages/python.scm (python-pycparser): Update to 2.14.
2015-12-30 23:16:09 +02:00
Efraim Flashner
d9aa097b96
gnu: python-pyrfc3339: Update to 1.0.
...
* gnu/packages/python.scm (python-pyrfc3339): Update to 1.0.
2015-12-30 23:16:09 +02:00
Efraim Flashner
f7cb984133
gnu: python-nose: Update to 1.3.7.
...
* gnu/packages/python.scm (python-nose): Update to 1.3.7.
2015-12-30 23:16:09 +02:00
Efraim Flashner
ec3bcbc7e4
gnu: python-rpy2: Update to 2.7.6.
...
* gnu/packages/python.scm (python-rpy2): Update to 2.7.6.
2015-12-30 23:16:09 +02:00
Efraim Flashner
11f97c27bc
gnu: pelican: Update to 3.6.3.
...
* gnu/packages/python.scm (pelican): Update to 3.6.3.
2015-12-30 23:16:09 +02:00
Efraim Flashner
e98149b3a4
gnu: python-jinja2: Update to 2.8.
...
* gnu/packages/python.scm (python-jinja2): Update to 2.8.
2015-12-30 23:16:09 +02:00
Efraim Flashner
8925d4f345
gnu: python-unidecode: Update to 0.04.18.
...
* gnu/packages/python.scm (python-unidecode): Update to 0.04.18.
2015-12-30 23:16:09 +02:00
Efraim Flashner
7fb9ff4dea
gnu: python-blinker: Update to 1.4.
...
* gnu/packages/python.scm (python-blinker): Update to 1.4.
2015-12-30 23:16:09 +02:00
Efraim Flashner
c2a9c1c0bc
gnu: python-dateutil: Update to 2.4.2.
...
* gnu/packages/python.scm (python-dateutil): Update to 2.4.2.
2015-12-30 23:16:09 +02:00
Efraim Flashner
2c3d13fe1b
gnu: isync: Update to 1.2.1.
...
* gnu/packages/mail.scm (isync): Update to 1.2.1.
2015-12-30 23:16:09 +02:00
Efraim Flashner
aadf46253a
gnu: getmail: Update to 4.48.0.
...
* gnu/packages/mail.scm (getmail): Update to 4.48.0.
2015-12-30 23:16:09 +02:00
Efraim Flashner
866fade9e5
gnu: notmuch: Update to 0.21.
...
* gnu/packages/mail.scm (notmuch): Update to 0.21.
2015-12-30 23:16:09 +02:00
Efraim Flashner
70e9d258c4
gnu: youtube-dl: Update to 2015.12.29.
...
* gnu/packages/video.scm (youtube-dl): Update to 2015.12.29.
2015-12-30 23:16:09 +02:00
Efraim Flashner
31e98ca63f
gnu: offlineimap: Update to 6.6.1.
...
* gnu/packages/mail.scm (offlineimap): Update to 6.6.1.
2015-12-30 23:16:09 +02:00
Ricardo Wurmus
3d5fd24090
gnu: Add Fritzing.
...
* gnu/packages/engineering.scm (fritzing): New variable.
2015-12-30 20:41:33 +01:00
Ricardo Wurmus
b7fa2f9321
licenses: Add CC BY SA 3.0.
...
* guix/licenses.scm (cc-by-sa3.0): New variable.
2015-12-30 20:41:33 +01:00
Ludovic Courtès
0084aaf3d4
gnu: Add lcov.
...
* gnu/packages/code.scm (lcov): New variable.
2015-12-30 19:14:04 +01:00
Alex Vong
0c1910ed03
gnu: ladspa: Update URLs.
...
* gnu/packages/audio.scm (ladspa): Update source and home page url.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-12-30 18:18:38 +01:00
Ludovic Courtès
223d793903
guix build: Augment %PATCH-PATH when -L is passed.
...
Fixes <http://bugs.gnu.org/22259 >.
Reported by Nikolay Merinov <nikolay.merinov@member.fsf.org >.
* guix/scripts/build.scm (%standard-build-options) <-L>: Augment
%PATCH-PATH.
* tests/guix-package.sh: Add test.
2015-12-30 18:15:54 +01:00
Ludovic Courtès
7a57c96a10
daemon: Build in /tmp/guix-build-*.
...
* nix/libstore/build.cc (DerivationGoal::startBuilder): Use "guix-build"
instead of "nix-build" for TMPDIR.
* doc/guix.texi (Build Environment Setup): Adjust accordingly.
2015-12-30 18:01:01 +01:00
Andreas Enge
f95dad899b
gnu: texlive: Patch texmfcnf.lua.
...
* gnu/packages/texlive.scm (texlive): Patch texmfcnf.lua to point to the
absolute texlive-texmf tree.
2015-12-30 11:24:26 +01:00
Mark H Weaver
826244f01a
gnu: fuse: Fix source URI.
...
This is a followup to commit b7e7d1b9d3 .
* gnu/packages/linux.scm (fuse)[source]: Fix source URI.
2015-12-29 22:25:02 -05:00
Ben Woodcroft
19f4554c94
gnu: Add fraggenescan.
...
* gnu/packages/bioinformatics.scm (fraggenescan): New variable.
2015-12-29 20:14:03 -05:00
Leo Famulari
6819a8ddd6
gnu: Add shntool.
...
* gnu/packages/audio.scm (shntool): New variable.
2015-12-29 19:55:21 -05:00
Leo Famulari
6da16993eb
gnu: Add cuetools.
...
* gnu/packages/audio.scm (cuetools): New variable.
2015-12-29 19:55:21 -05:00
Ludovic Courtès
20b978192e
daemon: Remove unused 'RemoteStore' class.
...
* nix/libstore/remote-store.cc, nix/libstore/remote-store.hh: Remove.
* nix/libstore/store-api.cc (readStorePath, readStorePaths): New
functions, formerly in remote-store.cc.
(openStore): Remove reference to 'RemoteStore'.
* daemon.am (libstore_a_SOURCES): Remove remote-store.cc.
(libstore_headers): Remote remote-store.hh.
2015-12-30 01:20:41 +01:00
Efraim Flashner
11afbbc651
gnu: enlightenment: Update to 0.20.2.
...
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.2.
2015-12-29 22:52:20 +02:00
Leo Famulari
6959a13271
gnu: sshfs-fuse: Update source URL.
...
* gnu/packages/linux.scm (sshfs-fuse)[source]: Update URL.
2015-12-29 14:20:55 -05:00
Leo Famulari
b7e7d1b9d3
gnu: fuse: Update to 2.9.4.
...
* gnu/packages/patches/fuse-CVE-2015-3202.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (fuse): Update to 2.9.4.
[source]: Remove patch.
2015-12-29 14:20:55 -05:00
Efraim Flashner
c7d0bf0071
gnu: youtube-dl: Update to 2015.12.23.
...
* gnu/packages/video.scm (youtube-dl): Update to 2015.12.23.
2015-12-29 09:33:10 +02:00
Ricardo Wurmus
6da2e99e2e
gnu: tuxguitar: Set missing GCJFLAGS.
...
* gnu/packages/music.scm (tuxguitar)[arguments]: Set compiler flags
"-fsource=1.4" and "-fPIC".
2015-12-29 07:52:19 +01:00
Ricardo Wurmus
5f1c949866
gnu: tuxguitar: Use "modify-phases" syntax.
...
* gnu/packages/music.scm (tuxguitar)[arguments]: Use "modify-phases"
syntax.
2015-12-29 07:52:19 +01:00
Leo Famulari
c1ff0f2fed
gnu: irssi: Update source URL.
...
* gnu/packages/irssi.scm (irssi)[source]: Update URL.
2015-12-27 17:39:03 -05:00
Efraim Flashner
85d42329b3
gnu: elementary: Update to 1.16.1.
...
* gnu/packages/enlightenment.scm (elementary): Update to 1.16.1.
2015-12-27 15:33:20 +02:00
Efraim Flashner
c1a064c96e
gnu: efl: Update to 1.16.1.
...
* gnu/packages/enlightenment.scm (efl): Update to 1.16.1.
2015-12-27 14:44:29 +02:00
Efraim Flashner
e21338bec5
gnu: python-decorator: Update to 4.0.6.
...
* gnu/packages/python.scm (python-decorator): Update to 4.0.6.
2015-12-26 23:10:53 +02:00
Efraim Flashner
2a2d098195
gnu: python-exif-read: Update to 2.1.2.
...
* gnu/packages/python.scm (python-exif-read): Update to 2.1.2.
2015-12-26 23:10:53 +02:00
Efraim Flashner
82a3c582a3
gnu: python-coverage: Update to 4.0.3.
...
* gnu/packages/python.scm (python-coverage): Update to 4.0.3.
2015-12-26 23:10:53 +02:00
Efraim Flashner
9f44228512
gnu: python-pygments: Update to 2.0.2.
...
* gnu/packages/python.scm (python-pygments): Update to 2.0.2.
2015-12-26 23:10:53 +02:00
Efraim Flashner
2d3a437c79
gnu: python-cffi: Update to 1.4.2.
...
* gnu/packages/python.scm (python-cffi): Update to 1.4.2.
2015-12-26 23:10:53 +02:00
Efraim Flashner
71c8a804b9
gnu: python-py: Update to 1.4.31.
...
* gnu/packages/python.scm (python-py): Update to 1.4.31.
2015-12-26 23:10:53 +02:00
Leo Famulari
b8ae816b0e
gnu: tinyproxy: Update source URL.
...
* gnu/packages/web.scm (tinyproxy)[source]: Update URL.
2015-12-26 11:47:42 -05:00
Leo Famulari
4beb9f3a3b
gnu: zsh: Add alternate source URL.
...
* gnu/packages/zsh.scm (zsh)[source]: Add alternate URL.
2015-12-26 11:26:57 -05:00
Leo Famulari
7b10135386
gnu: znc: Update to 1.6.2.
...
* gnu/packages/messaging.scm (znc): Update to 1.6.2.
2015-12-26 11:24:55 -05:00
Leo Famulari
eb2371bcdd
gnu: znc: Update source URL.
...
* gnu/packages/messaging.scm (znc)[source]: Update URL.
2015-12-26 11:24:55 -05:00
Mark H Weaver
ce755b609d
gnu: libpng: Update to 1.5.26 [fixes CVE-2015-8472 and CVE-2015-8540].
...
* gnu/packages/image.scm (libpng): Update to 1.5.26.
2015-12-26 11:01:01 -05:00
Efraim Flashner
fe08b6e1eb
gnu: gdk-pixbuf: Update to 2.32.3. (fixes CVE-2015-4491)
...
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.32.3.
2015-12-26 11:01:01 -05:00
Efraim Flashner
4d6b8da717
gnu: cups-filters: Update to 1.4.0. (fixes CVE-2015-8560)
...
* gnu/packages/cups.scm (cups-filters): Update to 1.4.0.
2015-12-26 11:01:01 -05:00
Leo Famulari
75bae747cc
gnu: xlockmore: Update to 5.46.
...
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.46.
2015-12-26 02:22:20 -05:00
Leo Famulari
20c043587a
gnu: xlockmore: Add alternate URL.
...
* gnu/packages/xdisorg.scm (xlockmore)[source]: Add alternate URL.
2015-12-26 02:17:46 -05:00
Leo Famulari
d642053386
gnu: wmctrl: Update source URL.
...
* gnu/packages/xdisorg.scm (wmctrl)[source]: Update URL.
2015-12-26 01:55:14 -05:00
Leo Famulari
3759bfad32
gnu: colordiff: Update to 1.0.16.
...
* gnu/packages/patchutils.scm (colordiff): Update to 1.0.16.
2015-12-26 00:10:32 -05:00
Leo Famulari
8d479d27ca
gnu: colordiff: Update source URL.
...
* gnu/packages/patchutils.scm (colordiff)[source]: Update URL.
2015-12-26 00:10:09 -05:00
Leo Famulari
97a79b19d1
gnu: opus-tools: Update source URL.
...
* gnu/packages/xiph.sch (opus-tools)[source]: Update URL.
2015-12-26 00:00:21 -05:00
Leo Famulari
5b0bcecdd1
gnu: moreutils: Update to 0.57.
...
* gnu/packages/moreutils.scm (moreutils): Update to 0.57.
2015-12-25 23:59:26 -05:00
Leo Famulari
d4ec43392b
gnu: lynx: Update source URL.
...
* gnu/packages/lynx.scm (lynx)[source]: Update URL.
2015-12-25 23:58:33 -05:00
Leo Famulari
4150ac88bc
gnu: libsodium: Add alternate URL.
...
* gnu/packages/crypto.scm (libsodium)[source]: Add alternate URL.
2015-12-25 23:56:15 -05:00
Leo Famulari
8fa16f63e7
gnu: libev: Update source URL.
...
* gnu/packages/libevent.scm (libev)[source]: Update URL.
2015-12-25 23:51:08 -05:00
Leo Famulari
8f26f23926
gnu: hevea: Update URL.
...
* gnu/packages/ocaml.scm (hevea)[source]: Update URL.
2015-12-25 23:46:55 -05:00
Leo Famulari
513f8ab4f3
gnu: exim: Update to 4.86.
...
* gnu/packages/mail.scm (exim): Update to 4.86.
2015-12-25 23:42:17 -05:00
Leo Famulari
fc6fdc05cb
gnu: exim: Add alternate URL.
...
* gnu/packages/mail.scm (exim)[source]: Add alternate URL.
2015-12-25 23:42:17 -05:00
Leo Famulari
e1921a384c
gnu: eudev: Update home-page URL.
...
* gnu/packages/linux.scm (eudev)[home-page]: Add up-to-date URL.
2015-12-25 23:40:32 -05:00
Leo Famulari
38fa30eb95
guix package: Fix typo in comment.
...
* guix/scripts/package.scm: Fix typo.
2015-12-25 23:36:42 -05:00
Ricardo Wurmus
9625029401
gnu: Add Bristol.
...
* gnu/packages/music.scm (bristol): New variable.
2015-12-24 19:39:17 +01:00
Ricardo Wurmus
398abcf81a
gnu: lilypond: Update to 2.19.33.
...
* gnu/packages/music.scm (lilypond): Update to 2.19.33.
2015-12-24 10:10:40 +01:00
Ricardo Wurmus
409be57b09
gnu: lilypond: Build info pages with images.
...
* gnu/packages/music.scm (lilypond)[arguments]: Set "conf" and "out" to
"www"; rename phase "hardcode-path-to-gs" to "fix-path-references";
fix reference to "/bin/sh"; add phase "install-info".
2015-12-24 10:10:40 +01:00
Ricardo Wurmus
c493679f9a
gnu: Add Yoshimi.
...
* gnu/packages/music.scm (yoshimi): New variable.
2015-12-24 10:10:40 +01:00
Ricardo Wurmus
6a91494898
gnu: Add XML::Compile::WSDL11.
...
* gnu/packages/xml.scm (perl-xml-compile-wsdl11): New variable.
2015-12-24 10:10:40 +01:00
Ricardo Wurmus
baeab9b8b9
gnu: Add XML::Compile::SOAP.
...
* gnu/packages/xml.scm (perl-xml-compile-soap): New variable.
2015-12-24 10:10:40 +01:00
Ricardo Wurmus
c1d41b5df3
gnu: Add XML::Compile::Cache.
...
* gnu/packages/xml.scm (perl-xml-compile-cache): New variable.
2015-12-24 10:10:40 +01:00
Ricardo Wurmus
f7c4dc2f55
gnu: Add XML::LibXML::Simple.
...
* gnu/packages/xml.scm (perl-xml-libxml-simple): New variable.
2015-12-24 10:10:40 +01:00
Ricardo Wurmus
8aad646637
gnu: Add File::Slurp::Tiny.
...
* gnu/packages/perl.scm (perl-file-slurp-tiny): New variable.
2015-12-24 10:10:40 +01:00
Ricardo Wurmus
a05996e000
gnu: Add HTML::Template.
...
* gnu/packages/web.scm (perl-html-template): New variable.
2015-12-24 10:10:40 +01:00
Ricardo Wurmus
b494a5f1bd
gnu: Add XML::Compile.
...
* gnu/packages/xml.scm (perl-xml-compile): New variable.
2015-12-24 10:10:40 +01:00
Ricardo Wurmus
649e1676bc
gnu: Add XML::Compile::Tester.
...
* gnu/packages/xml.scm (perl-xml-compile-tester): New variable.
2015-12-24 10:10:40 +01:00
Ricardo Wurmus
dd686c0838
gnu: Add Log::Report.
...
* gnu/packages/perl.scm (perl-log-report): New variable.
2015-12-24 10:10:39 +01:00
Ricardo Wurmus
fc2448bf89
gnu: Add Log::Report::Optional.
...
* gnu/packages/perl.scm (perl-log-report-optional): New variable.
2015-12-24 10:10:39 +01:00
Ricardo Wurmus
c47b85de0c
gnu: Add String::Print.
...
* gnu/packages/perl.scm (perl-string-print): New variable.
2015-12-24 10:10:39 +01:00
Ricardo Wurmus
e92468d803
gnu: Add Unicode::LineBreak.
...
* gnu/packages/perl.scm (perl-unicode-linebreak): New variable.
2015-12-24 10:10:39 +01:00
Ricardo Wurmus
55932aeee1
gnu: Add MIME::Charset.
...
* gnu/packages/perl.scm (perl-mime-charset): New variable.
2015-12-24 10:10:39 +01:00
Leo Famulari
8f1640ed8f
gnu: gusb: Update home-page.
...
* gnu/packages/gnome.scm (gusb)[home-page]: Update home-page.
2015-12-24 02:16:57 -05:00
Mark H Weaver
097190417f
gnu: icecat: Update to 38.5.0-gnu1.
...
* gnu/packages/patches/icecat-CVE-2015-7201-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-7201-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-7201-pt3.patch,
gnu/packages/patches/icecat-CVE-2015-7205.patch,
gnu/packages/patches/icecat-CVE-2015-7210.patch,
gnu/packages/patches/icecat-CVE-2015-7212.patch,
gnu/packages/patches/icecat-CVE-2015-7213-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-7213-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-7214.patch,
gnu/packages/patches/icecat-CVE-2015-7222-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-7222-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-7222-pt3.patch,
gnu/packages/patches/icecat-freetype-2.6.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/gnuzilla.scm (icecat): Update to 38.5.0-gnu1.
[source]: Remove patches.
2015-12-23 18:19:59 -05:00
Mark H Weaver
bba5de0e43
gnu: nss: Update to 3.20.2.
...
* gnu/packages/gnuzilla.scm (nss): Update to 3.20.2.
2015-12-23 18:19:59 -05:00
Ben Woodcroft
1b9d4e2e20
gnu: ruby-nokogiri: Upgrade to 1.6.7.1.
...
* gnu/packages/ruby.scm (ruby-nokogiri): Upgrade to 1.6.7.1.
2015-12-23 14:02:10 -05:00
Ben Woodcroft
d000fc92b1
gnu: Add ruby-mini-portile-2.
...
* gnu/packages/ruby.scm (ruby-mini-portile-2): New variable.
2015-12-23 14:02:06 -05:00
Ricardo Wurmus
4de7aede50
gnu: icedtea7: Update to 2.6.3.
...
* gnu/packages/java.scm (icedtea7): Update to 2.6.3.
2015-12-23 14:57:58 +01:00
Ricardo Wurmus
e7173df87a
gnu: icedtea6: Update to 1.13.9.
...
* gnu/packages/java.scm (icedtea6): Update to 1.13.9.
2015-12-23 14:57:58 +01:00
Ludovic Courtès
05f1e95638
gnu: guile-2.0: Add "lib/guile/2.0/ccache" to the search path.
...
* gnu/packages/guile.scm (guile-2.0)[native-search-paths]: Add
"lib/guile/2.0/ccache" to GUILE_LOAD_COMPILED_PATH.
2015-12-22 22:29:34 +01:00
Ludovic Courtès
64cb064c0c
gnu: python-wrapper: Append "-wrapper" to the underlying package name.
...
Reported by Federico Beffa <beffa@ieee.org >.
* gnu/packages/python.scm (wrap-python3): Change the default value of
'name' to include the name of PYTHON. This disambiguates between
'python-minimal-wrapper' and 'python-wrapper'.
2015-12-22 22:24:41 +01:00
Efraim Flashner
a9257a873f
gnu: libmicrohttpd: Update to 0.9.48.
...
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.48.
2015-12-22 22:50:58 +02:00
Efraim Flashner
0877ef4342
gnu: parallel: Update to 20151222.
...
* gnu/packages/parallel.scm (parallel): Update to 20151222.
2015-12-22 22:47:44 +02:00
Efraim Flashner
419fa59b17
gnu: sipwitch: Update to 1.9.15.
...
* gnu/packages/telephony.scm (sipwitch): Update to 1.9.15.
2015-12-22 22:45:41 +02:00
Efraim Flashner
99e6f9c828
gnu: ucommon: Update to 7.0.0.
...
* gnu/packages/telephony.scm (ucommon): Update to 7.0.0.
[inputs]: Add gnutls.
2015-12-22 22:39:48 +02:00
Mark H Weaver
e54465ff85
gnu: isc-dhcp: Disable parallel build.
...
* gnu/packages/admin.scm (isc-dhcp)[arguments]: Disable parallel build.
2015-12-22 10:45:13 -05:00
Mark H Weaver
6548b1e122
gnu: isc-dhcp: Update to 4.3.3; update bundled bind to 9.9.8-P2.
...
Fixes CVE-2015-8000 and CVE-2015-8461.
* gnu/packages/admin.scm (isc-dhcp): Update to 4.3.3.
[inputs]: Add 'bind-source-tarball'.
[arguments]: Use modify-phases. Add 'replace-bundled-bind' phase.
In 'post-configure' phase, avoid hard-coding version numbers of
bundled bind.
2015-12-21 19:47:27 -05:00
Mark H Weaver
f9a5b18897
gnu: bind-utils: Update to 9.10.3-P2.
...
* gnu/packages/dns.scm (bind-utils): Update to 9.10.3-P2.
[source]: Use HTTP URI instead of FTP.
2015-12-21 19:47:26 -05:00
Ludovic Courtès
ab64483f64
file-systems: The 'device' field can be a UUID (bytevector).
...
Previously a wrong-type-arg error would be raised when a file system
with a UUID (bytevector) field was encountered.
* gnu/system.scm (other-file-system-services)[device-mappings]: Check
whether FS's device is a string.
2015-12-22 00:29:43 +01:00
Ludovic Courtès
be21979d85
file-systems: Add a 'mount?' field.
...
Fixes <http://bugs.gnu.org/22176 >.
Reported by Florian Paul Schmidt <mista.tapas@gmx.net >.
* gnu/system/file-systems.scm (<file-system>)[mount?]: New field.
(file-system->spec): Adjust accordingly.
* gnu/services/base.scm (file-system-dmd-service): Return the empty list
when FILE-SYSTEM has 'mount?' set to false.
(user-processes-service): Select the subset of FILE-SYSTEMS that matches
'file-system-mount?'.
* doc/guix.texi (File Systems): Document it.
2015-12-22 00:29:21 +01:00
Ludovic Courtès
e43e84ba7a
services: Add 'fstab-service-type'.
...
* gnu/services/base.scm (file-system->fstab-entry)
(file-systems->fstab): New procedures.
(fstab-service-type): New variable.
* gnu/services/base.scm (file-system-dmd-service): New procedure, taken
from...
(file-system-service-type): ... here.
* gnu/system.scm (essential-services): Add FSTAB-SERVICE-TYPE instance.
2015-12-22 00:04:36 +01:00
Ricardo Wurmus
12d38e8d43
build: Add bioconductor-uri procedure.
...
* guix/build-system/r.scm (bioconductor-uri): New procedure.
2015-12-21 22:32:01 +01:00
Ricardo Wurmus
8e92cfb101
gnu: Add vmpk.
...
* gnu/packages/music.scm (vmpk): New variable.
2015-12-21 22:09:47 +01:00
Ricardo Wurmus
bf76d7802c
gnu: Add drumstick.
...
* gnu/packages/music.scm (drumstick): New variable.
2015-12-21 22:09:47 +01:00
Leo Famulari
ef9006451f
gnu: letsencrypt and acme: Update to 0.1.1.
...
These packages should be updated together.
* gnu/packages/tls.scm (letsencrypt): Update to 0.1.1.
[source]: Use pypi-uri.
* gnu/packages/tls.scm (acme): Update to 0.1.1.
[source]: Use pypi-uri.
2015-12-21 14:35:58 -05:00
Efraim Flashner
704989660f
gnu: ffmpeg: Update to 2.8.4.
...
* gnu/packages/video.scm (ffmpeg): Update to 2.8.4.
2015-12-21 21:30:46 +02:00
Leo Famulari
d12717cba0
doc: Be more explicit in example of file-systems configuration.
...
* gnu/system/examples/bare-bones.tmpl (file-systems): Change device
label.
* gnu/system/examples/desktop.tmpl (file-systems): Likewise.
2015-12-21 13:12:07 -05:00
Leo Famulari
dd81635571
doc: Explain significance of partition labels.
...
* doc/guix.texi (Preparing for Installation): Point out relationship
between partition labels and the file-system configuration.
2015-12-21 12:53:12 -05:00
Leo Famulari
f0150f8724
gnu: grub: Add fix for CVE-2015-8730.
...
* gnu/packages/patches/grub-CVE-2015-8370.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/grub.scm: Apply patch.
2015-12-21 12:33:55 -05:00
Ricardo Wurmus
e2cd1d0fb9
gnu: Add GenomicRanges.
...
* gnu/packages/bioinformatics.scm (r-genomicranges): New variable.
2015-12-21 17:22:16 +01:00
Ricardo Wurmus
0e7d5560de
gnu: Add XVector.
...
* gnu/packages/bioinformatics.scm (r-xvector): New variable.
2015-12-21 17:22:16 +01:00
Ricardo Wurmus
bf7764b74f
gnu: Add GenomeInfoDb.
...
* gnu/packages/bioinformatics.scm (r-genomeinfodb): New variable.
2015-12-21 17:22:16 +01:00
Ricardo Wurmus
78addcb0eb
gnu: Add IRanges.
...
* gnu/packages/bioinformatics.scm (r-iranges): New variable.
2015-12-21 17:22:16 +01:00
Ricardo Wurmus
7485129e4f
gnu: Add S4Vectors.
...
* gnu/packages/bioinformatics.scm (r-s4vectors): New variable.
2015-12-21 17:22:16 +01:00
Ricardo Wurmus
d29b25c490
gnu: Add BiocGenerics.
...
* gnu/packages/bioinformatics.scm (r-biocgenerics): New variable.
2015-12-21 17:22:16 +01:00
Ricardo Wurmus
9fba89e829
gnu: Add r-acsnminer.
...
* gnu/packages/bioinformatics.scm (r-acsnminer): New variable.
2015-12-21 17:21:26 +01:00
Ricardo Wurmus
9e47f30b08
gnu: Add r-gridextra.
...
* gnu/packages/statistics.scm (r-gridextra): New variable.
2015-12-21 17:21:26 +01:00
Ricardo Wurmus
b73751c8ff
gnu: Add r-gtable.
...
* gnu/packages/statistics.scm (r-gtable): New variable.
2015-12-21 17:21:26 +01:00
Ricardo Wurmus
77bdb276e9
gnu: Add r-rmarkdown.
...
* gnu/packages/statistics.scm (r-rmarkdown): New variable.
* gnu/packages/haskell.scm: Do not select libxml2 from the xml module to
prevent circular package module imports.
2015-12-21 17:13:44 +01:00
Ricardo Wurmus
4c1f2705b5
gnu: Add r-catools.
...
* gnu/packages/statistics.scm (r-catools): New variable.
2015-12-21 17:13:44 +01:00
Ricardo Wurmus
bb6d2dadf7
gnu: Add r-bitops.
...
* gnu/packages/statistics.scm (r-bitops): New variable.
2015-12-21 17:13:44 +01:00
Ricardo Wurmus
8406138b72
gnu: Add AdaptiveSparsity.
...
* gnu/packages/machine-learning.scm (r-adaptivesparsity): New variable.
2015-12-21 16:05:38 +01:00
Ricardo Wurmus
e22d4ca4c4
gnu: Add r-rcpparmadillo.
...
* gnu/packages/maths.scm (armadillo-for-rcpparmadillo): New variable.
* gnu/packages/statistics.scm (r-rcpparmadillo): New variable.
2015-12-21 16:05:37 +01:00
Ricardo Wurmus
b15e47f9e6
gnu: Add armadillo.
...
* gnu/packages/maths.scm (armadillo): New variable.
2015-12-21 15:47:40 +01:00
Ricardo Wurmus
b1186502a4
doc: Fix outdated claim about CRAN importer.
...
* doc/guix.texi: The CRAN importer no longer extracts information from
the HTML package description but from the package's DESCRIPTION file.
2015-12-21 15:25:10 +01:00
Ricardo Wurmus
be036757bd
import: Drop empty list items.
...
* guix/import/cran.scm (listify): Remove empty strings from result list.
2015-12-21 15:24:54 +01:00
Ricardo Wurmus
0cb5bc2cff
http-client: Support basic authentication.
...
* guix/http-client.scm (http-fetch): Add Authorization header to request
when the URI contains userinfo.
2015-12-21 15:24:44 +01:00
Ricardo Wurmus
086e498bcf
gnu: Add libgit2.
...
* gnu/packages/version-control.scm (libgit2): New variable.
2015-12-21 15:22:14 +01:00
Ben Woodcroft
02f35bb5a7
gnu: mafft: Update to 7.267.
...
* gnu/packages/bioinformatics.scm (mafft): Update to 7.267.
[arguments]: Don't include mafft-homologs manpage.
[inputs]: Add gawk and grep.
[propagated-inputs]: Add coreutils.
2015-12-21 15:16:01 +01:00
Mathieu Lirzin
1ef3f91a70
gnu: rxvt-unicode: Install the terminal capability data.
...
This provides the necessary terminal capability data, which are required
by ncurses-based applications.
* gnu/packages/xdisorg.scm (rxvt-unicode)[native-inputs]: Add ncurses.
[arguments]: Set the destination of the terminfo files.
[native-search-path]: New field. Make them automatically available to
the user.
2015-12-21 13:35:34 +01:00
Efraim Flashner
72d8b5baf4
gnu: msmtp: Update to 1.6.3.
...
* gnu/packages/mail.scm (msmtp): Update to 1.6.3.
[inputs]: Add libsecret.
2015-12-21 09:36:15 +02:00
Efraim Flashner
ec92806ae5
gnu: claws-mail: Update to 3.13.1.
...
* gnu/packages/mail.scm (claws-mail): Update to 3.13.1.
2015-12-21 09:17:47 +02:00
Efraim Flashner
56918e26cf
gnu: python-cython: Update to 0.23.4.
...
* gnu/packages/python.scm (python-cython): Update to 0.23.4.
2015-12-21 06:55:13 +02:00
David Thompson
e99711af22
gnu: ruby: Update to 2.2.4.
...
This version fixes CVE-2015-7551.
* gnu/packages/ruby.scm (ruby): Update to 2.2.4.
2015-12-20 22:40:53 -05:00
Ludovic Courtès
c5b303c57f
lint: The CPE name of GRUB is "grub2".
...
Reported by Leo Famulari.
* guix/scripts/lint.scm (package-name->cpe-name): Add "grub".
2015-12-20 22:34:22 +01:00
Ludovic Courtès
724a7d9c74
packages: Remove now redundant graph procedures.
...
These procedures are now redundant with those in (guix graph) and are no
longer used since commit a51cbecb .
* gnu/packages.scm (vhash-refq, package-dependencies)
(package-direct-dependents, package-transitive-dependents)
(package-covering-dependents): Remove.
2015-12-20 22:34:22 +01:00
Ludovic Courtès
ccda8f7d7f
profiles: Honor search paths of propagated inputs.
...
Fixes <http://bugs.gnu.org/22073 >.
Reported by Federico Beffa <beffa@ieee.org >.
* guix/profiles.scm (package->manifest-entry): Use
'package-transitive-native-search-paths' when computing
'search-paths' field.
* tests/profiles.scm ("package->manifest-entry, search paths"): New test.
2015-12-20 22:34:22 +01:00
Ludovic Courtès
aa8e051532
packages: Add 'package-transitive-native-search-paths'.
...
* guix/packages.scm (package-transitive-native-search-paths): New
procedure.
* tests/packages.scm ("package-transitive-native-search-paths"): New
test.
2015-12-20 22:34:22 +01:00
Efraim Flashner
54b7f63a72
gnu: offlineimap: Update to 6.6.0.
...
* gnu/packages/mail.scm (offlineimap): Update to 6.6.0.
2015-12-20 21:39:18 +02:00
Efraim Flashner
b5d47a5a53
gnu: gnupg: Update to 1.4.20.
...
* gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.20.
2015-12-20 20:07:31 +02:00
宋文武
a4df575631
gnu: Add gnome-shell.
...
* gnu/packages/gnome.scm (gnome-shell): New variable.
2015-12-20 18:59:22 +08:00
宋文武
b645146f00
gnu: Add gnome-control-center.
...
* gnu/packages/gnome.scm (gnome-control-center): New variable.
2015-12-20 18:59:22 +08:00
宋文武
b96c42605b
gnu: Add gnome-bluetooth.
...
* gnu/packages/gnome.scm (gnome-bluetooth): New variable.
2015-12-20 18:59:22 +08:00
宋文武
8e1dd04f45
gnu: Add libgtop.
...
* gnu/packages/gnome.scm (libgtop): New variable.
2015-12-20 18:59:21 +08:00
宋文武
e682327976
gnu: Add colord-gtk.
...
* gnu/packages/freedesktop.scm (colord-gtk): New variable.
2015-12-20 18:59:21 +08:00
宋文武
6976e7d2ff
gnu: Add telepathy-logger.
...
* gnu/packages/freedesktop.scm (telepathy-logger): New variable.
2015-12-20 18:59:21 +08:00
Efraim Flashner
ff80b96378
gnu: tilda: Update to 1.3.1.
...
* gnu/packages/terminals.scm (tilda): Update to 1.3.1.
2015-12-20 09:40:56 +02:00
Ludovic Courtès
604d20a251
gnu: Add tlsdate.
...
* gnu/packages/ntp.scm (tlsdate): New variable.
2015-12-19 23:16:18 +01:00
宋文武
04dc6c9992
gnu: mpv: Update to 0.14.0.
...
* gnu/packages/video.scm (mpv): Update to 0.14.0.
2015-12-19 12:21:59 +08:00
宋文武
599fd84227
gnu: mpv: Fix build by using pkg-config for smbclient.
...
This is a followup to commit 710964d .
* gnu/packages/video.scm (mpv)[arguments]: Remove 'patch-wscript' phase.
2015-12-19 12:15:59 +08:00
Ludovic Courtès
7db0799dc9
gnu: agg: Update URLs.
...
* gnu/packages/graphics.scm (agg)[source, home-page]: Add up-to-date
URLs.
2015-12-19 00:42:10 +01:00
Ludovic Courtès
3ac732715d
gnu: Use #:prefix when importing (guix licenses).
...
This works around a problem with #:hide, whereby Guile would report
'zlib', 'openssl', and/or 'expat as colliding bindings at run time
despite the #:hide.
* gnu/packages/linux.scm: Use #:prefix license for (guix licenses).
* gnu/packages/haskell.scm: Likewise.
2015-12-19 00:34:00 +01:00
Ludovic Courtès
793bcc1933
gnu: Do not #:select from (gnu packages …) modules.
...
This is to avoid <http://bugs.gnu.org/15540 >.
* gnu/packages/bittorrent.scm: Do not #:select from (gnu packages
compression).
* gnu/packages/dictionaries.scm: Likewise.
* gnu/packages/disk.scm: Likewise.
* gnu/packages/gimp.scm: Likewise.
* gnu/packages/haskell.scm: Likewise.
2015-12-19 00:22:42 +01:00
Ludovic Courtès
53088d0045
gnu: commencement: Build Bison deterministically.
...
Before that entries in liby.a would contain the build time.
* gnu/packages/commencement.scm (bison-boot1): Add #:make-flags.
2015-12-19 00:02:37 +01:00
Ludovic Courtès
3eb34c631a
build-system/gnu: Always pass "-D" to strip/objcopy.
...
* guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Add "-D" to
#:strip-flags.
* guix/build/gnu-build-system.scm (strip): Likewise. Also pass "-D" to
OBJCOPY-COMMAND.
2015-12-18 23:58:51 +01:00
Ludovic Courtès
f1e0c85ad2
gnu: commencement: Build the final Bash with "bison-boot1".
...
This removes a round of Bison + Flex + M4 + Perl rebuild.
* gnu/packages/commencement.scm (bash-final): Add 'native-inputs'
field pointing to BISON-BOOT1.
2015-12-18 23:57:11 +01:00
Ludovic Courtès
32243bfb57
gnu: commencement: Avoid redundant Perl rebuild.
...
This removes a redundant (yet different) "perl-boot0" node from the
early derivation graph.
* gnu/packages/commencement.scm (bison-boot1): Move 'native-inputs'
field to the final package. Previously PERL-BOOT0 got rebuilt with
%BOOT0-INPUTS, leading to a different derivation.
(static-bash-for-glibc): Likewise.
2015-12-18 23:53:00 +01:00
Ludovic Courtès
09964b4fc6
gnu: commencement: Add "-boot0" to early packages.
...
* gnu/packages/commencement.scm (diffutils-boot0)[name]: New field.
* gnu/packages/commencement.scm (findutils-boot0, file-boot0,
perl-boot0): Change 'name' field to include "-boot0".
2015-12-18 22:19:07 +01:00
Ludovic Courtès
009b53fd1c
gnu: gcc: Prefer language-specific variables over 'CPATH'.
...
Suggested by Andy Wingo <wingo@igalia.com >.
Fixes <http://bugs.gnu.org/22186 >.
* gnu/packages/gcc.scm (gcc-4.7)[native-search-paths]: Remove 'CPATH';
add 'C_INCLUDE_PATH' and 'CPLUS_INCLUDE_PATH' instead.
* gnu/packages/gcc.scm (custom-gcc): Add 'search-paths' parameter and
honor it.
(%generic-search-paths): New variable.
(gfortran-4.8, gfortran-4.9, gfortran, gfortran-5, gccgo-4.8): Pass
%GENERIC-SEARCH-PATHS to 'custom-gcc'.
(gcj)[native-search-paths]: New field.
(gcc-objc-4.8, gcc-objc++-4.8): Use 'OBJC_INCLUDE_PATH' and
'OBJCPLUS_INCLUDE_PATH', respectively.
2015-12-18 21:38:49 +01:00
Ludovic Courtès
8309c3899a
gnu: commencement: Use GMP 6.0.0a for bootstrapping.
...
* gnu/packages/multiprecision.scm (gmp-6.0): New variable.
* gnu/packages/commencement.scm (gcc-boot0, gcc-final): Use it.
* gnu/packages/patches/gmp-arm-asm-nothumb.patch: New file, reinstated
from before e414a7d .
* gnu-system.am (dist_patch_DATA): Add it.
2015-12-18 18:38:22 +01:00
Ludovic Courtès
bf46f74160
gnu: key-mon: Remove unnecessary propagated inputs.
...
* gnu/packages/key-mon.scm (key-mon)[propagated-inputs]: Rename to...
[inputs]: ... this. Propagated was unnecessary since the 'key-mon'
program is wrapped.
2015-12-18 11:04:22 +01:00
Ludovic Courtès
594e7b479a
gnu: python2-pygtk: Add "doc" output.
...
* gnu/packages/gtk.scm (python2-pygtk)[outputs]: New field.
[arguments]: Add 'set-gtk-doc-directory' phase.
2015-12-18 11:04:22 +01:00
Ludovic Courtès
ae115bc75a
gnu: python2-pygtk: Use 'modify-phases'.
...
* gnu/packages/gtk.scm (python2-pygtk)[arguments]: Use 'modify-phases'.
2015-12-18 11:04:22 +01:00
Ludovic Courtès
be4fbbe01b
gnu: gimp: Add "doc" output.
...
* gnu/packages/gimp.scm (gimp)[outputs, arguments]: New fields.
2015-12-18 11:04:22 +01:00
Ludovic Courtès
72a06d3e32
gnu: goffice: Add "doc" output.
...
* gnu/packages/gnome.scm (goffice)[outputs, arguments]: New fields.
(goffice-0.8)[arguments]: Append arguments from GOFFICE.
2015-12-18 11:04:22 +01:00
Andy Wingo
d8c18af834
gnu: Add dovecot service
...
* gnu/services/mail.scm: New file.
(&dovecot-configuration-error, dovecot-configuration-error?)
(dovecot-service, dovecot-configuration, dict-configuration)
(passdb-configuration, userdb-configuration)
(unix-listener-configuration, fifo-listener-configuration)
(inet-listener-configuration, service-configuration)
(protocol-configuration, plugin-configuration, mailbox-configuration)
(namespace-configuration, opaque-dovecot-configuration): New public
variables.
* gnu-system.am (GNU_SYSTEM_MODULES): Add (gnu services mail).
* doc/guix.texi (Mail Services): New node.
2015-12-18 09:24:27 +01:00
Andy Wingo
fd5c70f867
gnu: dovecot: Add linux-pam to inputs.
...
* gnu/packages/mail.scm (dovecot): Add linux-pam to inputs, enabling the
PAM auth driver.
2015-12-18 09:24:27 +01:00
David Thompson
6a51e95b66
gnu: sdl-image: Add libwebp input.
...
* gnu/packages/sdl.scm (sdl-image)[propagated-inputs]: Add libwebp.
2015-12-17 22:32:05 -05:00
David Thompson
d3f6a1defb
gnu: Add sdl2-ttf.
...
* gnu/packages/sdl.scm (sdl2-ttf): New variable.
2015-12-17 22:01:49 -05:00
David Thompson
855e293981
gnu: Add sdl2-mixer.
...
* gnu/packages/sdl.scm (sdl2-mixer): New variable.
2015-12-17 22:01:49 -05:00
David Thompson
6813f70a5c
gnu: Add sdl2-image.
...
* gnu/packages/sdl.scm (propagated-inputs-with-sdl2): New procedure.
(sdl2-image): New variable.
2015-12-17 22:01:48 -05:00
宋文武
710964d179
gnu: samba: Update to 4.3.2.
...
* gnu/packages/samba.scm (samba): Update to 4.3.2. Add more inputs.
[arguments]: Remove #:modules and #:imported-modules. Remove 'chdir'
and 'add-lib-to-runpath' from #:phases. Use 'modify-phases' syntax.
2015-12-18 10:30:17 +08:00
宋文武
52513595ad
gnu: Add ldb.
...
* gnu/packages/samba.scm (ldb): New variable.
2015-12-18 10:30:17 +08:00
宋文武
0674b3c96d
gnu: Add tevent.
...
* gnu/packages/samba.scm (tevent): New variable.
2015-12-18 10:30:17 +08:00
宋文武
095da02342
gnu: talloc: Update to 2.1.5.
...
* gnu/packages/samba.scm (talloc): Update to 2.1.5.
[arguments]: Modify wscript to skip the 'magic_differs' test.
2015-12-18 10:30:17 +08:00
宋文武
960ae0cde4
gnu: talloc: Use 'modify-phases' syntax.
...
* gnu/packages/samba.scm (talloc)[arguments]: Use 'modify-phases' syntax.
2015-12-18 10:30:17 +08:00
宋文武
c2fb20761a
gnu: Add libpwquality.
...
* gnu/packages/password-utils.scm (libpwquality): New variable.
2015-12-18 10:30:16 +08:00
宋文武
72029c8bf1
gnu: Add cracklib.
...
* gnu/packages/password-utils.scm (cracklib): New variable.
2015-12-18 10:30:16 +08:00
David Thompson
f464016d60
gnu: Add obs.
...
* gnu/packages/video.scm (obs): New variable.
2015-12-17 15:01:08 -05:00
Mark H Weaver
3faf214a0b
gnu: icecat: Add fixes for several security flaws.
...
* gnu/packages/patches/icecat-CVE-2015-7201-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-7201-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-7201-pt3.patch,
gnu/packages/patches/icecat-CVE-2015-7205.patch,
gnu/packages/patches/icecat-CVE-2015-7210.patch,
gnu/packages/patches/icecat-CVE-2015-7212.patch,
gnu/packages/patches/icecat-CVE-2015-7213-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-7213-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-7214.patch,
gnu/packages/patches/icecat-CVE-2015-7222-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-7222-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-7222-pt3.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
2015-12-17 14:12:06 -05:00
Mark H Weaver
cbbe1a1c2c
gnu: subversion: Update to 1.8.15 [fixes CVE-2015-5343].
...
* gnu/packages/version-control.scm (subversion): Update to 1.8.15.
2015-12-17 14:12:06 -05:00
Ricardo Wurmus
b809cc9add
gnu: ruby-unf-ext: Build extension.
...
* gnu/packages/ruby.scm (ruby-unf-ext)[arguments]: Add phase "build-ext"
to build "unf_ext.so".
2015-12-17 14:26:21 +01:00
Eric Bavier
44157e9f3c
gnu: Add cpulimit.
...
* gnu/packages/admin.scm (cpulimit): New variable.
2015-12-16 20:57:51 -06:00
Ludovic Courtès
c5b65f7e2b
gnu: glibc: Remove timestamp from 'nscd' binary.
...
This makes libc bit-for-bit reproducible per '--rounds=2'.
* gnu/packages/base.scm (glibc)[arguments] <pre-configure>: Remove
__DATE__ and __TIME__ from nscd_stat.c.
2015-12-16 22:05:30 +01:00
Mark H Weaver
8ae95578a7
gnu: linux-libre: Update to 4.3.3.
...
* gnu/packages/linux.scm (linux-libre): Update to 4.3.3.
2015-12-16 10:47:15 -05:00
Ludovic Courtès
6042f40bfa
gnu: pcre: Add "doc" output.
...
* gnu/packages/pcre.scm (pcre)[outputs]: New field.
2015-12-15 23:35:09 +01:00
Ludovic Courtès
0573bb5e61
gnu: util-linux: Do not build static libraries.
...
* gnu/packages/linux.scm (util-linux)[arguments]: Pass --disable-static.
2015-12-15 23:28:29 +01:00
Ludovic Courtès
d7170f449c
gnu: gettext: Add "doc" output.
...
* gnu/packages/gettext.scm (gnu-gettext)[outputs]: New field.
2015-12-15 23:12:20 +01:00
Ludovic Courtès
27ec9624ca
gnu: ncurses: Add "doc" output.
...
* gnu/packages/ncurses.scm (ncurses)[outputs]: New field.
[arguments] <configure>: Replace standard 'configure' phase.
<remove-shebang-phase>: Remove "mandir=" line from 'ncursesw6-config'.
2015-12-15 23:02:51 +01:00
Ludovic Courtès
de6d9f4553
gnu: ncurses: Add 'TERMINFO_DIRS' search path variable.
...
* gnu/packages/ncurses.scm (ncurses)[native-search-paths]: New field.
2015-12-15 22:27:31 +01:00
Ludovic Courtès
4d28b97c46
gnu: bash: Add "doc" output.
...
* gnu/packages/bash.scm (bash)[outputs]: Add "doc" output.
2015-12-15 22:22:59 +01:00
Alex Kost
1ccdc7f0be
emacs: Use socket instead of port.
...
Suggested by Florian Paul Schmidt.
* emacs/guix-backend.el (guix-default-port): Remove.
(guix-repl-socket-file-name-function, guix-repl-current-socket): New
variables.
(guix-repl-socket-file-name, guix-repl-delete-socket-maybe): New
procedures.
(guix-get-guile-program): Take socket as an optional argument.
(guix-start-repl-maybe): Adjust accordingly.
2015-12-15 21:35:35 +03:00
Alex Kost
7ccb3ad3c1
emacs: 'node-type' is in (guix graph) now.
...
This is a followup to commit 8fb583714f .
* emacs/guix-main.scm (graph-type-names): Use 'node-type-name'
from (guix graph) module.
2015-12-15 21:35:35 +03:00
Federico Beffa
fceac88039
gnu: python-ipython: Patch 'ctypes' bug.
...
* gnu/packages/patches/python-ipython-inputhook-ctype.patch: New patch.
* gnu/packages/python.scm (python-ipython): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2015-12-15 18:05:42 +01:00
Ludovic Courtès
304e4f5135
gnu: grep: Add missing dependency on Perl.
...
* gnu/packages/base.scm (grep)[native-inputs]: New field.
* gnu/packages/commencement.scm (grep-final): Likewise.
2015-12-15 18:04:28 +01:00
Ludovic Courtès
a2a9bba43c
gnu: bash: Update to patch level 42.
...
* gnu/packages/bash.scm (%patch-series-4.3): Add patches 40 to 42.
2015-12-15 17:59:49 +01:00
Efraim Flashner
5bd88cf1e3
gnu: python-click: Update to 6.2.
...
* gnu/packages/python.scm (python-click): Update to 6.2.
[source]: Change to pypi syntax.
2015-12-15 18:31:13 +02:00
Efraim Flashner
664e6c3a95
gnu: python-keyring: Update to 5.7.1.
...
* gnu/packages/python.scm (python-keyring): Update to 5.7.1.
[source]: Change to pypi syntax.
[native-inputs]: Add python-setuptools-scm.
[arguments]: Remove argument to replace unpack with unzip.
2015-12-15 18:31:13 +02:00
宋文武
ba3cb5ab5c
gnu: gnome-session: Add input gsettings-desktop-schemas.
...
* gnu/packages/gnome.scm (gnome-session)[build-system]: Switch to
GLIB-OR-GTK-BUILD-SYSTEM.
[inputs]: Add gsettings-desktop-schemas.
2015-12-15 21:44:03 +08:00
宋文武
9a3a8b8edd
gnu: clutter-gtk: Propagate inputs.
...
* gnu/packages/gnome.scm (clutter-gtk): Move clutter and gtk+ to 'propagated-inputs'.
2015-12-15 21:42:02 +08:00
宋文武
ca473fc21d
gnu: tdb: Update to 1.3.8.
...
* gnu/packages/databases.scm (tdb): Update to 1.3.8.
[source]: Switch to https URI.
2015-12-15 21:16:42 +08:00
Alex Vong
2ad9515c50
gnu: youtube-dl: Install man pages and completion files.
...
* gnu/packages/video.scm (youtube-dl) [arguments]: Add
fix-the-data-directories phase.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2015-12-15 13:45:20 +01:00
Ludovic Courtès
e0508b6bf7
doc: Give another example use of 'propagated-inputs'.
...
Suggested by Leo Famulari <leo@famulari.name >.
* doc/guix.texi (package Reference): Explain 'propagated-inputs' for
non-C languages.
2015-12-15 13:43:27 +01:00
Efraim Flashner
75f52fca95
gnu: enlightenment: Update to 0.20.1.
...
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.1.
2015-12-15 11:45:44 +02:00
Leo Famulari
a036e59da7
gnu: tmux: Update to 2.1.
...
* gnu/packages/tmux.scm (tmux): Update to 2.1.
2015-12-14 23:23:00 -05:00
Ludovic Courtès
9d3994f700
gexp: 'local-file' resolves relative file names.
...
* guix/gexp.scm (<local-file>): Rename constructor to '%%local-file'.
Add 'absolute' field.
(%local-file, extract-directory, absolute-file-name): New procedures.
(current-source-directory): New macro.
(local-file): Adjust call to '%local-file'.
(local-file-absolute-file-name): New procedure.
(local-file-compiler): Force the 'absolute' field.
* tests/guix-system.sh: Test whether 'local-file' canonicalization
works.
* doc/guix.texi (G-Expressions): Adjust.
2015-12-14 19:57:42 +01:00
Ludovic Courtès
4fef1e850e
profiles: Silence Info installation.
...
* guix/profiles.scm (info-dir-file)[build]: Pass --silent to
'install-info'.
2015-12-14 19:57:42 +01:00
Ricardo Wurmus
0c4e762570
gnu: Add ruby-redcloth.
...
* gnu/packages/ruby.scm (ruby-redcloth): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
d56ff88b6c
gnu: Add ruby-sanitize.
...
* gnu/packages/ruby.scm (ruby-sanitize): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
ac09beba84
gnu: Add ruby-pygmentize.
...
* gnu/packages/ruby.scm (ruby-pygmentize): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
0c80451e81
gnu: Add ruby-cutest.
...
* gnu/packages/ruby.scm (ruby-cutest): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
ad686ef3fc
gnu: Add ruby-clap.
...
* gnu/packages/ruby.scm (ruby-clap): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
c2c4e5b2ee
gnu: Add ruby-nokogumbo.
...
* gnu/packages/ruby.scm (ruby-nokogumbo): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
e1c63590ef
gnu: Add Gumbo Parser.
...
* gnu/packages/web.scm (gumbo-parser): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
3996f0aadc
gnu: Add ruby-crass.
...
* gnu/packages/ruby.scm (ruby-crass): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
f60f500222
gnu: Add ruby-nokogiri-diff.
...
* gnu/packages/ruby.scm (ruby-nokogiri-diff): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
2632a06712
gnu: Add ruby-tdiff.
...
* gnu/packages/ruby.scm (ruby-tdiff): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
3a6989ce3a
gnu: Add ruby-unf-ext.
...
* gnu/packages/ruby.scm (ruby-unf-ext): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
5799bc2b1f
gnu: Add ruby-netrc.
...
* gnu/packages/ruby.scm (ruby-netrc): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
051deeb79d
gnu: Add ruby-guard.
...
* gnu/packages/ruby.scm (ruby-guard): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
cf1a01f48c
gnu: ruby-listen: Add rb-fsevent to inputs.
...
* gnu/packages/ruby.scm (ruby-listen)[propagated-inputs]: Add
"ruby-rb-fsevent".
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
16b324cdf4
gnu: Add ruby-rb-fsevent.
...
* gnu/packages/ruby.scm (ruby-rb-fsevent): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
b004fb6a8a
gnu: Add ruby-saikuro-treemap.
...
* gnu/packages/ruby.scm (ruby-saikuro-treemap): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
763624f566
gnu: Add ruby-json-pure.
...
* gnu/packages/ruby.scm (ruby-json-pure): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
53239b5f96
gnu: Add ruby-utils.
...
* gnu/packages/ruby.scm (ruby-utils): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
6e376ca46a
gnu: Add ruby-pstree.
...
* gnu/packages/ruby.scm (ruby-pstree): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
fd83a212bc
gnu: Add ruby-term-ansicolor.
...
* gnu/packages/ruby.scm (ruby-term-ansicolor): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
d8cafe29df
gnu: Add ruby-minitest-tu-shim.
...
* gnu/packages/ruby.scm (ruby-minitest-tu-shim): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
bc8277e458
gnu: Add ruby-gem-hadar.
...
* gnu/packages/ruby.scm (ruby-gem-hadar): New variable.
2015-12-14 14:06:29 +01:00
Ricardo Wurmus
1db6e09fa9
gnu: Add ruby-minitest-4.
...
* gnu/packages/ruby.scm (ruby-minitest-4): New variable.
2015-12-14 14:06:29 +01:00
Efraim Flashner
9c1c2a7f8d
gnu: bluez: Update to 5.36.
...
* gnu/packages/linux.scm (bluez): Update to 5.36.
[source]: Remove patch.
* gnu/packages/patches/bluez-tests.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
2015-12-14 11:06:20 +02:00
Efraim Flashner
ebacb0de4c
gnu: powertop: Update to 2.8.
...
* gnu/packages/linux.scm (powertop): Update to 2.8.
2015-12-14 11:06:20 +02:00
Chris Marusich
03f964a511
gnu: Add python-contextlib2.
...
* gnu/packages/python.scm (python-contextlib2, python2-contextlib2):
New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-12-14 09:43:24 +01:00
Efraim Flashner
b431e3a08d
gnu: gcc-5: Update to 5.3.0.
...
* gnu/packages/gcc.scm (gcc-5): Update to 5.3.0.
2015-12-14 07:32:01 +02:00
Florian Paul Schmidt
6645753b46
gnu: Add redshift.
...
* gnu/packages/xdisorg.scm (redshift): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2015-12-14 00:31:36 +01:00
Ludovic Courtès
88d5858f55
graph: Add synthetic test.
...
* tests/graph.scm ("node-transitive-edges, no duplicates"): New test.
2015-12-13 21:41:52 +01:00
Ludovic Courtès
20464dde13
guix build: Gracefully handle type errors in -e and -f.
...
* guix/scripts/build.scm (options->things-to-build)[validate-type]: New
procedure.
[ensure-list]: Use it.
2015-12-13 21:13:16 +01:00
Ludovic Courtès
ee2a7e3fd2
guix build: Remove dead code.
...
* guix/scripts/build.scm (options->things-to-build): Remove unused
'match' clause.
2015-12-13 21:04:56 +01:00
Ludovic Courtès
ecf84b7c48
daemon: Add '--rounds'.
...
* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_BUILD_ROUNDS): New macro.
(options): Add --rounds.
(parse_opt): Honor it.
* doc/guix.texi (Invoking guix-daemon): Document it.
2015-12-13 19:20:01 +01:00
Eelco Dolstra
f3ff1da424
daemon: Better distinguish build statuses.
...
In Nix itself, the new 'BuildResult' type is returned by the new
'buildDerivation' method, which we don't have and need.
* nix/libstore/build.cc (Goal)[cancel]: Remove.
[timeOut]: New pure virtual method.
(DerivationGoal)[result]: New field.
[cancel]: Remove.
[timedOut, getResult, done]: New methods.
(DerivationGoal::cancel): Remove.
(DerivationGoal::timedOut): New method.
(DerivationGoal::haveDerivation): Call 'done' instead of 'amDone'.
(DerivationGoal::outputsSubstituted): Ditto.
(DerivationGoal::inputsRealised): Ditto.
(DerivationGoal::buildDone): Ditto.
(DerivationGoal::handleChildOutput): Call 'timedOut' instead of
'cancel'.
(DerivationGoal::done): New method.
(SubstitutionGoal)[cancel]: Remove.
[timedOut]: New method.
(SubstitutionGoal::cancel): Remove.
(SubstitutionGoal::timedOut): New method.
(Worker::waitForInput): Use it.
* nix/libstore/store-api.hh (BuildResult): New struct.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2015-12-13 19:20:01 +01:00
宋文武
1509a1dc82
gnu: Add modem-manager.
...
* gnu/packages/freedesktop.scm (modem-manager): New variable.
2015-12-13 23:26:28 +08:00
宋文武
5302c5ffd1
gnu: Add libqmi.
...
* gnu/packages/freedesktop.scm (libqmi): New variable.
2015-12-13 23:26:28 +08:00
宋文武
f3ad149057
gnu: Add libmbim.
...
* gnu/packages/freedesktop.scm (libmbim): New variable.
2015-12-13 23:26:28 +08:00
宋文武
df12f04a0c
gnu: Add gdm.
...
* gnu/packages/gnome.scm (gdm): New variable.
2015-12-13 23:26:28 +08:00
Amirouche BOUBEKKI
dec1e2b352
gnu: Add g-wrap.
...
* gnu/packages/guile.scm (g-wrap): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-12-13 15:20:44 +01:00
Ludovic Courtès
5568151f5b
gnu: wireless-regdb: Build sequentially.
...
Fixes <http://bugs.gnu.org/22126 >.
Reported by Mark H Weaver <mhw@netris.org >.
* gnu/packages/linux.scm (wireless-regdb)[source]: Add 'snippet'.
[arguments]: Add #:parallel-build?.
2015-12-13 15:20:44 +01:00
Ludovic Courtès
70650c684a
doc: Reword description of 'inputs' & co.
...
* doc/guix.texi (package Reference): Reword explanation of 'inputs',
'native-inputs', and 'propagated-inputs'. Add example.
2015-12-13 15:20:44 +01:00
Ludovic Courtès
f7e4ae7f45
doc: Fix typo in "Setuid Programs".
...
* doc/guix.texi (Setuid Programs): Remove extra 's'.
2015-12-13 15:20:44 +01:00
Efraim Flashner
b1b9ca8e01
gnu: adwaita-icon-theme: Update to 3.18.0.
...
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.18.0.
2015-12-13 14:19:06 +02:00
Efraim Flashner
5d73ac0688
gnu: eog: Update to 3.18.1.
...
* gnu/packages/gnome.scm (eog): Update to 3.18.1.
2015-12-13 13:51:13 +02:00
Efraim Flashner
3acae17019
gnu: devhelp: Update to 3.18.1.
...
* gnu/packages/gnome.scm (devhelp): Update to 3.18.1.
2015-12-13 13:40:30 +02:00
Efraim Flashner
bcff53e03f
gnu: aisleriot: Update to 3.18.2.
...
* gnu/packages/gnome.scm (aisleriot): Update to 3.18.2.
2015-12-13 13:35:11 +02:00
Efraim Flashner
daee4191e1
gnu: gnome-mines: Update to 3.18.2.
...
* gnu/packages/gnome.scm (gnome-mines): Update to 3.18.2.
2015-12-13 13:18:57 +02:00
Efraim Flashner
34b979b903
gnu: seahorse: Add support for keyservers, gnupg2 and ldap.
...
* gnu/packages/gnome.scm (seahorse): Do it.
[inputs]: Remove gnupg-1, add gnupg, openldap, libsoup.
2015-12-13 13:02:14 +02:00
Efraim Flashner
017d779c22
gnu: seahorse: Update to 3.18.0.
...
* gnu/packages/gnome.scm (seahorse): Update to 3.18.0.
2015-12-13 13:00:08 +02:00
Efraim Flashner
2e221beed5
gnu: gnome-terminal: Update to 3.18.2.
...
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.18.2.
2015-12-13 12:40:04 +02:00
Ludovic Courtès
775e6fe456
gnu: commencement: Initial Texinfo uses initial Perl.
...
* gnu/packages/commencement.scm (texinfo-boot0)[inputs]: Use
PERL-BOOT0.
2015-12-13 11:35:53 +01:00
Efraim Flashner
1a0b2d8241
gnu: gnome-keyring: Update to 3.18.3.
...
* gnu/packages/gnome.scm (gnome-keyring): Update to 3.18.3.
[inputs]: Add linux-pam.
2015-12-13 12:34:29 +02:00
Ludovic Courtès
4187fe750f
gnu: perl: Build deterministically, and make byproducts deterministic.
...
With this, a --rounds=2 build passes, and timestamps in POD files can be
controlled with 'SOURCE_DATE_EPOCH'.
* gnu/packages/patches/perl-deterministic-ordering.patch,
gnu/packages/patches/perl-no-build-time.patch,
gnu/packages/patches/perl-source-date-epoch.patch: New files.
* gnu/packages/perl.scm (perl)[source]: Use them.
* gnu-system.am (dist_patch_DATA): Add them.
2015-12-13 11:28:54 +01:00
Ludovic Courtès
4de3507483
gnu: perl: Update to 5.22.0.
...
* gnu/packages/perl.scm (perl)[source]: Update to 5.22.0. Remove
"perl-module-pluggable-search.patch" since Module::Pluggable appears to
be gone.
[arguments] <configure-phase>: Adjust Cwd.pm file name. Replace
-std=c89 with -std=gnu89.
* gnu/packages/commencement.scm (perl-boot0): Add 'disable-pthreads'
phase.
* gnu/packages/patches/perl-no-sys-dirs.patch: Update.
* gnu/packages/patches/perl-module-pluggable-search.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
2015-12-13 11:28:54 +01:00
Efraim Flashner
e0b6e26403
gnu: gnome-klotski: Update to 3.18.2.
...
* gnu/packages/gnome.scm (gnome-klotski): Update to 3.18.2.
2015-12-13 12:24:47 +02:00
Efraim Flashner
af83490d7e
gnu: gnome-common: Update to 3.18.0.
...
* gnu/packages/gnome.scm (gnome-common): Update to 3.18.0.
2015-12-13 12:21:15 +02:00
Efraim Flashner
506959552f
gnu: yelp-tools: Update to 3.18.0.
...
* gnu/packages/gnome.scm (yelp-tools): Update to 3.18.0.
2015-12-13 12:16:38 +02:00
Efraim Flashner
ccdb0181c1
gnu: yelp-xsl: Update to 3.18.1.
...
* gnu/packages/gnome.scm (yelp-xsl): Update to 3.18.1.
2015-12-13 12:12:46 +02:00
Efraim Flashner
9bffc630cf
gnu: file-roller: Update to 3.16.4.
...
* gnu/packages/gnome.scm (file-roller): Update to 3.16.4.
2015-12-13 12:03:03 +02:00
Efraim Flashner
d45d35288e
gnu: gnome-settings-daemon: Update to 3.18.2.
...
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.18.2.
2015-12-13 10:58:35 +02:00
Efraim Flashner
6d320ca693
gnu: geocode-glib: Update to 3.18.0.
...
* gnu/packages/gnome.scm (geocode-glib): Update to 3.18.0.
2015-12-13 10:38:34 +02:00
Efraim Flashner
f05c809f8f
gnu: dconf: Update to 0.24.0.
...
* gnu/packages/gnome.scm (dconf): Update to 0.24.0.
2015-12-13 10:24:16 +02:00
Efraim Flashner
c0925c7a29
gnu: totem: Update to 3.18.1.
...
* gnu/packages/gnome.scm (totem): Update to 3.18.1.
2015-12-13 10:10:10 +02:00
Efraim Flashner
47b7d7bf98
gnu: grilo-plugins: Update to 0.2.16.
...
* gnu/packages/gnome.scm (grilo-plugins): Update to 0.2.16.
2015-12-13 08:06:42 +02:00
Efraim Flashner
c725dc4da1
gnu: grilo: Update to 0.2.14.
...
* gnu/packages/gnome.scm (grilo): Update to 0.2.14.
2015-12-13 07:38:31 +02:00
Efraim Flashner
c79595178c
gnu: clutter-gst: Update to 3.0.14.
...
* gnu/packages/gnome.scm (clutter-gst): Update to 3.0.14.
2015-12-13 07:21:03 +02:00
Efraim Flashner
b6b53a874d
gnu: libchamplain: Update to 0.12.12.
...
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.12.
2015-12-13 06:58:50 +02:00
Efraim Flashner
f0b0a5de87
gnu: clutter-gtk: Update to 1.6.6.
...
* gnu/packages/gnome.scm (clutter-gtk): Update to 1.6.6.
2015-12-12 23:22:03 +02:00
Efraim Flashner
5021f9d340
gnu: owncloud-client: Update to 2.1.0.
...
* gnu/packages/owncloud.scm (owncloud-client): Update to 2.1.0.
2015-12-12 22:52:48 +02:00
Andreas Enge
4165fda29d
gnu: gmp: Disable parallel tests.
...
* gnu/packages/multiprecision.scm (gmp)[arguments]: Disable parallel tests.
2015-12-12 14:40:37 +01:00
Ludovic Courtès
7dda44a6b9
build: Add missing patches to the distribution.
...
* gnu-system.am (dist_patch_DATA): Add glibc-hurd-extern-inline.patch
and plink-1.07-unclobber-i.patch.
2015-12-12 11:50:59 +01:00
Ludovic Courtès
e82e55e58c
Merge branch 'master' into core-updates
2015-12-12 11:48:46 +01:00
Andreas Enge
e35dff9733
gnu: numactl: Update to 2.0.11.
...
* gnu/packages/linux.scm (numactl)[source]: Update to 2.0.11.
[native-inputs]: Drop autotools.
[arguments]: Drop phase calling autogen.sh.
2015-12-12 10:20:30 +01:00
Mark H Weaver
798697f673
gnu: wget: Update to 1.17.1.
...
* gnu/packages/wget.scm (wget): Update to 1.17.1.
2015-12-11 18:31:50 -05:00
Ludovic Courtès
98bd851ee8
gnu: gcc: Use the system zlib.
...
* gnu/packages/gcc.scm (gcc-4.7) <configure-flags>: Pass
'--with-system-zlib'.
* gnu/packages/commencement.scm (gcc-boot0)[arguments]: Remove
'--with-system-zlib' from the configure flags.
* gnu/packages/commencement.scm (zlib-final): New variable.
(gcc-final)[arguments]: Add ZLIB-FINAL to #:allowed-references.
Pass -L and -Wl,-rpath for zlib in LDFLAGS, as a configure flag.
[inputs]: Add LD-WRAPPER-BOOT3 and ZLIB-FINAL.
2015-12-11 23:49:10 +01:00
Ludovic Courtès
52cfd8cb54
gnu: gcc-final: Remove unnecessary CPPFLAGS.
...
* gnu/packages/commencement.scm (gcc-final)[arguments]: Remove
unnecessary CPPFLAGS from #:make-flags.
2015-12-11 23:42:39 +01:00
Ricardo Wurmus
f7f55db8f6
gnu: Move sparsehash to datastructures module.
...
* gnu/packages/crypto.scm (sparsehash): Move variable to...
* gnu/packages/datastructures.scm: ...new file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-12-11 15:59:20 +01:00
Ricardo Wurmus
ca3476cd6c
gnu: Add r-lattice.
...
* gnu/packages/statistics.scm (r-lattice): New variable.
2015-12-11 15:44:07 +01:00
Ricardo Wurmus
2a40f76389
gnu: Add r-gridbase.
...
* gnu/packages/statistics.scm (r-gridbase): New variable.
2015-12-11 15:44:07 +01:00
Ricardo Wurmus
60a9d3d0ac
gnu: Add r-plotrix.
...
* gnu/packages/statistics.scm (r-plotrix): New variable.
2015-12-11 15:44:07 +01:00
Ricardo Wurmus
03af370f6e
gnu: Add r-readr.
...
* gnu/packages/statistics.scm (r-readr): New variable.
2015-12-11 15:44:07 +01:00
Ricardo Wurmus
62141c07f7
gnu: Rename r-data.table to r-data-table.
...
* gnu/packages/statistics.scm (r-data.table): Rename variable ...
(r-data-table): ... to this.
[description]: Clarify relation to data.frame.
[license]: Use correct license.
2015-12-11 15:44:07 +01:00
Ricardo Wurmus
0f6b9e9828
import: cran: Parse DESCRIPTION instead of HTML.
...
* guix/import/cran.scm (description->alist, listify,
beautify-description, description->package): New procedures.
(table-datum, downloads->url, nodes->text, cran-sxml->sexp): Remove
proceduces.
(latest-release): Use parsed DESCRIPTION instead of SXML.
* tests/cran.scm: Rewrite to match importer.
2015-12-11 15:35:07 +01:00
Ricardo Wurmus
b6a222757b
import: cran: Match more license strings.
...
* guix/import/cran.scm (string->license): Match more license strings to
license symbols.
2015-12-11 15:35:07 +01:00
Ben Woodcroft
5f7e17bef7
gnu: Add snap-aligner.
...
* gnu/packages/bioinformatics.scm (snap-aligner): New variable.
2015-12-11 14:34:51 +01:00
Efraim Flashner
9a41f4439d
gnu: python-certifi: Update to 2015.11.20.1.
...
* gnu/packages/python.scm (python-certifi): Update to 2015.11.20.1.
[source]: Change to pypi syntax.
2015-12-11 15:12:39 +02:00
Efraim Flashner
2e4c54573f
gnu: gnumeric: Add python scripting support.
...
* gnu/packages/gnome.scm (gnumeric): Do it.
[inputs]: Add python2, python2-pygobject-2.
2015-12-11 14:18:10 +02:00
Efraim Flashner
7bcbd40dc8
gnu: gnumeric: Update to 1.12.24.
...
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.24.
[inputs]: Add librsvg, libxslt.
[arguments]: Use "modify-phases" syntax.
2015-12-11 14:18:10 +02:00
Efraim Flashner
8cabd349b4
gnu: goffice: Update to 0.10.24.
...
* gnu/packages/gnome.scm (goffice): Update to 0.10.24.
2015-12-11 14:18:10 +02:00
Efraim Flashner
24a78aa600
gnu: gvfs: Update to 1.26.2.
...
* gnu/packages/gnome.scm (gvfs): Update to 1.26.2.
[inputs]: Add gcr.
2015-12-11 14:18:10 +02:00
Alex Kost
98f4a9004b
emacs: Handle compiled autoloads.
...
* emacs/guix-emacs.el (guix-emacs-autoloads-regexp): New variable.
(guix-emacs-find-autoloads-in-directory): Return a list of autoloads
without extensions.
2015-12-11 14:34:03 +03:00
Mark H Weaver
7534370435
gnu: linux-libre: Update to 4.3.2.
...
* gnu/packages/linux.scm (linux-libre): Update to 4.3.2.
[native-inputs]: Add openssl.
* gnu/packages/linux-libre-x86_64.conf,
gnu/packages/linux-libre-i686.conf: Update for 4.3.x,
based on <https://jxself.org/git/kernel-configs.git >.
2015-12-11 00:30:38 -05:00
Efraim Flashner
5d69165797
gnu: python-requests: Update to 2.8.1.
...
* gnu/packages/python.scm (python-requests): Update to 2.8.1.
[native-inputs]: Move python-setuptools here.
[inputs]: Remove python-certifi.
[propagated-inputs]: Add python-py, python-pytest, python-pytest-cov,
python-wheel.
[arguments]: Enable tests.
2015-12-10 20:24:11 +02:00
Efraim Flashner
addc808ddc
gnu: Add python-wheel.
...
* gnu/packages/python.scm (python-wheel, python2-wheel): New variables.
2015-12-10 20:24:11 +02:00
Efraim Flashner
358c3d612b
gnu: Add python-pytest-cov.
...
* gnu/packages/python.scm (python-pytest-cov, python2-pytest-cov): New
variables.
2015-12-10 20:24:11 +02:00
Roel Janssen
e522d84035
gnu: Add libconfig.
...
* gnu/packages/textutils.scm (libconfig): New variable.
2015-12-10 16:27:50 +01:00
Efraim Flashner
b01bbbcf3d
gnu: python-pytz: Update to 2015.7.
...
* gnu/packages/python.scm (python-pytz): Update to 2015.7.
[source]: Change uri to pypi's location.
[home-page]: Change to new website.
[license]: Change to expat.
2015-12-10 16:09:16 +02:00
Ricardo Wurmus
16414017f3
gnu: ghc-cryptonite: Update description.
...
* gnu/packages/haskell.scm (ghc-cryptonite)[description]: Shorten overly
technical package description.
2015-12-10 14:40:18 +01:00
Ben Woodcroft
e815c094f7
gnu: python-biopython, python2-biopython: Update to 1.66.
...
* gnu/packages/bioinformatics.scm (python-biopython, python2-biopython): Update to 1.66.
[source]: Use PyPi instead of biopython.org.
2015-12-10 14:35:56 +01:00
Ricardo Wurmus
85538709f1
gnu: Add ghc-pandoc.
...
* gnu/packages/haskell.scm (ghc-pandoc): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
ac2607a0ce
gnu: Add ghc-http-client-tls.
...
* gnu/packages/haskell.scm (ghc-http-client-tls): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
86dd2ce0b2
gnu: Add ghc-connection.
...
* gnu/packages/haskell.scm (ghc-connection): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
dcc5cf1d41
gnu: Add ghc-socks.
...
* gnu/packages/haskell.scm (ghc-socks): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
4f7f06e1a2
gnu: Add ghc-tls.
...
* gnu/packages/haskell.scm (ghc-tls): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
f664cbb3bf
gnu: Add ghc-x509-system.
...
* gnu/packages/haskell.scm (ghc-x509-system): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
1c649948c9
gnu: Add ghc-x509-validation.
...
* gnu/packages/haskell.scm (ghc-x509-validation): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
282f11420b
gnu: Add ghc-x509-store.
...
* gnu/packages/haskell.scm (ghc-x509-store): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
e24e053eda
gnu: Add ghc-x509.
...
* gnu/packages/haskell.scm (ghc-x509): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
4dc2deb920
gnu: Add ghc-memory.
...
* gnu/packages/haskell.scm (ghc-memory): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
2763952b9c
gnu: Add ghc-cryptonite.
...
* gnu/packages/haskell.scm (ghc-cryptonite): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
76e2fa7529
gnu: Add ghc-tasty-kat.
...
* gnu/packages/haskell.scm (ghc-tasty-kat): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
9d3c5d3859
gnu: Add ghc-asn1-parse.
...
* gnu/packages/haskell.scm (ghc-asn1-parse): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
8078327341
gnu: Add ghc-asn1-encoding.
...
* gnu/packages/haskell.scm (ghc-asn1-encoding): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
d4ce416a5c
gnu: Add ghc-asn1-types.
...
* gnu/packages/haskell.scm (ghc-asn1-types): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
ed8924c0d7
gnu: Add ghc-pem.
...
* gnu/packages/haskell.scm (ghc-pem): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
45813e67e0
gnu: Add ghc-hourglass.
...
* gnu/packages/haskell.scm (ghc-hourglass): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
51c05fcf20
gnu: Add ghc-byteable.
...
* gnu/packages/haskell.scm (ghc-byteable): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
c3cb9fa67c
gnu: Add ghc-http-client.
...
* gnu/packages/haskell.scm (ghc-http-client): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
b12d4f23e0
gnu: Add ghc-mime-types.
...
* gnu/packages/haskell.scm (ghc-mime-types): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
ac5d633a96
gnu: Add ghc-hslua.
...
* gnu/packages/haskell.scm (ghc-hslua): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
27f3949086
gnu: Add ghc-sha.
...
* gnu/packages/haskell.scm (ghc-sha): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
12676ce8be
gnu: Add ghc-juicypixels.
...
* gnu/packages/haskell.scm (ghc-juicypixels): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
348519e1bf
gnu: Add ghc-mmap.
...
* gnu/packages/haskell.scm (ghc-mmap): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
fcacbec34e
gnu: Add ghc-filemanip.
...
* gnu/packages/haskell.scm (ghc-filemanip): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
132133c1ae
gnu: Add ghc-yaml.
...
* gnu/packages/haskell.scm (ghc-yaml): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
9efdbb72af
gnu: Add ghc-mockery.
...
* gnu/packages/haskell.scm (ghc-mockery): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
1c17529fd5
gnu: Add ghc-logging-facade.
...
* gnu/packages/haskell.scm (ghc-logging-facade): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
b55630a3a8
gnu: Add ghc-conduit.
...
* gnu/packages/haskell.scm (ghc-conduit): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
1300634bf1
gnu: Add ghc-hspec-contrib.
...
* gnu/packages/haskell.scm (ghc-hspec-contrib): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
cb31771f84
gnu: Add ghc-aeson-qq.
...
* gnu/packages/haskell.scm (ghc-aeson-qq): New variable.
2015-12-10 14:34:51 +01:00
Ricardo Wurmus
3611fc7bff
gnu: Add ghc-haskell-src-meta.
...
* gnu/packages/haskell.scm (ghc-haskell-src-meta): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
2e67725150
gnu: Add ghc-th-orphans.
...
* gnu/packages/haskell.scm (ghc-th-orphans): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
536b84a832
gnu: Add ghc-th-reify-many.
...
* gnu/packages/haskell.scm (ghc-th-reify-many): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
25101be9dc
gnu: Add ghc-th-expand-syns.
...
* gnu/packages/haskell.scm (ghc-th-expand-syns): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
1777e1f2cb
gnu: Add ghc-th-lift.
...
* gnu/packages/haskell.scm (ghc-th-lift): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
74d9f72e02
gnu: Add ghc-packedstring.
...
* gnu/packages/haskell.scm (ghc-packedstring): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
5de6eedc60
gnu: Add ghc-enclosed-exceptions.
...
* gnu/packages/haskell.scm (ghc-enclosed-exceptions): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
25b20a9c7a
gnu: Add ghc-executable-path.
...
* gnu/packages/haskell.scm (ghc-executable-path): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
31be270b93
gnu: Add ghc-cmark.
...
* gnu/packages/haskell.scm (ghc-cmark): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
66c480b6c8
gnu: Add ghc-highlighting-kate.
...
* gnu/packages/haskell.scm (ghc-highlighting-kate): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
05245dc9ff
gnu: Add ghc-diff.
...
* gnu/packages/haskell.scm (ghc-diff): Add variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
a54d11b58f
gnu: Add ghc-regex-pcre-builtin.
...
* gnu/packages/haskell.scm (ghc-regex-pcre-builtin): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
ef2861b1d9
gnu: Add ghc-texmath.
...
* gnu/packages/haskell.scm (ghc-texmath): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
8164d58ec7
gnu: Add ghc-pandoc-types.
...
* gnu/packages/haskell.scm (ghc-pandoc-types): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
4cbd9f5993
gnu: Add ghc-deepseq-generics.
...
* gnu/packages/haskell.scm (ghc-deepseq-generics): New variable.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
6ff4a50d75
gnu: ghc-aeson: Propagate input.
...
* gnu/packages/haskell.scm (ghc-aeson)[inputs]: Move
"ghc-unordered-containers" from here ...
[propagated-inputs]: ... to here.
2015-12-10 14:34:50 +01:00
Ricardo Wurmus
172bb3b86d
gnu: ghc-haskell-src-exts: Propagate some inputs.
...
* gnu/packages/haskell.scm (ghc-haskell-src-exts)[inputs]: Remove field.
[propagated-inputs]: Move "cpphs", "ghc-mtl", "ghc-happy", and "ghc-syb"
from inputs field here.
[native-inputs]: Move "ghc-smallcheck", "ghc-tasty",
"ghc-tasty-smallcheck", and "ghc-tasty-golden" from inputs field here.
2015-12-10 14:34:50 +01:00
Ludovic Courtès
557b5557d8
gnu: commencement: Restrict allowed references for libstdc++.
...
* gnu/packages/commencement.scm (libstdc++)[arguments]: Add
#:allowed-references.
2015-12-10 11:54:57 +01:00
Alex Kost
2e74b9f4cf
gnu: emacs-w3m: Update to 1.4.538+0.20141022.
...
* gnu/packages/emacs.scm (emacs-w3m): Update to 1.4.538+0.20141022.
[arguments]: Use '--without-compress-install' configure flag.
2015-12-10 13:24:49 +03:00
Alex Kost
932ece6553
gnu: emacs-w3m: Use 'modify-syntax'.
...
* gnu/packages/emacs.scm (emacs-w3m)[arguments]: Use 'modify-syntax'.
2015-12-10 13:23:50 +03:00
Ludovic Courtès
135065853f
gnu: texinfo: Remove unneeded dependency on xz.
...
The impetus for this is that XZ 5.2.2 requires pthreads. However, when
using the bootstrap GCC, using '-pthread' doesn't work because it tries
to refer to /nix/store/eeeeee-glibc-2.18. XZ eventually fails to build
with undefined references to pthread symbols.
* gnu/packages/texinfo.scm (texinfo)[inputs]: Remove XZ, which was
unneeded.
2015-12-10 11:02:09 +01:00
Ludovic Courtès
6a4db3f361
gnu: libarchive: Fix test failure on SELinux systems.
...
Reported by Jan Synáček <jan.synacek@gmail.com >
at <https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00522.html >.
* gnu/packages/patches/libarchive-bsdtar-test.patch: New file.
* gnu/packages/backup.scm (libarchive)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2015-12-09 23:10:10 +01:00
Alex Sassmannshausen
dcb7119a6d
doc: rephrase code of conduct.
...
* doc/contributing.texi (Contributing): Rephrase 'code of conduct'
section.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-12-09 22:18:47 +01:00
Ludovic Courtès
873d0ff2cd
gnu-maintenance: Really find the latest GNOME releases.
...
Reported by Efraim Flashner <efraim@flashner.co.il >
at <https://lists.gnu.org/archive/html/guix-devel/2015-12/msg00202.html >.
* guix/gnu-maintenance.scm (latest-ftp-release): Call KEEP-FILE? on
directories too.
(latest-gnome-release)[even-minor-version?]: Protect again MINOR being
false; change pattern to match VERSION with two or more numbers. Remove
use of 'version-major+minor'.
[even-numbered-tarball?]: Rename to...
[even-numbered?]: ... this. Use 'package-name->name+version'. When
VERSION is #f, check NAME.
2015-12-09 22:18:47 +01:00
Ludovic Courtès
cd48eae560
build: Always check for gzip/bzip2/xz.
...
This allows (guix config) to contain valid values of %GZIP et al. even
when configured with --disable-daemon.
* config-daemon.ac: Move 'AC_PATH_PROG' invocations for
gzip & co. to...
* configure.ac: ... here.
2015-12-09 22:18:47 +01:00
Efraim Flashner
6b6a0b143d
gnu: youtube-dl: Update to 2015.12.09.
...
* gnu/packages/video.scm (youtube-dl): Update to 2015.12.09.
[native-inputs]: Move python-setuptools here.
2015-12-09 23:05:54 +02:00
Efraim Flashner
fa09215342
gnu: vte: Update to 0.42.1.
...
* gnu/packages/gnome.scm (vte): Update to 0.42.1.
2015-12-09 22:57:57 +02:00
Efraim Flashner
896dcbc77c
gnu: libsecret: Update to 0.18.3.
...
* gnu/packages/gnome.scm (libsecret): Update to 0.18.3.
2015-12-09 22:48:39 +02:00
Efraim Flashner
5e8aec2cf3
gnu: libgnome-keyring: Update to 3.12.0.
...
* gnu/packages/gnome.scm (libgnome-keyring): Update to 3.12.0.
2015-12-09 22:48:39 +02:00
Alex Kost
1ae15c3646
emacs: Fix '--rounds' option in command popups.
...
* emacs/guix-command.el (guix-command-improve-common-build-argument):
Use "R" key for '--rounds' option to avoid conflicts with "r" key in
'build' popup (--root) and 'package' popup (--remove).
2015-12-09 19:55:04 +03:00
Alex Kost
dcb00c0ad5
emacs: Add 'guix-build-log-find-file'.
...
* emacs/guix-build-log.el (guix-build-log-find-file): New procedure.
* emacs/guix-command.el (guix-run-view-build-log): Use it.
2015-12-09 19:54:19 +03:00
Alex Kost
d7a58c60d6
emacs: list: Fontify time stamps.
...
* emacs/guix-list.el (guix-list-time): New face.
(guix-list-get-time): Use it.
2015-12-09 19:54:19 +03:00
Alex Kost
d84018b5b1
emacs: info: Add 'guix-info-heading' face.
...
* emacs/guix-info.el (guix-info-heading): New face.
(guix-package-info-heading): Inherit it.
2015-12-09 19:54:19 +03:00
Ludovic Courtès
e15fcdd149
Add "Contributor Covenant".
...
* CODE-OF-CONDUCT: New file, adapted from
<http://contributor-covenant.org/version/1/3/0/code_of_conduct.txt >.
* doc/contributing.texi (Contributing): Mention it.
* Makefile.am (EXTRA_DIST): Add it.
2015-12-09 14:29:41 +01:00
Eelco Dolstra
cb9601029e
daemon: Use deterministic $TMPDIR in chroot.
...
Rather than using $<host-TMPDIR>/nix-build-<drvname>-<number>, the
temporary directory is now always /tmp/nix-build-<drvname>-0. This
improves bitwise-exact reproducibility for builds that store $TMPDIR
in their build output. (Of course, those should still be fixed...)
* nix/libstore/build.cc (DerivationGoal)[tmpDirInSandbox]: New field.
(DerivationGoal::startBuilder): Initialize 'useChroot' earlier. Compute
'tmpDirInSandbox', and use it when populating 'dirsInChroot'.
* doc/guix.texi (Build Environment Setup): Document it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2015-12-09 14:29:41 +01:00
Ludovic Courtès
a8d65643fb
guix build: Add '--check'.
...
* guix/derivations.scm (build-derivations): Add optional 'mode'
parameter.
* guix/scripts/build.scm (%default-options): Add 'build-mode'.
(show-help, %options): Add '--check'.
(guix-build): Honor 'build-mode' key of OPTS. Pass it to
'show-what-to-build' and 'build-derivations'.
* doc/guix.texi (Invoking guix build): Document it.
(Substitutes): Mention it.
2015-12-09 14:29:41 +01:00
Ludovic Courtès
58c08df054
derivations: Determine what's built in 'check' mode.
...
* guix/derivations.scm (substitution-oracle): Add #:mode parameter and
honor it.
(derivation-prerequisites-to-build): Likewise.
[derivation-built?]: Take it into account.
* guix/ui.scm (show-what-to-build): Add #:mode parameter. Pass it to
'substitute-oracle' and 'derivations-prerequisites-to-build'.
* tests/derivations.scm ("derivation-prerequisites-to-build in 'check'
mode"): New test.
2015-12-09 14:29:41 +01:00
Efraim Flashner
cc9553562c
gnu: gmime: Update to 2.6.20.
...
* gnu/packages/mail.scm (gmime): Update to 2.6.20.
[arguments]: Use modify-phases syntax.
2015-12-09 15:21:34 +02:00
Ludovic Courtès
8d5e7ad29a
gnu: guile-sly: Use HTTPS URL.
...
* gnu/packages/guile.scm (guile-sly)[source]: Use 'https'. Failing to
do that, we get redirected to 'https', which fails because GnuTLS is
missing.
2015-12-08 23:58:12 +01:00
Ludovic Courtès
5b74fe065b
guix build: Add '--rounds'.
...
* guix/scripts/build.scm (show-build-options-help)
(%standard-build-options): Add --rounds.
(set-build-options-from-command-line): Honor it.
* doc/guix.texi (Invoking guix build): Document it.
* doc/contributing.texi (Submitting Patches): Mention it.
2015-12-08 23:58:12 +01:00
Ludovic Courtès
2fba87ac7c
store: Allow clients to request multiple builds.
...
* guix/store.scm (set-build-options): Add #:rounds parameter and honor it.
* tests/store.scm ("build multiple times"): New test.
2015-12-08 23:58:12 +01:00
Eelco Dolstra
b23b4d394a
daemon: Allow builds to be repeated.
...
This makes it easy to detect non-deterministic builds.
* nix/libstore/build.cc (DerivationGoal): Remove 'InodesSeen'; add
'curRound', 'nrRound', and 'prevInfos'.
(DerivationGoal::inputsRealised): Initialize 'nrRound'.
(NotDeterministic): New error type.
(DerivationGoal::buildDone): Check whether we need to repeat.
(DerivationGoal::startBuilder): Adjust message.
(DerivationGoal::registerOutputs): Check whether we get the same result.
* nix/libstore/globals.cc (Settings::get(const string & name, int def)):
New method.
* nix/libstore/globals.hh (Settings): Add it.
* nix/libstore/store-api.hh (ValidPathInfo): Add operator ==.
* nix/nix-daemon/nix-daemon.cc (performOp): Allow "build-repeat" for
"untrusted" users.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2015-12-08 23:58:12 +01:00
Andreas Enge
7fbee931a5
gnu: python-pillow: Update to 3.0.0.
...
* gnu/packages/python.scm (python-pillow, python2-pillow): Update to 3.0.0.
2015-12-08 23:16:37 +01:00
Andreas Enge
b00150641a
gnu: numactl: Update to 2.0.10.
...
* gnu/packages/linux.scm (numactl)[source]: Update to 2.0.10.
[arguments]: Adapt phases to use the autotools machinery.
[native-inputs]: Add autotools packages.
2015-12-08 23:09:59 +01:00
Ludovic Courtès
c499125704
gnu-maintenance: Exclude development releases from GNOME update candidates.
...
Suggested by Efraim Flashner <efraim@flashner.co.il >.
* guix/gnu-maintenance.scm (latest-ftp-release): Add #:keep-file?
parameter and honor it.
(latest-gnome-release)[%not-dot]: New variable.
[even-minor-version?, even-numbered-tarball?]: New procedures.
Pass EVEN-NUMBERED-TARBALL? as #:keep-file? argument.
2015-12-08 16:09:33 +01:00
Efraim Flashner
f714d9fe04
gnu: glade3: Update to 3.8.5.
...
* gnu/packages/gnome.scm (glade3): Update to 3.8.5.
2015-12-08 15:05:25 +02:00
Efraim Flashner
20a1a4c322
gnu: autogen: Update to 5.18.7.
...
* gnu/packages/autogen.scm (autogen): Update to 5.18.7.
2015-12-08 14:30:29 +02:00
Ludovic Courtès
6efa6f7645
gnu-maintenance: ftp.gnome.org does not provide signatures.
...
* guix/gnu-maintenance.scm (latest-ftp-release): Add #:file->signature
parameter. Honor it.
(latest-gnome-release): Pass #:file->signature.
* guix/upstream.scm (coalesce-sources): Keep 'signature-urls' as #f
unless both sources provide it.
2015-12-07 23:57:20 +01:00
Ludovic Courtès
e80c0f85ba
gnu-maintenance: Add GNOME updater.
...
* guix/gnu-maintenance.scm (ftp-server/directory)[quirks]: Remove glib.
(false-if-ftp-error): New macro.
(latest-release*): Use it.
(non-emacs-gnu-package?): Rename to...
(pure-gnu-package?): ... this. Add call to 'gnome-package?'.
(%gnu-updater): Adjust accordingly.
(gnome-package?, latest-gnome-release): New procedures.
(%gnome-updater): New variable.
* guix/scripts/refresh.scm (%updaters): Add %GNOME-UPDATER.
* doc/guix.texi (Invoking guix refresh): Mention it.
2015-12-07 23:32:01 +01:00
Ludovic Courtès
e946f2ec92
gnu-maintenance: Generalize 'latest-ftp-release'.
...
* guix/gnu-maintenance.scm (latest-release): Rename to...
(latest-ftp-release): ... this. Add #:server and #:directory
parameters.
(latest-release): New procedure.
2015-12-07 23:32:01 +01:00
Ludovic Courtès
fba607b129
refresh: Bail out when asked for a nonexistent updater.
...
* guix/scripts/refresh.scm (lookup-updater): Call 'leave' when 'find'
returns #f.
2015-12-07 23:32:01 +01:00
Ludovic Courtès
e3cc793e7c
gnu-maintenance: Do not look for releases in "w32" sub-directories.
...
* guix/gnu-maintenance.scm (latest-release): Filter out "w32"
directories.
2015-12-07 23:32:01 +01:00
Ludovic Courtès
202440e07a
gnu-maintenance: Add tests for 'release-file?'.
...
* tests/gnu-maintenance.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
* guix/gnu-maintenance.scm (release-file?): Export.
2015-12-07 23:32:01 +01:00
Ludovic Courtès
fa04a04f18
gnu-maintenance: Properly handle TeXmacs.
...
* guix/gnu-maintenance.scm (ftp-server/directory): Add comment.
(release-file?): Use 'string-ci=?' instead of 'equal?' when comparing
project names.
2015-12-07 23:32:01 +01:00
Ludovic Courtès
f00dccf441
gnu-maintenance: Adjust tarball regexp for IceCat tarballs.
...
* guix/gnu-maintenance.scm (%tarball-rx): Tweak to match IceCat tarball
patterns.
2015-12-07 23:32:01 +01:00
Ludovic Courtès
b6124f00b8
gnu-maintenance: Fix URLs returned by 'latest-release' for deep trees.
...
With this, (latest-release "gcc") returns an <upstream-source> with URL:
ftp://ftp.gnu.org/gnu/gcc/gcc-5.3.0/gcc-5.3.0.tar.gz
Previous it would omit "gcc-5.3.0/" from the URL.
Fixes a regression introduced in 0a7c5a0 .
* guix/gnu-maintenance.scm (latest-release)[file->url, file->source]:
Add 'directory' parameter. Update users.
2015-12-07 23:32:01 +01:00
Ludovic Courtès
56b6befb50
doc: 'guix environment --container' does not create '/env'.
...
* doc/guix.texi (Invoking guix environment): Remove outdated mention of
'/env' for '--container'.
2015-12-07 23:32:01 +01:00
David Thompson
1eca745b44
gnu: node: Do not use bundled dependencies.
...
The Node build system was previously building its own copies of
OpenSSL (yikes!), libuv, and zlib.
* gnu/packages/node.scm (node)[inputs]: Add openssl, libuv, and zlib.
[arguments]: Add configure flags for using system libraries. Use
'modify-phases' syntax.
2015-12-07 17:05:34 -05:00
Leo Famulari
437d728632
gnu: util-linux: Make description more descriptive.
...
* gnu/packages/linux.scm (util-linux)[description]: Give some more
information about the package.
Signed-off-by: Andreas Enge <andreas@enge.fr >
2015-12-07 21:11:21 +01:00
Mark H Weaver
dae36ca558
gnu: pcre: Update to 8.38.
...
* gnu/packages/pcre.scm (pcre): Update to 8.38. Add source URI for
main FTP site.
2015-12-07 09:54:01 -05:00
Mark H Weaver
821060f3f6
gnu: libxml2: Update to 2.9.3.
...
* gnu/packages/patches/libxml2-CVE-2015-1819.patch,
gnu/packages/patches/libxml2-CVE-2015-7941-pt1.patch,
gnu/packages/patches/libxml2-CVE-2015-7941-pt2.patch,
gnu/packages/patches/libxml2-CVE-2015-7942-pt1.patch,
gnu/packages/patches/libxml2-CVE-2015-7942-pt2.patch,
gnu/packages/patches/libxml2-CVE-2015-8035.patch,
gnu/packages/patches/libxml2-bug-737840.patch,
gnu/packages/patches/libxml2-bug-738805.patch,
gnu/packages/patches/libxml2-bug-746048.patch,
gnu/packages/patches/libxml2-bug-747437.patch,
gnu/packages/patches/libxml2-bug-751603.patch,
gnu/packages/patches/libxml2-bug-751631.patch,
gnu/packages/patches/libxml2-bug-754946.patch,
gnu/packages/patches/libxml2-bug-754947.patch,
gnu/packages/patches/libxml2-bug-755857.patch,
gnu/packages/patches/libxml2-fix-catalog-corruption.patch,
gnu/packages/patches/libxml2-id-attrs-in-xmlSetTreeDoc.patch,
gnu/packages/patches/libxml2-node-sort-order-pt1.patch,
gnu/packages/patches/libxml2-node-sort-order-pt2.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/xml.scm (libxml2): Update to 2.9.3. Remove patches.
2015-12-07 09:54:01 -05:00
Mark H Weaver
86c8f1daf8
gnu: openssl: Update to 1.0.2e [fixes CVE-2015-{3193,3194,3195}].
...
* gnu/packages/tls.scm (openssl): Update to 1.0.2e.
[arguments]: Rename 'fix-man-dir' phase to 'patch-Makefile.org',
and patch SHELL in Makefile.org. Add 'fix-broken-symlinks' phase.
Return #t from 'patch-tests' phase.
2015-12-07 09:54:01 -05:00
Efraim Flashner
e5be0e01f2
gnu: keepassx: Update to 2.0.
...
* gnu/packages/password-utils.scm (keepassx): Update to 2.0.
[source]: Change to official release location.
2015-12-07 13:07:18 +02:00
Efraim Flashner
044176621e
gnu: python2-zope-security: Use python2-zope-testrunner.
...
* gnu/packages/python.scm (python2-zope-security): Do it.
2015-12-07 12:31:56 +02:00
Efraim Flashner
b847618f65
gnu: help2man: Update to 1.47.3.
...
* gnu/packages/man.scm (help2man): Update to 1.47.3.
2015-12-07 10:59:54 +02:00
Efraim Flashner
5f47e71343
gnu: libmicrohttpd: Update to 0.9.47.
...
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.47.
2015-12-07 10:40:05 +02:00
Alex Vong
f8f8897f7e
gnu: mp3info: Update URL.
...
* gnu/packages/mp3.scm (mp3info): Update source URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-12-06 23:12:12 +01:00
Ludovic Courtès
91726b6a3b
nls: Add Polish translation.
2015-12-06 23:02:32 +01:00
Kyle Meyer
e92b8599f7
gnu: Add myrepos.
...
* gnu/packages/version-control.scm (myrepos): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-12-06 22:44:17 +01:00
Kyle Meyer
1872f1bb79
gnu: Add python-docopt.
...
* gnu/packages/python.scm (python-docopt, python2-docopt): New
variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-12-06 22:38:32 +01:00
Efraim Flashner
07ab3b8ecc
gnu: gajim: Update to 0.16.4.
...
* gnu/packages/messaging.scm (gajim): Update to 0.16.4.
2015-12-06 22:18:01 +02:00
Efraim Flashner
d1d75c6a67
gnu: pinentry: Update to 0.9.6.
...
* gnu/packages/gnupg.scm (pinentry): Update to 0.9.6.
[inputs]: Add libsecret.
2015-12-06 22:18:01 +02:00
Efraim Flashner
231dd02337
gnu: gpgme: Update to 1.6.0.
...
* gnu/packages/gnupg.scm (gpgme): Update to 1.6.0.
2015-12-06 22:18:01 +02:00
Efraim Flashner
b65249cc2b
gnu: gnupg: Update to 2.1.10.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.10.
[inputs]: Add adns.
2015-12-06 22:18:01 +02:00
Efraim Flashner
7b40296fc0
gnu: gnupg-2.0: Update to 2.0.29.
...
* gnu/packages/gnupg.scm (gnupg-2.0): Update to 2.0.29.
[inputs]: Add adns.
2015-12-06 22:18:01 +02:00
Efraim Flashner
b682a77669
gnu: libassuan: Update to 2.4.2.
...
* gnu/packages/gnupg.scm (libassuan): Update to 2.4.2.
2015-12-06 22:18:01 +02:00
Mathieu Lirzin
d7e92b8752
gnu: Move pkg-config to native inputs.
...
* gnu/packages/glib.scm (gobject-introspection)[native-inputs]: Move
pkg-config from inputs.
* gnu/packages/pulseaudio.scm (libsndfile, libsamplerate)
(pulseaudio)[native-inputs]: Likewise.
2015-12-06 17:25:13 +01:00
Mathieu Lirzin
d4fe27fe2c
gnu: Move pkg-config to native inputs.
...
* gnu/packages/xiph.scm (ao)[native-inputs]: Move pkg-config from
inputs.
* gnu/packages/xorg.scm (xf86-video-geode)[native-inputs]: Likewise.
2015-12-06 17:23:26 +01:00
Mathieu Lirzin
cd08fe4259
edit: Don't assume that an emacs daemon is running.
...
* guix/scripts/edit.scm (%editor): Use Emacs as a default value.
2015-12-06 17:23:25 +01:00
Mathieu Lirzin
b16dbd1311
edit: Allow command line arguments in $VISUAL and $EDITOR.
...
* guix/scripts/edit.scm (guix-edit): Fix the assumption that %editor is
a one word command.
2015-12-06 17:23:21 +01:00
Efraim Flashner
2f52ad7413
gnu: nano: Update to 2.5.0.
...
* gnu/packages/nano.scm (nano): Update to 2.5.0.
2015-12-06 16:49:41 +02:00
Efraim Flashner
ff21fa8b63
gnu: gdb: Update to 7.10.1.
...
* gnu/packages/gdb.scm (gdb): Update to 7.10.1.
2015-12-06 15:57:33 +02:00
Alex Kost
7edf242967
gnu: manaplus: Update to 1.5.12.5.
...
* gnu/packages/games.scm (manaplus): Update to 1.5.12.5.
2015-12-06 12:46:10 +03:00
Alex Kost
f5688801b2
emacs: info: Show a message after copying button label.
...
* emacs/guix-info.el (guix-info-button-copy-label): Use
'guix-copy-as-kill' to display a message with what was killed.
2015-12-06 12:46:10 +03:00
Alex Kost
9ff175655c
emacs: Complete --profile in 'guix package' popup.
...
* emacs/guix-command.el (guix-command-improve-package-argument): Use
'guix-read-file-name' to complete --profile option.
2015-12-06 12:46:10 +03:00
Alex Kost
a65f007524
emacs: 'guix-emacs-load-autoloads' takes a profile.
...
* emacs/guix-emacs.el (guix-emacs-load-autoloads): Use 'profile'
as an optional argument.
(guix-emacs-load-autoloads-maybe): Adjust accordingly.
* emacs/guix-init.el: Likewise.
2015-12-06 12:46:10 +03:00
Alex Kost
c67e344f21
emacs: Fix 'guix-pull'.
...
* emacs/guix-base.el (guix-pull): Handle prefix argument when it is run
interactively. Use 'guix-command' instead of 'guix-pull' to prevent
REPL exit if 'leave' happens.
2015-12-06 12:46:10 +03:00
Alex Kost
957b73382b
emacs: Fix 'guix-apply-manifest'.
...
* emacs/guix-base.el (guix-apply-manifest): Use 'guix-command' instead
of 'guix-package' to prevent REPL exit if 'leave' happens. Expand
profile and manifest file names, as relative file names lead to an
error.
2015-12-06 12:46:10 +03:00
Ludovic Courtès
e2e3600fe8
gnu: pius: Update to 2.2.1.
...
* gnu/packages/gnupg.scm (pius): Update to 2.2.1. Change URL to
github.com.
[arguments]: Update pattern for 'gpg' command.
2015-12-05 23:38:02 +01:00
David Thompson
9fd0838b28
gnu: Add letsencrypt.
...
* gnu/packages/tls.scm (letsencrypt): New variable.
2015-12-05 09:44:38 -05:00
Leo Famulari
7890e3baf3
gnu: Add acme.
...
* gnu/packages/tls.scm (acme): New variable.
2015-12-05 09:44:38 -05:00
Leo Famulari
38b8f9b21b
gnu: Add python2-parsedatetime.
...
* gnu/packages/python.scm (python2-parsedatetime): New variable.
2015-12-05 09:44:38 -05:00
Leo Famulari
4df1e30da8
gnu: python-parsedatetime: Update to 1.5.
...
* gnu/packages/python.scm (python-parsedatetime): Update to 1.5.
[arguments]: Enable tests.
2015-12-05 09:44:38 -05:00
Leo Famulari
ab41f9799f
gnu: Add python-ndg-httpsclient.
...
* gnu/packages/python.scm (python-ndg-httpsclient,
python2-ndg-httpsclient): New variables.
2015-12-05 09:44:38 -05:00
Leo Famulari
79e8a2916d
gnu: Add python-configargparse.
...
* gnu/packages/python.scm (python-configargparse,
python2-configargparse): New variables.
2015-12-05 09:44:37 -05:00
Leo Famulari
b5f218be26
gnu: Add python2-pythondialog.
...
* gnu/packages/python.scm (python2-pythondialog): New variable.
2015-12-05 09:44:37 -05:00
Leo Famulari
44298269ba
gnu: Add dialog.
...
* gnu/packages/python.scm (dialog): New variable.
2015-12-05 09:44:37 -05:00
Leo Famulari
99fffa8ae0
gnu: Add python-configobj.
...
* gnu/packages/python.scm (python-configobj, python2-configobj): New
variables.
* gnu/packages/patches/python-configobj-setuptools.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2015-12-05 09:44:37 -05:00
Leo Famulari
5eea200518
gnu: Add python-werkzeug.
...
* gnu/packages/python.scm (python-werkzeug, python2-werkzeug): New
variables.
2015-12-05 09:44:37 -05:00
Leo Famulari
3859ac12d6
gnu: Add python-pyrfc3339.
...
* gnu/packages/python.scm (python-pyrfc3339, python2-pyrfc3339): New variables.
2015-12-05 09:44:37 -05:00
Leo Famulari
a6b61b271b
gnu: Add python-zope-component.
...
* gnu/packages/python.scm (python-zope-component,
python2-zope-component): New variables.
2015-12-05 09:44:37 -05:00
Leo Famulari
d4b77f3662
gnu: Add python-zope-security.
...
* gnu/packages/python.scm (python-zope-security,
python2-zope-security): New variables.
2015-12-05 09:44:37 -05:00
Leo Famulari
f404b5ea6e
gnu: Add python-zope-location.
...
* gnu/packages/python.scm (python-zope-location, python2-zope-location):
New variables.
2015-12-05 09:44:37 -05:00
Leo Famulari
2ad520866f
gnu: Add python-zope-proxy.
...
* gnu/packages/python.scm (python-zope-proxy, python2-zope-proxy): New
variables.
2015-12-05 09:44:37 -05:00
Leo Famulari
fbac9b178e
gnu: Add python-zope-configuration.
...
* gnu/packages/python.scm (python-zope-configuration,
python2-zope-configuration): New variables.
2015-12-05 09:44:36 -05:00
Leo Famulari
71fb09f326
gnu: Add python-zope-schema.
...
* gnu/packages/python.scm (python-zope-schema, python2-zope-schema): New variables.
2015-12-05 09:44:36 -05:00
Leo Famulari
6a5c710c40
gnu: Add python-zope-i18nmessageid.
...
* gnu/packages/python.scm (python-zope-i18nmessageid,
python2-zope-i18nmessageid): New variables.
2015-12-05 09:44:36 -05:00
Leo Famulari
01614c4fea
gnu: Add python-zope-testrunner.
...
* gnu/packages/python.scm (python-zope-testrunner,
python2-zope-testrunner): New variables.
2015-12-05 09:44:36 -05:00
Leo Famulari
900e3c0e0e
gnu: Add python-zope-testing.
...
* gnu/packages/python.scm (python-zope-testing, python2-zope-testing):
New variables.
2015-12-05 09:44:36 -05:00
Leo Famulari
81f2373cd4
gnu: Add python-zope-exceptions.
...
* gnu/packages/python.scm (python-zope-exceptions,
python2-zope-exceptions): New variables.
2015-12-05 09:44:36 -05:00
Leo Famulari
97abe268ab
gnu: Add python-zope-interface.
...
* gnu/packages/python.scm (python-zope-interface,
python2-zope-interface): New variables.
2015-12-05 09:44:36 -05:00
Leo Famulari
2fc5f18680
gnu: Add python-zope-event.
...
* gnu/packages/python.scm (python-zope-event, python2-zope-event): New
variables.
2015-12-05 09:44:36 -05:00
宋文武
6bad7524a6
system: Add /etc/environment.
...
* gnu/system.scm: (operating-system-environment-variables): New procedure.
Adapted and moved environment variables from /etc/profile.
(operating-system-etc-service): Adjust accordingly.
(essential-services): Add an instance of SESSION-ENVIRONMENT-SERVICE-TYPE.
2015-12-05 10:51:49 +08:00
宋文武
af9908ff56
system: pam: Honor /etc/environment.
...
* gnu/system/pam.scm (unix-pam-service): Add pam_env module to the session group.
2015-12-05 10:51:49 +08:00
宋文武
e10964efd2
services: Add 'session-environment-service'.
...
* gnu/services/base.scm (session-environment-service): New procedure.
(session-environment-service-type): New variable.
(environment-variables->environment-file): New procedure.
2015-12-05 10:51:49 +08:00
Ludovic Courtès
2aacd9179c
profiles: Silence GTK+ icon cache creation.
...
Suggested by Ricardo Wurmus <rekado@elephly.net >.
* guix/profiles.scm (gtk-icon-themes)[build]: Pass --quiet to
'gtk-update-icon-cache'.
2015-12-04 23:12:02 +01:00
Ludovic Courtès
4bddf74ef2
profiles: Silence GTK+ icon theme union.
...
Suggested by Ricardo Wurmus <rekado@elephly.net >.
* guix/profiles.scm (gtk-icon-themes)[build]: Pass 'union-build' a
#:log-port argument.
2015-12-04 23:12:02 +01:00
Mark H Weaver
b9fa245fcd
gnu: icecat: Update to 38.4.0-gnu1.
...
* gnu/packages/patches/icecat-CVE-2015-4513-pt01.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt02.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt03.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt04.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt05.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt06.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt07.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt08.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt09.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt10.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt11.patch,
gnu/packages/patches/icecat-CVE-2015-7188.patch,
gnu/packages/patches/icecat-CVE-2015-7189.patch,
gnu/packages/patches/icecat-CVE-2015-7193.patch,
gnu/packages/patches/icecat-CVE-2015-7194.patch,
gnu/packages/patches/icecat-CVE-2015-7196.patch,
gnu/packages/patches/icecat-CVE-2015-7197.patch,
gnu/packages/patches/icecat-CVE-2015-7198.patch,
gnu/packages/patches/icecat-CVE-2015-7199.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/gnuzilla.scm (icecat): Update to 38.4.0-gnu1. Remove the
obsolete patches.
2015-12-04 15:52:16 -05:00
Ludovic Courtès
2734cbb895
store: 'build-things' now supports older daemon protocols.
...
This is a followup to d203d3d .
* guix/store.scm (build-things): Add 'build/old'. Use it when STORE's
minor version is less than 15.
2015-12-04 11:34:18 +02:00
Ludovic Courtès
07e70f4846
store: Add mode parameter to 'build-paths'.
...
* guix/store.scm (%protocol-version): Set minor to 15.
(build-mode): New enumerate type.
(build-things): Add 'mode' parameter; pass it to the RPC.
* tests/store.scm ("build-things, check mode"): New check.
2015-12-03 19:09:53 +02:00
Ludovic Courtès
d203d3d4cb
store: Update to the new daemon protocol.
...
* guix/store.scm (%protocol-version): Set minor to 14.
(open-connection): Add 'cpu-affinity' parameter and honor it.
2015-12-03 19:09:53 +02:00
Ludovic Courtès
df7393b93c
gnu: Add findnewest.
...
* gnu/packages/version-control.scm (findnewest): New variable.
2015-12-03 19:09:53 +02:00
Federico Beffa
dab8ebd925
gnu: python2-seaborn: Use custom 'python2-' packages.
...
* gnu/packages/python.scm (python2-seaborn): Use customized 'python2-'
versions of 'matplotlib', 'pandas' and 'scipy'.
2015-12-03 12:49:32 +01:00
Efraim Flashner
d1e08856e0
gnu: openssh: Update to 7.1p1.
...
* gnu/packages/ssh.scm (openssh): Update to 7.1p1.
2015-12-03 13:14:11 +02:00
Alex Kost
c181b870f1
gnu: paredit: Update to 24.
...
* gnu/packages/emacs.scm (paredit): Update to 24.
2015-12-03 13:39:26 +03:00
Alex Kost
509a0c2700
gnu: magit: Update to 2.3.1.
...
* gnu/packages/emacs.scm (magit): Update to 2.3.1.
2015-12-03 13:39:26 +03:00
Alex Kost
fae2a30f13
gnu: emacs-dash: Update to 2.12.1.
...
* gnu/packages/emacs.scm (emacs-dash): Update to 2.12.1.
2015-12-03 13:39:26 +03:00
Alex Kost
eccd0b57a1
gnu: emacs-pdf-tools: Update to 0.70.
...
* gnu/packages/emacs.scm (emacs-pdf-tools): Update to 0.70.
2015-12-03 13:39:26 +03:00
Efraim Flashner
dfbddf81be
gnu: libass: Update to 0.13.1.
...
* gnu/packages/video.scm (libass): Update to 0.13.1.
2015-12-03 11:37:28 +02:00
Efraim Flashner
877a6466a6
gnu: xmlto: Update to 0.0.28.
...
* gnu/packages/xml.scm (xmlto): Update to 0.0.28.
2015-12-03 11:37:28 +02:00
Efraim Flashner
f673552c13
gnu: vapoursynth: Update to 28.
...
* gnu/packages/video.scm (vapoursynth): Update to 28.
2015-12-03 11:37:28 +02:00
Federico Beffa
d9bc0bf8fa
gnu: python2-scikit-image: Use custom 'python2-' packages.
...
* gnu/packages/python.scm (python2-scikit-image): Use customized 'python2-'
versions of 'matplotlib', 'numpy' and 'scipy'.
2015-12-03 09:22:30 +01:00
Federico Beffa
3cbe7d5e52
gnu: python2-pandas: Use custom 'python2-numpy'.
...
* gnu/packages/python.scm (python2-pandas): Do it.
2015-12-03 09:22:30 +01:00
Federico Beffa
5587253a87
gnu: python2-ipython: Use custom 'python2-numpy'.
...
* gnu/packages/python.scm (python2-ipython): Do it.
2015-12-03 09:22:30 +01:00
Mark H Weaver
084e41c1ac
gnu: ffmpeg: Update to 2.8.3 [fixes CVE-2015-{8216,8217,8218,8219}].
...
* gnu/packages/video.scm (ffmpeg): Update to 2.8.3.
2015-12-02 22:39:12 -05:00
Andreas Enge
e414a7dec3
gnu: gmp: Drop patch included in release 6.1.0.
...
* gnu/packages/multiprecision.scm (gmp)[source]: Drop patch.
* gnu/packages/patches/gmp-arm-asm-nothumb.patch: Remove patch.
* gnu-system.am (dist_patch_DATA): Unregister patch.
2015-12-02 20:03:51 +01:00
Efraim Flashner
7e006b6899
gnu: freeipmpi: Update to 1.5.1.
...
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.5.1.
2015-12-02 20:32:30 +02:00
Ludovic Courtès
708d907000
daemon: Add 'buildMode' parameter to 'buildPaths' RPC.
...
* nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x10f.
* nix/libstore/remote-store.cc (RemoteStore::buildPaths): Send the
BUILDMODE when the daemon supports it. Reject invalid values of
BUILDMODE for old daemons.
* nix/nix-daemon/nix-daemon.cc (performOp) <wopBuildPaths>: Read the
build mode when the client supports it.
2015-12-02 19:37:59 +02:00
Eelco Dolstra
e134baae77
daemon: optimizePath: Detect some .links corruptions.
...
If automatic store optimisation is enabled, and a hard-linked file in
the store gets corrupted, then the corresponding .links entry will
also be corrupted. In that case, trying to repair with --repair or
--repair-path won't work, because the new "good" file will be replaced
by a hard link to the corrupted file. We can catch most of these cases
by doing a sanity-check on the file sizes.
2015-12-02 19:37:59 +02:00
Eelco Dolstra
14fb686a21
daemon: Fix namespace issue.
2015-12-02 19:37:59 +02:00
Eelco Dolstra
29d3242e5c
daemon: Support SHA-512 hashes.
...
Fixes #679 .
Note: on x86_64, SHA-512 is considerably faster than SHA-256 (198 MB/s
versus 131 MB/s).
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2015-12-02 19:37:59 +02:00
Eelco Dolstra
79aa1a8305
daemon: int2String -> std::to_string.
2015-12-02 19:37:59 +02:00
Eelco Dolstra
60c7c364f8
daemon: Filter build-chroot-dirs entries that conflict with derivation outputs.
...
Fixes https://github.com/NixOS/nixpkgs/issues/9504 .
Note that this means we may have a non-functional /bin/sh in the
chroot while rebuilding Bash or one of its dependencies. Ideally those
packages don't rely on /bin/sh though.
2015-12-02 19:37:59 +02:00
Eelco Dolstra
538684d0c4
daemon: Prevent .chroot from being GC'ed when using LocalStore::buildDerivation()
...
Fixes #616 .
2015-12-02 19:37:59 +02:00
Federico Beffa
18b3151613
gnu: python-matplotlib: Adjust path to figures in 'info' file.
...
* gnu/packages/python.scm (python-matplotlib): Do it.
2015-12-02 18:21:14 +01:00
Federico Beffa
5d26e542ee
gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'.
...
* gnu/packages/python.scm (python-ipython): Do it.
2015-12-02 18:21:13 +01:00
Federico Beffa
1bbc659fd2
gnu: python-matplotlib: Add 'TkAgg' backend and update to version '1.4.3'.
...
* gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Do it.
* gnu/packages/patches/matplotlib-setupext-tk.patch: New file.
* gnu-system.am (dist_patch_DATA): Add the new patch.
2015-12-02 18:21:13 +01:00
Efraim Flashner
214ed6a39b
gnu: opus: Update to 1.1.1.
...
* gnu/packages/xiph.scm (opus): Update to 1.1.1.
2015-12-02 13:31:06 +02:00
Efraim Flashner
59eef6f284
gnu: libbluray: Update to 0.9.2.
...
* gnu/packages/video.scm (libbluray): Update to 0.9.2.
2015-12-02 13:27:53 +02:00
Ludovic Courtès
85dce718cb
import: pypi: Updater silently ignores packages without source.
...
Reported by Andreas Enge <andreas@enge.fr >
at <https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00764.html >.
* guix/import/pypi.scm (&missing-source-error): New error type.
(latest-source-release): Raise it instead of using 'error'.
(pypi->guix-package): Guard against it and use 'leave' to report the
error.
(latest-release): Guard against it and return #f when caught.
2015-12-01 23:18:48 +01:00
Efraim Flashner
b6ab89efb2
gnu: python-six: Update to 1.10.0.
...
* gnu/packages/python.scm (python-six): Update to 1.10.0.
[source]: Change uri to pypi format.
2015-12-01 21:10:55 +02:00
Efraim Flashner
b850a6d82d
gnu: python-babel: Update to 2.1.1.
...
* gnu/packages/python.scm (python-babel): Update to 2.1.1.
[source]: Change uri to pypi format.
2015-12-01 20:55:06 +02:00
Efraim Flashner
94ce6b4959
gnu: python-oslo.utils: Update to 3.0.0.
...
* gnu/packages/openstack.scm (python-oslo.utils): Update to 3.0.0.
[source]: Change uri to pypi format.
2015-12-01 19:52:08 +02:00
Efraim Flashner
278c0efd0a
gnu: python-oslo.serialization: Update to 2.0.0.
...
* gnu/packages/openstack.scm (python-oslo.serialization): Update to 2.0.0.
[source]: Change uri to pypi format.
2015-12-01 19:13:25 +02:00
Efraim Flashner
5788b4b6d1
gnu: python-oslo.i18n: Update to 3.0.0.
...
* gnu/packages/openstack.scm (python-oslo.i18n): Update to 3.0.0.
[source]: Change uri to pypi format.
2015-12-01 18:14:56 +02:00
Efraim Flashner
e9af5adfd5
gnu: python-oslo.context: Update to 1.0.0.
...
* gnu/packages/openstack.scm (python-oslo.context): Update to 1.0.0.
[source]: Change uri to pypi format.
2015-12-01 17:33:29 +02:00
Efraim Flashner
3bc810a89b
gnu: python-tempest-lib: Update to 0.11.0.
...
* gnu/packages/openstack.scm (python-tempest-lib): Update to 0.11.0.
2015-12-01 16:19:58 +02:00
Efraim Flashner
2d531d4efd
gnu: python-stevedore: Update to 1.9.0.
...
* gnu/packages/openstack.scm (python-stevedore): Update to 1.9.0.
[source]: Change uri to pypi format.
2015-12-01 16:19:58 +02:00
Efraim Flashner
bd52842d3d
gnu: python-requests-mock: Update to 0.7.0.
...
* gnu/packages/openstack.scm (python-requests-mock): Update to 0.7.0.
[source]: Change uri to pypi format.
2015-12-01 16:19:58 +02:00
Efraim Flashner
a5ff52f8a6
gnu: python-os-client-config: Update to 1.12.0.
...
* gnu/packages/openstack.scm (python-os-client-config): Update to 1.12.0.
[source]: Change uri to pypi format.
2015-12-01 16:19:53 +02:00
Efraim Flashner
56c7ead2f8
gnu: python-debtcollector: Update to 1.0.0.
...
* gnu/packages/openstack.scm (python-debtcollector): Update to 1.0.0.
[source]: Change uri to pypi format.
2015-12-01 16:19:22 +02:00
Efraim Flashner
d4e817b1db
gnu: python-mox3: Update to 0.12.0.
...
* gnu/packages/openstack.scm (python-mox3): Update to 0.12.0.
[source]: Change uri to pypi format.
2015-12-01 16:19:16 +02:00
Efraim Flashner
df372f96a3
gnu: enlightenment: Update to 0.20.0.
...
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.0.
[arguments]: Add '--enable-mount-eeze' to configure-flags.
2015-12-01 10:26:06 +02:00
Ludovic Courtès
64ec0e2912
guix build: Modularize transformation handling.
...
* guix/scripts/build.scm (options/resolve-packages): Remove.
(options->things-to-build, transform-package-source): New procedure.
(%transformations): New variable.
(options->transformation): New procedure.
(options->derivations): Rewrite to use 'options->things-to-build' and
'options->transformation'.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
27b91d7851
guix package: Refactor 'options->installable'.
...
* guix/scripts/package.scm (options->upgrade-predicate)
(store-item->manifest-entry): New procedures.
* guix/scripts/package.scm (options->installable): Use them. Remove the
'packages-to-upgrade' and 'packages-to-install' variables by getting rid
of a level of indirection.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
6e37017506
guix package: Move 'process-actions' out of sight.
...
* guix/scripts/package.scm (process-actions): New procedure, moved
from...
(guix-package): ... here. Adjust accordingly.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
dfdb15d9c2
build: Fix detection of ARM systems.
...
Reported by Andreas Enge <andreas@enge.fr >.
This fixes a regression introduced in 968ae903 .
* m4/guix.m4 (GUIX_SYSTEM_TYPE): Add extra square braquets around
armv[7-9] pattern.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
590558953b
guix package: Formalize the list of actions.
...
* guix/scripts/package.scm (roll-back-action, switch-generation-action)
(delete-generations-action, manifest-action): New procedures.
(%actions): New variable.
* guix/scripts/package.scm (guix-package)[process-action]: Rewrite to
traverse %ACTIONS.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
50dc193e27
nls: Update 'de' translation.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
d1ac5c0775
guix package: Move 'build-and-use-profile' out of sight.
...
* guix/scripts/package.scm (build-and-use-profile): New procedure.
Adapted and moved from...
(guix-package)[process-actions]: ... here. Adjust call sites.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
2cc10077f3
guix package: Move a couple of procedures out of sight.
...
* guix/scripts/package.scm (ensure-default-profile, process-query): New
procedures, moved from...
(guix-package): ... here.
2015-12-01 00:02:54 +02:00
Ludovic Courtès
0993f94267
guix package: Remove unnecessary use of (%store).
...
* guix/scripts/package.scm (delete-matching-generations): Use STORE
instead of (%store).
2015-12-01 00:02:54 +02:00
Efraim Flashner
ccd20fcb7d
gnu: python-pbr: Update to 1.8.1.
...
* gnu/packages/openstack.scm (python-pbr): Update to 1.8.1.
2015-11-30 23:20:35 +02:00
Efraim Flashner
5466700fa2
gnu: parallel: Update to 20151122.
...
* gnu/packages/parallel.scm (parallel): Update to 20151122.
2015-11-30 23:11:35 +02:00
Efraim Flashner
44e30a7647
gnu: python2-keyring: Use python2-pycrypto.
...
* gnu/packages/python.scm (python2-keyring)[inputs]: Force building
with python2-pycrypto.
2015-11-30 20:09:12 +02:00
Efraim Flashner
1c0059da41
gnu: python2-pycrypto: Use python2.
...
* gnu/packages/python.scm (python2-pycrypto)[inputs]: Force building
with python2.
2015-11-30 19:06:13 +02:00
Ricardo Wurmus
36f26211bb
gnu: openssh: Install ssh-copy-id.
...
* gnu/packages/ssh.scm (openssh)[arguments]: Install "ssh-copy-id" and
documentation.
Fixes <http://bugs.gnu.org/22024 >.
Reported by Florian Paul Schmidt <mista.tapas@gmx.net >.
2015-11-30 14:58:44 +01:00
Ricardo Wurmus
a9ee11d5ab
gnu: openssh: Use modify-phases syntax.
...
* gnu/packages/ssh.scm (openssh)[arguments]: Use modify-phases syntax.
2015-11-30 14:58:43 +01:00
Ricardo Wurmus
70b002aa1d
gnu: Add ruby-tins.
...
* gnu/packages/ruby.scm (ruby-tins): New variable.
2015-11-30 14:41:48 +01:00
Ricardo Wurmus
d3b20a02c8
gnu: Add ruby-sdoc.
...
* gnu/packages/ruby.scm (ruby-sdoc): New variable.
2015-11-30 14:41:48 +01:00
Ricardo Wurmus
a75bdfcec3
gnu: Add ruby-pry-editline.
...
* gnu/packages/ruby.scm (ruby-pry-editline): New variable.
2015-11-30 14:41:48 +01:00
Ricardo Wurmus
2f9e0b68e1
gnu: Add ruby-ci-reporter.
...
* gnu/packages/ruby.scm (ruby-ci-reporter): New variable.
2015-11-30 14:41:48 +01:00
Ricardo Wurmus
fe1ddad54a
gnu: Add ruby-atoulme-saikuro.
...
* gnu/packages/ruby.scm (ruby-atoulme-saikuro): New variable.
2015-11-30 14:41:48 +01:00
Ricardo Wurmus
a84fa2ad42
gnu: Add ruby-simplecov.
...
* gnu/packages/ruby.scm (ruby-simplecov): New variable.
2015-11-30 14:41:48 +01:00
Ricardo Wurmus
b0cf606f75
gnu: Add sparsehash.
...
* gnu/packages/crypto.scm (sparsehash): New variable.
2015-11-30 14:41:48 +01:00
Ricardo Wurmus
0149354d21
gnu: Add cereal.
...
* gnu/packages/serialization.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-11-30 14:41:48 +01:00
Efraim Flashner
dbd3a91f54
gnu: xorriso: Update to 1.4.2.
...
* gnu/packages/cdrom.scm (xorriso): Update to 1.4.2.
2015-11-30 10:41:19 +02:00
Ludovic Courtès
02f0c3b28e
gnu: python: Move tkinter to "tk" output.
...
* gnu/packages/python.scm (python-2)[outputs]: New field.
[arguments]: Add 'move-tk-inter' phase.
(python2-minimal, python-minimal, wrap-python3)[outputs]: New field.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
d2cc9c7cfd
gnu: python: Clarify and shorten the list of built-time modules.
...
* gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list
shorter.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
5b4e2791ef
gnu: python: Do not record configure flags.
...
This reduces the number of run-time dependencies of python-2 from 25 to
15, corresponding only to ~4 MiB.
* gnu/packages/python.scm (python-2)[arguments]: Add
'do-not-record-configure-flags' phase.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
c5a05e3143
gnu: python: Factorize configure flags with minimal variants.
...
* gnu/packages/python.scm (python2-minimal, python-minimal)[arguments]:
Reuse the inherited configure flags, and just add
--without-system-ffi.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
9820a6d4a0
gnu: python: Make 'sys.version' deterministic.
...
* gnu/packages/patches/python-2-deterministic-build-info.patch,
gnu/packages/patches/python-3-deterministic-build-info.patch: New
files.
* gnu/packages/python.scm (python-2, python): Use them.
* gnu-system.am (dist_patch_DATA): Add them.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
a665996f58
gnu: python: Set SOURCE_DATE_EPOCH to 1 instead of 0.
...
* gnu/packages/python.scm (python-2)[arguments]: Set SOURCE_DATE_EPOCH
to 1 to match what the daemon does.
* guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): Likewise.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
dedc832070
gnu: python-2: Honor 'SOURCE_DATE_EPOCH'.
...
* gnu/packages/patches/python-2.7-source-date-epoch.patch: New file.
* gnu/packages/python.scm (python-2)[source]: Use it.
[arguments]: Set SOURCE_DATE_EPOCH in 'patch-lib-shells' phase.
* guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): New
procedure.
(%standard-phases): Add it.
* gnu-system.am (dist_patch_DATA): Add patch.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
f8e7fdc416
gnu: tcl: Produce 'tclIndex' files deterministically.
...
* gnu/packages/patches/tcl-mkindex-deterministic.patch: New patch.
* gnu/packages/tcl.scm (tcl)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2015-11-29 22:59:28 +01:00
宋文武
79c8a071e7
tk: Hardcode path to TK_LIBRARY.
...
Fixes <http://bugs.gnu.org/20889 >.
* gnu/packages/patches/tk-find-library.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/tcl.scm (tk)[source]: Add patch.
2015-11-29 22:59:28 +01:00
Ludovic Courtès
26059753ae
refresh: Check updater availability at run time.
...
This is a followup to b68d2db , which added a check for updaters at
macro-expansion time. The problem is that, when running 'guix pull',
Guile-JSON is found, so the PyPi updater (say) is added to %UPDATERS,
but then at run time Guile-JSON might be missing.
Reported by orbea on #guix.
* guix/scripts/refresh.scm (maybe-updater): Rewrite as 'syntax-rules'.
Produce code that checks conditions at run time.
(list-updaters): Update docstring.
2015-11-29 22:56:29 +01:00
Ricardo Wurmus
4b7857a48b
gnu: Add perl-dbd-mysql.
...
* gnu/packages/databases.scm (perl-dbd-mysql): New variable.
2015-11-29 20:52:10 +01:00
Ricardo Wurmus
11d4800aa2
gnu: Add Rakarrack.
...
* gnu/packages/audio.scm (rakarrack): New variable.
2015-11-29 20:45:06 +01:00
Ricardo Wurmus
eac26c3b09
services: Add pkexec to setuid programs.
...
* gnu/services/desktop.scm (polkit-setuid-programs): Add pkexec to
list of setuid programs.
2015-11-29 20:33:35 +01:00
Ricardo Wurmus
25a21c7ff6
gnu: xfce-session: Enable shutdown/reboot menu entries.
...
* gnu/packages/xfce.scm (xfce-session)[inputs]: Add upower and polkit.
[source]: Replace paths to "shutdown" with "halt" and "restart".
2015-11-29 20:33:35 +01:00
Ludovic Courtès
cb7bd0cff5
gnu: weechat: Dynamically link against libpython2.7.so.
...
* gnu/packages/patches/weechat-python.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/weechat.scm (weechat)[source]: Use it.
2015-11-29 19:17:33 +01:00
Ludovic Courtès
25d188ce12
http-client: 'http-fetch' converts strings to URIs.
...
* guix/http-client.scm (http-fetch): Use 'string->uri' if URI is a
string. Fixes a regression introduced in 8a5063f .
2015-11-29 17:46:11 +01:00
Ludovic Courtès
841cb43c6b
guix build: Factorize build log query.
...
* guix/scripts/build.scm (show-build-log): New procedure.
(guix-build): New variable 'items'. Use it and 'show-build-log'.
2015-11-29 17:42:01 +01:00
Ludovic Courtès
4eae798075
gnu: guile-next: Update to 2.1.1.
...
* gnu/packages/guile.scm (guile-next)[source]: Update to 2.1.1.
[arguments, native-inputs]: Move to...
(guile-for-guile-emacs): ... here. New fields.
2015-11-29 17:37:00 +01:00
Ludovic Courtès
e946b609b2
ld-wrapper: Compute the library search path globally.
...
Fixes <http://bugs.gnu.org/21941 >.
* gnu/packages/ld-wrapper.in (library-search-path): New procedure.
(library-files-linked): Add 'library-path' parameter. Use it. Do not
thread it in 'fold'.
(ld-wrapper): Add call to 'library-search-path' and pass the result to
'library-files-linked'. When debugging, print the value of PATH.
2015-11-28 22:11:12 +01:00
Ludovic Courtès
471cdfdb19
environment: Set build options early on.
...
This fixes a bug whereby some options, such as #:substitute-urls, would
be passed to the daemon too late to have an effect.
* guix/scripts/environment.scm (build-inputs): Remove call to
'set-build-options-from-command-line*'.
(guix-environment): Add call to 'set-build-options-from-command-line' as
early as possible.
2015-11-28 21:53:51 +01:00
Ludovic Courtès
f79a576e77
gnu: jasper: Patch CVE-2008-3522.
...
* gnu/packages/patches/jasper-CVE-2008-3522.patch: New file.
* gnu/packages/image.scm (jasper)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2015-11-28 16:29:11 +01:00
Ludovic Courtès
4e70fe4d0e
lint: Do not report already-patched vulnerabilities.
...
* guix/scripts/lint.scm (patch-file-name): New procedure.
(check-vulnerabilities): Use it to filter out patched vulnerabilities.
* tests/lint.scm ("cve: one patched vulnerability"): New test.
2015-11-28 16:15:31 +01:00
Ludovic Courtès
f6c9fb1b38
doc: Mention 'specification->package'.
...
Suggested by Florian Paul Schmidt <mista.tapas@gmx.net >.
* doc/guix.texi (Using the Configuration System): Mention
'specification->package'.
2015-11-28 15:28:44 +01:00
Ludovic Courtès
ae4427e3f3
substitute: Warn upon store prefix mismatches.
...
Suggested by Hynek Urban <hynek.urban@gmail.com >.
* guix/scripts/substitute.scm (fetch-narinfos): Move body to...
[do-fetch]: ... here. New procedure.
Emit a warning when CACHE-INFO's prefix does not match.
2015-11-28 00:02:23 +01:00
Ludovic Courtès
6629099a63
services: tor: Store private data under /var/lib/tor.
...
* gnu/services/networking.scm (tor-configuration->torrc): Add
'DataDirectory' clause. Change 'HiddenServiceDir' to
/var/lib/tor/hidden-services/NAME.
(tor-hidden-service-activation): Create /var/lib/tor.
(tor-hidden-service): Adjust docstring.
* doc/guix.texi (Networking Services): Adjust accordingly.
2015-11-27 23:29:51 +01:00
Ludovic Courtès
5ee35eb747
services: tor: Write to syslog.
...
* gnu/services/networking.scm (tor-configuration->torrc): Add "Log
notice syslog".
(tor-dmd-service): Add 'syslogd' to 'requirement'.
2015-11-27 23:08:00 +01:00
Ludovic Courtès
6331bde73f
services: Add 'tor-hidden-service'.
...
* gnu/services/networking.scm (<tor-configuration>, <hidden-service>):
New record types.
(tor-configuration->torrc): New procedure.
(tor-dmd-service): Use it.
(tor-hidden-service-activation): New procedure.
(tor-service-type)[extensions]: Extend ACTIVATION-SERVICE-TYPE.
[compose, extend]: New fields.
(tor-service): Use 'tor-configuration'.
(tor-hidden-service-type): New variable.
(tor-hidden-service): New procedure.
2015-11-27 23:04:49 +01:00
Ludovic Courtès
fde40c98f9
services: lsh: Correctly handle #:interfaces option.
...
* gnu/services/ssh.scm (lsh-dmd-service)[lsh-command]: Pass a series of
--interface flags instead of the nonexistent --interfaces option.
2015-11-27 22:46:27 +01:00
Ludovic Courtès
4331f558d7
gnu: tor: Update to 0.2.7.5.
...
* gnu/packages/tor.scm (tor): Update to 0.2.7.5.
2015-11-27 15:06:15 +01:00
Ludovic Courtès
ef8742ea69
gnu: eigen: Really run tests in verbose mode.
...
Suggested by Gaël Guennebaud <gael.guennebaud@inria.fr >.
* gnu/packages/algebra.scm (eigen)[arguments]: Remove #:test-target.
Rename 'build-tests' phase to 'check', and have it run 'ctest -V'.
2015-11-27 11:04:17 +01:00
Andreas Enge
08c28b6d5a
gnu: gp2c: Update to 0.0.9pl4.
...
* gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl4.
2015-11-27 02:44:21 +01:00
Mario Daniel Ruiz Saavedra
ad227484c3
Add 'guix-daemon.conf' job for Upstart.
...
* etc/guix-daemon.conf.in: New file.
* daemon.am (CLEANFILES): Add etc/guix-daemon.conf.
(upstartjobdir, nodist_upstartjob_DATA): New variables.
(EXTRA_DIST): Add etc/guix-daemon.conf.in.
* doc/guix.texi (Binary Installation, Build Environment Setup): Mention
'guix-daemon.conf'.
Signed-off-by: Mario Daniel Ruiz Saavedra <desiderantes@rocketmail.com >
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-11-26 23:21:09 +01:00
Ludovic Courtès
5432734b00
lint: Add "cve" checker.
...
Fixes <http://bugs.gnu.org/21289 >.
* guix/scripts/lint.scm (package-name->cpe-name, package-vulnerabilities)
(check-vulnerabilities): New procedures.
* guix/scripts/lint.scm (%checkers): Add "cve" checker.
* tests/lint.scm ("cve", "cve: one vulnerability"): New tests.
* doc/guix.texi (Invoking guix lint): Mention it.
2015-11-26 23:04:19 +01:00
Ludovic Courtès
0eef755130
Add (guix cve).
...
* guix/cve.scm, tests/cve-sample.xml, tests/cve.scm: New files.
* Makefile.am (MODULES): Add guix/cve.scm.
(SCM_TESTS): Add tests/cve.scm.
(EXTRA_DIST): Add tests/cve-sample.scm.
2015-11-26 22:35:01 +01:00
Ludovic Courtès
8a5063f777
http-client: 'http-fetch' and 'http-fetch/cached' support HTTPS.
...
* guix/http-client.scm (http-fetch): Use 'open-connection-for-uri', to
support HTTPS.
2015-11-26 21:07:25 +01:00
Federico Beffa
d8c66da7c1
import: hackage: Assume current 'ghc' package version.
...
* guix/scripts/import/hackage.scm (%default-options): Do it.
(ghc-default-version): New variable.
2015-11-26 18:17:23 +01:00
Federico Beffa
d3c827e419
import: hackage: Add new tests.
...
* tests/hackage.scm (eval-test-with-cabal): Add optional argument.
(test-cabal-3): New variable and test.
(test-read-cabal-1): Exercise more parsing variants.
2015-11-26 18:17:23 +01:00
Federico Beffa
96018e21e7
import: hackage: Handle CRLF end of line style.
...
* guix/import/hackage.scm (hackage-fetch, hackage->guix-package): Use
'canonical-newline-port'.
2015-11-26 18:17:23 +01:00
Federico Beffa
c8be6f0d4a
utils: Add 'canonical-newline-port'.
...
* guix/utils.scm (canonical-newline-port): New procedure.
* tests/utils.scm ("canonical-newline-port"): New test.
2015-11-26 18:17:23 +01:00
Federico Beffa
94abc84887
import: hackage: Make parsing of tests and fields more flexible.
...
* guix/import/cabal.scm (is-test): Allow spaces between keyword and
parentheses.
(is-id): Add argument 'port'. Allow spaces between keyword and column.
(lex-word): Adjust call to 'is-id'.
2015-11-26 18:17:23 +01:00
Federico Beffa
876fd23ab6
import: hackage: Make it resilient to missing final newline.
...
* guix/import/cabal.scm (peek-next-line-indent): Check for missing final
newline.
2015-11-26 18:17:23 +01:00
Federico Beffa
9be54eb1b1
import: hackage: Imporve parsing of tests.
...
* guix/import/cabal.scm (lex-word): Add support for tests with no spaces.
(impl): Rewrite.
2015-11-26 18:17:23 +01:00
Federico Beffa
7716f55c83
import: hackage: Add recognition of 'true' and 'false' symbols.
...
* guix/import/cabal.scm (is-true, is-false, lex-true, lex-false): New procedures.
(lex-word): Use them.
(make-cabal-parser): Add TRUE and FALSE tokens.
(eval): Add entries for 'true and 'false symbols.
2015-11-26 18:17:22 +01:00
Efraim Flashner
b72a44100e
gnu: python-pickleshare: Add python-setuptools to native-inputs.
...
* gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add
python-setuptools.
2015-11-26 15:28:31 +02:00
Efraim Flashner
553b709ba1
gnu: python-pathpy: Add python-setuptools to native-inputs.
...
* gnu/packages/python.scm (python-pathpy)[native-inputs]: Add
python-setuptools.
2015-11-26 15:26:18 +02:00
Efraim Flashner
0066de6f3a
gnu: python2-oauthlib: Override python2-cryptography in inputs.
...
* gnu/packages/python.scm (python2-oauthlib)[inputs]: Override inherited
"python2-cryptography" in inputs.
2015-11-26 12:03:45 +02:00
宋文武
7234ad4f54
services: Add network-manager-service.
...
* gnu/services/networking.scm (network-manager-service): New procedure.
(network-manager-service-type, %network-manager-activation): New variables.
(network-manager-dmd-service): New procedure.
2015-11-26 13:50:13 +08:00
Efraim Flashner
bde2171d4d
gnu: python-oauthlib: Update to 1.0.3.
...
* gnu/packages/python.scm (python-oauthlib): Update to 1.0.3.
[native-inputs]: Move python-setuptools, python-nose, python mock here.
Add python-coverage.
[inputs]: Add python-blinker, python-cryptography, python-pyjwt.
2015-11-25 20:42:06 +02:00
Efraim Flashner
7957fe6c10
gnu: python2-unittest2: Use python2-setuptools.
...
* gnu/packages/python.scm (python2-unittest2)[inputs]: Switch from
python-setuptools to python2-setuptools.
2015-11-25 20:42:05 +02:00
David Thompson
4b7513e043
services: xorg: Export additional symbols.
...
'slim-configuration' and 'slim-service-type' are needed if one wishes to
use 'modify-services' on a service list that includes the slim service.
* gnu/services/xorg.scm: Export 'slim-configuration' and
'slim-service-type'.
2015-11-25 12:47:58 -05:00
David Thompson
34f5618bca
gnu: Add kodi.
...
* gnu/packages/kodi.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-11-25 11:44:11 -05:00
David Thompson
b0b23e52a3
gnu: Add jasper.
...
* gnu/packages/image.scm (jasper): New variable.
2015-11-25 11:44:11 -05:00
David Thompson
33ae9107d8
gnu: Add tinyxml.
...
* gnu/packages/xml.scm (tinyxml): New variable.
* gnu/packages/patches/tinyxml-use-stl.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2015-11-25 11:44:11 -05:00
Ludovic Courtès
968ae90318
build: Reject ARMv6 systems.
...
Fixes <http://bugs.gnu.org/21987 >.
Reported by Martin Vahi <martin.vahi@softf1.com >.
* m4/guix.m4 (GUIX_SYSTEM_TYPE): Restrict ARM systems to arm|armv[7-9].
2015-11-25 17:01:02 +01:00
Leo Famulari
13ef3e997b
gnu: Add eyeD3.
...
* gnu/packages/mp3.scm (eyed3): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-11-25 17:01:02 +01:00
Ricardo Wurmus
1c207a7658
gnu: Add Ragel.
...
* gnu/packages/ragel.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-11-25 15:21:47 +01:00
Ludovic Courtès
b9c7ed71b1
services: dmd: Spawn a REPL upon failure to load a service definition.
...
Fixes <http://bugs.gnu.org/19779 >.
Reported by Mark H Weaver <mhw@netris.org >.
* gnu/services/dmd.scm (dmd-configuration-file)[config]: Wrap
'primitive-load' calls in 'call-with-error-handling'.
2015-11-25 11:59:54 +01:00
Ludovic Courtès
3177149797
doc: Remove mention of monadic services.
...
* doc/guix.texi (Base Services): Remove mention of a list of monadic
services.
2015-11-25 11:59:54 +01:00
Ludovic Courtès
479b417b54
services: dmd: Strip the default list of modules.
...
* gnu/services/dmd.scm (%default-imported-modules): Remove (gnu build
file-systems).
(%default-modules): Likewise, and remove (ice-9 ftw).
* gnu/services/base.scm (file-system-service-type): Add 'modules' and
'imported-modules' fields.
2015-11-25 11:59:54 +01:00
Ludovic Courtès
fae685b9cc
services: dmd: Add 'modules' and 'imported-modules' fields.
...
* gnu/services/dmd.scm (%default-imported-modules, %default-modules):
New variables.
* gnu/services/dmd.scm (<dmd-service>)[modules, imported-modules]: New
field.
* gnu/services/dmd.scm (dmd-service-file-name, dmd-service-file): New
procedures.
(dmd-configuration-file)[modules]: Compute based on the
'imported-modules' field of SERVICES.
(dmd-configuration-file): Remove 'use-modules' form. Use
'dmd-service-file', and call 'primitive-load' on each file.
* doc/guix.texi (dmd Services): Document the new fields.
2015-11-25 11:59:54 +01:00
Ludovic Courtès
851b6f6283
gexp: Build text derivations locally.
...
* guix/gexp.scm (gexp->file): Pass #:substitutable? #f.
(text-file*): Likewise, and #:local-build? #t.
2015-11-25 11:59:54 +01:00
Ludovic Courtès
b6094b1f0a
gnu: dico: Sort entries in .a files deterministically.
...
* gnu/packages/patches/dico-libtool-deterministic.patch: New file.
* gnu/packages/dico.scm (dico)[source]: Use it.
[arguments]: Add #:make-flags.
* gnu-system.am (dist_patch_DATA): Add the patch.
2015-11-25 11:59:54 +01:00
Andreas Enge
90c59e970e
gnu: gmp: Update to 6.1.0.
...
* gnu/packages/multiprecision.scm (gmp): Update to 6.1.0.
2015-11-25 04:20:56 +01:00
Leo Famulari
39570137e5
gnu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214].
...
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.0.3.2
2015-11-24 22:00:34 -05:00
Ludovic Courtès
c9e34a6a77
gnu: Add GNU Dico.
...
* gnu/packages/dico.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-11-24 23:54:30 +01:00
Ludovic Courtès
2d2651e781
services: dmd: Error out upon unmet dmd requirements.
...
* gnu/services/dmd.scm (assert-no-duplicates): Rename to...
(assert-valid-graph): ... this.
[provisions]: New variable.
[assert-satisfied-requirements]: New procedure.
Use it.
* tests/guix-system.sh: Add test with unmet dmd requirements.
2015-11-24 23:54:30 +01:00
Efraim Flashner
eb31d4b4f1
gnu: python-pyjwt: Update to 1.4.0.
...
* gnu/packages/python.scm (python-pyjwt): Update to 1.4.0.
[native-inputs]: Move python-setuptools here, add python-pytest-runner.
2015-11-24 22:30:09 +02:00
Efraim Flashner
d50d097d58
gnu: python-pytest-runner: Add python-setuptools as native-input.
...
* gnu/packages/python.scm (python-pytest-runner)[native-input]: Add
python-setuptools.
2015-11-24 21:44:58 +02:00
Efraim Flashner
383af6b096
gnu: python-setuptools-scm: Update to 1.9.0.
...
* gnu/packages/python.scm (python-setuptools-scm): Update to 1.9.0.
[native-inputs]: Add python-setuptools.
2015-11-24 20:08:14 +02:00
Eric Bavier
97003b5ccc
gnu: gnuplot: Update to 5.0.1.
...
* gnu/packages/maths.scm (gnuplot): Update to 5.0.1.
(native-inputs): 'texlive' -> 'texlive-bin'.
2015-11-24 11:41:46 -06:00
Ludovic Courtès
cc3de1da41
guix package: Reduce startup time by ~50%.
...
As measured with:
time sh -c 'for i in `seq 1 10` ; do guix package --search-paths ; done'
On my machine, when running:
strace -o ,,s guix package --search-paths
the number returned by:
grep -E '^(open|l?stat).*\.go' ,,s | wc -l
drops from 1610 to 837.
* guix/scripts/package.scm: Remove two unnecessary #:use-module forms.
Autoload (gnu packages ...) modules.
2015-11-24 18:19:25 +01:00
Ricardo Wurmus
8b749cf3cb
gnu: ruby-simplecov-html: Fix hash and disable tests.
...
* gnu/packages/ruby.scm (ruby-simplecov-html)[source]: Replace incorrect
hash.
[arguments]: Disable tests.
2015-11-24 16:39:30 +01:00
Ludovic Courtès
5ca2b3c245
build: Add rsem patch to the distribution.
...
This file was added in commit 66e3eff1 .
* gnu-system.am (dist_patch_DATA): Add rsem-makefile.patch.
2015-11-24 13:15:38 +01:00
Ludovic Courtès
38b92daa81
graph: Add '%bag-with-origins-node-type'.
...
* guix/scripts/graph.scm (bag-node-edges): Remove 'filter' call. Add
case for 'origin'.
(%bag-node-type)[edges]: Add filtering here.
(%bag-with-origins-node-type): New variable.
(%node-types): Add it.
* tests/graph.scm ("bag DAG, including origins"): New test.
* tests/guix-graph.sh: Add 'bag-with-origins'.
* doc/guix.texi (Invoking guix graph): Document it.
2015-11-23 23:34:15 +01:00
Ludovic Courtès
961d0d2d22
doc: Mention the 'NIX_REMOTE' variable for 'guix import nix'.
...
Suggested by rgrau on #guix.
* doc/guix.texi (Invoking guix import): Document 'NIX_REMOTE'.
2015-11-23 23:20:41 +01:00
Ludovic Courtès
2d7fc7daf1
refresh: Add '--expression'.
...
* guix/scripts/refresh.scm (%options, show-help): Add --expression.
(guix-refresh): Honor it.
* doc/guix.texi (Invoking guix refresh): Document it.
2015-11-23 17:48:35 +01:00
Ludovic Courtès
160b0ef3fd
Thank Jan.
2015-11-23 17:48:35 +01:00
Ludovic Courtès
86cdfc451b
guix download: Fail when more than one URL is passed.
...
* guix/scripts/download.scm (guix-download)[parse-option]: Call 'leave'
when passed an extra argument.
* tests/guix-download.sh: Add test.
2015-11-23 17:48:35 +01:00
Ludovic Courtès
71ae18ee52
guix download: Gracefully handle missing arguments.
...
Fixes <http://bugs.gnu.org/21991 >.
Reported by Jan Synáček <jan.synacek@gmail.com >.
* guix/scripts/download.scm (guix-download): Call 'leave' when OPTS does
not contain an 'argument' key.
2015-11-23 17:48:35 +01:00
Taylan Ulrich Bayırlı/Kammer
bbee7bd765
gnu: enca: Add file-name field to source.
...
* gnu/packages/textutils.scm (enca): Add file-name field to source.
2015-11-23 13:46:31 +01:00
Taylan Ulrich Bayırlı/Kammer
6f323b0773
gnu: recode: Add file-name field to source.
...
* gnu/packages/textutils.scm (recode): Add file-name field to source.
2015-11-23 12:05:55 +01:00
Ludovic Courtès
821f4dc287
gnu: Fix a few 'source-file-name' lint warnings.
...
* gnu/packages/firmware.scm (ath9k-htc-firmware)[source](file-name): New
field.
* gnu/packages/gnunet.scm (guile-gnunet)[source](file-name): New field.
* gnu/packages/guile.scm (guile-next)[source](file-name): New field.
(guile-minikanren)[source](file-name): New field
(guile-gdbm-ffi)[source](file-name): New field.
* gnu/packages/ssh.scm (guile-ssh)[source](file-name): New field.
2015-11-23 10:52:32 +01:00
Alex Kost
59dc56390d
emacs: Expand 'guix-load-path'.
...
Reported by Mathieu Lirzin <mthl@gnu.org > at
<http://lists.gnu.org/archive/html/guix-devel/2015-11/msg00585.html >.
* emacs/guix-backend.el (guix-start-repl): Expand 'guix-load-path' to
avoid a potentially relative directory name in Guile %load-path.
2015-11-23 11:33:55 +03:00
Ludovic Courtès
862d2479f6
ftp-client: Default port for 'ftp-open' is now "ftp".
...
* guix/ftp-client.scm (ftp-open): Change default #:port to "ftp".
* guix/scripts/lint.scm (probe-uri): Remove 'port' parameter to
'ftp-open'.
2015-11-22 14:35:28 +01:00
Ludovic Courtès
d6d33984df
ftp-client: Fix off-by-one when trying addresses in 'ftp-open'.
...
* guix/ftp-client.scm (ftp-open): Change to use 'match' instead of
car/cdr, and fix off-by-one (was '(null? addresses)' instead of
'(null? (cdr addresses))'.)
2015-11-22 14:16:36 +01:00
Ludovic Courtès
5fb95cc592
doc: Mention 'guix environment guix'.
...
* doc/contributing.texi (Building from Git): Mention 'guix environment
guix'. Remove outdated description of ./bootstrap. Clarify a few
things.
2015-11-22 14:14:25 +01:00
Ludovic Courtès
82e64fc14e
environment: Correctly handle abnormal exits.
...
Fixes <http://bugs.gnu.org/21958 >.
* guix/scripts/environment.scm (status->exit-code): New procedure.
(exit/status, primitive-exit/status): Use it.
* tests/guix-environment-container.sh: Add test.
2015-11-21 22:26:13 +01:00
Ludovic Courtès
6493fd0458
tests: Skip 'guix-container-environment.sh' when support is missing.
...
Fixes <http://bugs.gnu.org/21410 >.
Reported by Alex Vong <alexvong1995@gmail.com >.
* tests/guix-environment-container.sh: Exit with 77 when
'((@@ (guix scripts environment) assert-container-features))' fails.
2015-11-21 22:26:13 +01:00
Ludovic Courtès
aabe6d3801
doc: Remove extraneous "See."
...
* doc/contributing.texi (Building from Git): Remove extra "See" and use
@xref instead of @pxref.
2015-11-21 22:26:13 +01:00
Efraim Flashner
92d9a36e97
gnu: tig: Update to 2.1.1.
...
* gnu/packages/version-control.scm (tig): Update to 2.1.1.
2015-11-21 23:03:11 +02:00
Efraim Flashner
7fbbd3e7a0
gnu: cvs: Use external zlib.
...
* gnu/packages/version-control.scm (cvs)[arguments]: add configure flag
--with-exernal-zlib.
2015-11-21 21:43:11 +02:00
Efraim Flashner
f94f481988
gnu: nano: Update to 2.4.3.
...
* gnu/packages/nano.scm (nano): Update to 2.4.3.
2015-11-21 20:56:08 +02:00
Ludovic Courtès
a51cbecb44
refresh: Rewrite '--list-dependent' in terms of (guix graph).
...
* guix/scripts/refresh.scm (all-packages, list-dependents): New
procedures.
(guix-refresh): Use it.
2015-11-21 16:27:34 +01:00
Ludovic Courtès
923d846c4d
graph: Add procedures to query a node's edges.
...
* guix/graph.scm (%node-edges, node-edges, node-back-edges)
(node-transitive-edges): New procedures.
* tests/graph.scm ("node-edges")
("node-transitive-edges + node-back-edges"): New tests.
2015-11-21 16:26:43 +01:00
Ludovic Courtès
8fb583714f
Add (guix graph).
...
* guix/scripts/graph.scm (<node-type>, <graph-backend>, emit-prologue)
(emit-epilogue, emit-node, emit-edge, %graphviz-backend, export-graph):
Move to...
* guix/graph.scm: ... here. New file.
* guix/scripts/system.scm, tests/graph.scm: Use it.
* Makefile.am (MODULES): Add it.
2015-11-21 16:26:43 +01:00
Mathieu Lirzin
1b933e62dc
gnu: parted: Update to 3.2.
...
* gnu/packages/disk.scm (parted): Update to 3.2.
[inputs]: Add lvm2 and remove check. Replace readline-6.2 with its
latest version.
[native-inputs]: Add perl and python for the tests.
[arguments]: Use `modify-phases' and adapt to the new tests.
[home-page]: Use https.
2015-11-21 13:10:27 +01:00
Ludovic Courtès
06da1a6b4f
gnu: Add qemu-minimal.
...
* gnu/packages/qemu.scm (qemu): Exchange with former QEMU-HEADLESS.
(qemu-headless): Rename to...
(qemu-minimal): ... this. New variable. Pass --target-list.
* gnu/packages/debug.scm (qemu-2.3.0): Inherit from QEMU-MINIMAL.
* gnu/packages/grub.scm (qemu-for-tests): Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm, qemu-image):
Update to name change.
2015-11-21 00:36:23 +01:00
Alex Kost
bb38ece458
doc: Fix 'geiser-guile-load-path' example.
...
Reported by marusich on #guix.
* doc/contributing.texi (The Perfect Setup): Wrap modifying
'geiser-guile-load-path' into 'with-eval-after-load'.
2015-11-21 02:19:04 +03:00
Ricardo Wurmus
56215e4154
gnu: Add Synfig Studio.
...
* gnu/packages/animation.scm (synfigstudio): New variable.
2015-11-20 20:23:03 +01:00
Ricardo Wurmus
7775a18690
gnu: Add Synfig.
...
* gnu/packages/animation.scm (synfig): New variable.
* gnu/packages/patches/synfig-build-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2015-11-20 20:23:03 +01:00
Ricardo Wurmus
c1fbc66a77
gnu: Add ETL.
...
* gnu/packages/animation.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-11-20 20:23:03 +01:00
Ricardo Wurmus
307ad140db
gnu: Add MLT.
...
* gnu/packages/video.scm (mlt): New variable.
2015-11-20 20:23:03 +01:00
Ricardo Wurmus
561965941c
gnu: Add libxml++.
...
* gnu/packages/gnome.scm (libxml++): New variable.
2015-11-20 20:23:03 +01:00
Eric Bavier
9cf5245497
gnu: slepc: Update to 3.6.2.
...
* gnu/packages/maths.scm (slepc): Update to 3.6.2.
[arguments]: Append "/lib" to arpack configure flag. Use 'inputs'
rather than '%build-inputs' in 'configure phase.
2015-11-20 11:58:40 -06:00
Eric Bavier
32187d99bb
gnu: petsc: Update to 3.6.2.
...
* gnu/packages/maths.scm (petsc): Update to 3.6.2.
2015-11-20 11:58:40 -06:00
Eric Bavier
c69fa4380a
gnu: mumps: Update to 5.0.1.
...
* gnu/packages/maths.scm (mumps): Update to 5.0.1.
2015-11-20 11:58:40 -06:00
Eric Bavier
ac356fd6ab
gnu: openmpi: Update to 1.10.1.
...
* gnu/packages/mpi.scm (openmpi): Update to 1.10.1.
[arguments]: Remove now-unsupported configure flags. Add
--enable-builtin-atomics. Remove development-oriented
--enable-debug.
2015-11-20 11:58:40 -06:00
Eric Bavier
2f5b6a1f18
gnu: hwloc: Update to 1.11.1.
...
* gnu/packages/mpi.scm (hwloc): Update to 1.11.1.
[source]: Remove patch.
* gnu/packages/patches/hwloc-gather-topology-lstopo.patch: Delete it.
* gnu-system.am (dist_patch_DATA): Remove it.
2015-11-20 11:58:40 -06:00
Ricardo Wurmus
0297966495
gnu: guitarix: Update to 0.34.0.
...
* gnu/packages/audio.scm (guitarix): Update to 0.34.0.
[source]: Remove patch.
[inputs]: Add webkitgtk/gtk+-2.
* gnu/packages/patches/guitarix-c++11: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
2015-11-20 18:19:30 +01:00
David Thompson
a907d9973a
gnu: services: Fix typo in gpm-dmd-service.
...
* gnu/services/base.scm (gpm-dmd-service): s/dmd/gpm/
2015-11-20 09:56:41 -05:00
David Thompson
3307c7877e
gnu: Add emulation-station.
...
* gnu/packages/games.scm (emulation-station): New variable.
2015-11-20 09:27:15 -05:00
Ricardo Wurmus
b49c5a58dc
gnu: preseq: Update to 2.0.
...
* gnu/packages/bioinformatics.scm (preseq): Update to 2.0.
[source]: Add file-name field, remove patches.
[arguments]: Remove unused build phases, add make flags.
[inputs]: Add smithlab-cpp.
* gnu/packages/patches/preseq-1.0.2-link-with-libbam.patch: Remove file.
* gnu/packages/patches/preseq-1.0.2-install-to-PREFIX.patch: Remove
file.
* gnu-system.am (dist_patch_DATA): Remove them.
2015-11-20 15:22:06 +01:00
Ricardo Wurmus
c6a24d6e92
gnu: Add smithlab-cpp.
...
* gnu/packages/bioinformatics.scm (smithlab-cpp): New variable.
2015-11-20 15:22:06 +01:00
Ricardo Wurmus
3d51ec919e
gnu: edirect: Update home page.
...
* gnu/packages/bioinformatics.scm (edirect)[home-page]: Append trailing
slash to home page.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
c52a382c4a
gnu: sra-tools: Update to 2.5.4.
...
* gnu/packages/bioinformatics.scm (sra-tools): Update to 2.5.4.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
9e5ef614aa
gnu: ncbi-vdb: Update to 2.5.4.
...
* gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.5.4.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
614a8977cb
gnu: ngs-java: Update to 1.2.2.
...
* gnu/packages/bioinformatics.scm (ngs-java): Update to 1.2.2.
[arguments]: Remove build phase "fix-java-symlink-installation".
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
d6a1cd7cae
gnu: ngs-sdk: Update to 1.2.2.
...
* gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.2.2.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
2c84ba7e11
gnu: Add ruby-net-ssh.
...
* gnu/packages/ruby.scm (ruby-net-ssh): New variable.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
4f2a52aeb5
gnu: Add ruby-mocha.
...
* gnu/packages/ruby.scm (ruby-mocha): New variable.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
d93062fd5c
gnu: Add ruby-redcarpet.
...
* gnu/packages/ruby.scm (ruby-redcarpet): New variable.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
97aee8d3eb
gnu: Add ruby-introspection.
...
* gnu/packages/ruby.scm (ruby-introspection): New variable.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
4016ba3fd0
gnu: Add ruby-instantiator.
...
* gnu/packages/ruby.scm (ruby-instantiator): New variable.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
21f7b7bd80
gnu: Add ruby-blankslate.
...
* gnu/packages/ruby.scm (ruby-blankslate): New variable.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
25d6d49b3e
gnu: Add ruby-metaclass.
...
* gnu/packages/ruby.scm (ruby-metaclass): New variable.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
3383f5bdab
gnu: Add ruby-test-unit.
...
* gnu/packages/ruby.scm (ruby-test-unit): New variable.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
cc5aeb8c7d
gnu: Add ruby-packnga.
...
* gnu/packages/ruby.scm (ruby-packnga): New variable.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
c1f52261e2
gnu: Add ruby-gettext.
...
* gnu/packages/ruby.scm (ruby-gettext): New variable.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
e2333ea391
gnu: Add ruby-text.
...
* gnu/packages/ruby.scm (ruby-text): New variable.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
347eb21e1d
gnu: Add ruby-locale.
...
* gnu/packages/ruby.scm (ruby-locale): New variable.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
f88bacaf6f
gnu: Add ruby-power-assert.
...
* gnu/packages/ruby.scm (ruby-power-assert): New variable.
2015-11-20 15:21:24 +01:00
Ricardo Wurmus
9641a89957
gnu: bless: Build only for x86_64.
...
* gnu/packages/bioinformatics.scm (bless): Add supported-systems field.
2015-11-20 11:32:32 +01:00
Ricardo Wurmus
0536727efe
gnu: htseq: Propagate numpy.
...
* gnu/packages/bioinformatics.scm (htseq)[inputs]: Move python2-numpy
from here ...
[propagated-inputs]: ... to here.
2015-11-20 11:32:32 +01:00
Ricardo Wurmus
dffdef0f0f
gnu: ant: Update to 1.9.6.
...
* gnu/packages/java.scm (ant): Update to 1.9.6.
2015-11-20 11:32:32 +01:00
Ludovic Courtès
b2a72238b9
gnu: guix: Update development snapshot to 5c36edc.
...
* gnu/packages/package-management.scm (guix-devel): Update to 5c36edc .
2015-11-19 22:33:01 +01:00
Ludovic Courtès
5c36edc818
doc: Mention fonts for Asian languages.
...
Suggested by Alex Vong <alexvong1995@gmail.com >.
* doc/guix.texi (Application Setup): Explain how to install X11 fonts
for Asian languages.
2015-11-19 17:39:48 +01:00
Ludovic Courtès
28d939af0e
doc: Update documentation of the 'services' field.
...
* doc/guix.texi (operating-system Reference): The 'services' field now
contains a list of service objects.
2015-11-19 17:39:48 +01:00
Ricardo Wurmus
bc8bf605fc
gnu: jack-2: Fix jack_control script.
...
* gnu/packages/audio.scm (jack-2)[inputs]: Add python2-dbus.
[arguments]: Use python-2 and add build phase to wrap jack_control
Python script.
2015-11-19 16:10:52 +01:00
Ricardo Wurmus
80e6f37e30
services: Add udev-rule procedure.
...
* gnu/services/base.scm (udev-rule): New procedure.
(kvm-udev-rule): Rewrite as variable in terms of udev-rule.
2015-11-19 16:10:52 +01:00
Eric Bavier
c3c61a781c
gnu: ghc-unordered-containers: Enable tests.
...
* gnu/packages/haskell.scm (ghc-unordered-containers)
[arguments]: Remove.
[inputs]: Add ghc-chasingbottoms, ghc-test-framework,
ghc-test-framework-hunit, and ghc-test-framework-quickcheck2.
2015-11-19 03:13:20 -06:00
Eric Bavier
4eca62be49
gnu: Add ghc-chasingbottoms.
...
* gnu/packages/haskell.scm (ghc-chasingbottoms): New variable.
2015-11-19 03:13:20 -06:00
Eric Bavier
19206f5eb8
gnu: ghc-attoparsec: Enable tests.
...
* gnu/packages/haskell.scm (ghc-attoparsec)[arguments]: Remove.
[inputs]: Add ghc-quickcheck, ghc-quickcheck-unicode,
ghc-test-framework, and ghc-test-framework-quickcheck2.
2015-11-19 03:13:19 -06:00
Eric Bavier
ab715ec9ae
gnu: Add ghc-test-framework-quickcheck2.
...
* gnu/packages/haskell.scm (ghc-test-framework-quickcheck2): New
variable.
2015-11-19 03:13:19 -06:00
Eric Bavier
e1c1b71c38
gnu: ghc-async: Enable tests.
...
* gnu/packages/haskell.scm (ghc-async)[arguments]: Remove.
[inputs]: Add ghc-hunit, ghc-test-framework, and
ghc-test-framework-hunit.
2015-11-19 03:13:19 -06:00
Eric Bavier
0eeaa169a0
gnu: ghc-regex-posix: Propagate inputs.
...
* gnu/packages/haskell.scm (ghc-regex-posix): Propagate ghc-regex-base
input.
2015-11-19 03:13:19 -06:00
Eric Bavier
1fe25c573a
gnu: Add ghc-test-framework-hunit.
...
* gnu/packages/haskell.scm (ghc-test-framework-hunit): New variable.
2015-11-19 03:13:19 -06:00
Eric Bavier
09655c676b
gnu: Add ghc-test-framework.
...
* gnu/packages/haskell.scm (ghc-test-framework): New variable.
2015-11-19 03:13:19 -06:00
Eric Bavier
1472ba2546
gnu: Add ghc-libxml.
...
* gnu/packages/haskell.scm (ghc-libxml): New variable.
2015-11-19 03:13:19 -06:00
Eric Bavier
ccd7b30872
gnu: Add ghc-hostname.
...
* gnu/packages/haskell.scm (ghc-hostname): New variable.
2015-11-19 03:13:19 -06:00
Efraim Flashner
d2a5210844
gnu: tilda: Update to 1.3.0.
...
* gnu/packages/terminals.scm (tilda): Update to 1.3.0.
[inputs]: Switch vte from 0.36 to 0.40, remove zip.
2015-11-19 14:45:45 +02:00
Efraim Flashner
e30be98653
gnu: youtube-dl: Update to 2015.11.18.
...
* gnu/packages/video.scm (youtube-dl): Update to 2015.11.18.
2015-11-19 09:48:41 +02:00
Mark H Weaver
3470fe002c
gnu: libsndfile: Add fixes for CVE-2014-9496 and CVE-2015-7805.
...
* gnu/packages/patches/libsndfile-CVE-2014-9496.patch,
gnu/packages/patches/libsndfile-CVE-2015-7805.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/pulseaudio.scm (libsndfile)[source]: Add patches.
2015-11-18 17:47:40 -05:00
Mark H Weaver
b4a88dc25f
gnu: libxslt: Add fix for CVE-2015-7995.
...
* gnu/packages/patches/libxslt-CVE-2015-7995.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xml.scm (libxslt)[source]: Add patch.
2015-11-18 17:47:40 -05:00
Mark H Weaver
ee6bb0cc76
gnu: libxml2: Add fixes for CVE-2015-{1819,7941,7942,8035} and other bugs.
...
* gnu/packages/patches/libxml2-CVE-2015-1819.patch,
gnu/packages/patches/libxml2-CVE-2015-7941-pt1.patch,
gnu/packages/patches/libxml2-CVE-2015-7941-pt2.patch,
gnu/packages/patches/libxml2-CVE-2015-7942-pt1.patch,
gnu/packages/patches/libxml2-CVE-2015-7942-pt2.patch,
gnu/packages/patches/libxml2-CVE-2015-8035.patch,
gnu/packages/patches/libxml2-bug-737840.patch,
gnu/packages/patches/libxml2-bug-738805.patch,
gnu/packages/patches/libxml2-bug-746048.patch,
gnu/packages/patches/libxml2-bug-747437.patch,
gnu/packages/patches/libxml2-bug-751603.patch,
gnu/packages/patches/libxml2-bug-751631.patch,
gnu/packages/patches/libxml2-bug-754946.patch,
gnu/packages/patches/libxml2-bug-754947.patch,
gnu/packages/patches/libxml2-bug-755857.patch,
gnu/packages/patches/libxml2-fix-catalog-corruption.patch,
gnu/packages/patches/libxml2-id-attrs-in-xmlSetTreeDoc.patch,
gnu/packages/patches/libxml2-node-sort-order-pt1.patch,
gnu/packages/patches/libxml2-node-sort-order-pt2.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/xml.scm (libxml2)[source]: Add patches.
2015-11-18 17:47:40 -05:00
Mark H Weaver
328a14e869
gnu: libpng: Update to 1.5.24 [fixes CVE-2015-8126].
...
* gnu/packages/image.scm (libpng): Update to 1.5.24.
2015-11-18 17:47:40 -05:00
Mark H Weaver
21ef9843e4
Revert "gnu: libpng: Use 1.5.24 as a replacement [fixes CVE-2015-8126]."
...
This reverts commit 1b076e630f .
2015-11-18 17:47:17 -05:00
Ricardo Wurmus
c797fabe79
services: Export udev-configuration procedures.
...
* gnu/services/base.scm (udev-configuration, udev-configuration?,
udev-configuration-rules): Export.
2015-11-18 22:04:48 +01:00
Ludovic Courtès
7be4a4b0ae
gnu: weechat: Fix patching of assignments to 'python2_bin'.
...
Fixes a regression introduced in a9346fa .
* gnu/packages/weechat.scm (weechat)[arguments]: Make sure PYTHON2_BIN
can be freed with 'free'.
2015-11-18 18:01:50 +01:00
Ludovic Courtès
b567abcf1a
gnu: weechat: Encode as UTF-8.
...
* gnu/packages/weechat.scm: Reencode as UTF-8.
2015-11-18 18:01:30 +01:00
Ludovic Courtès
a9346faee6
gnu: weechat: Record the absolute file name of 'python'.
...
Fixes <http://bugs.gnu.org/21879 >.
Reported by Luis Felipe López Acevedo <felipe.lopez@openmailbox.org >.
* gnu/packages/weechat.scm (weechat)[arguments]: Add
'set-python-file-name' phase.
2015-11-18 17:47:09 +01:00
Ludovic Courtès
e33cf9a69a
gnu: weechat: Use 'modify-phases'.
...
* gnu/packages/weechat.scm (weechat)[arguments]: Use 'modify-phases'.
Remove 'fix-file' phase.
2015-11-18 17:47:09 +01:00
Mark H Weaver
f4a4a71885
gnu: python-tornado: Use the preferred home-page.
...
* gnu/packages/python.scm (python-tornado)[home-page]: Use the preferred
one.
2015-11-18 09:45:47 -05:00
Mark H Weaver
7f51b663b0
gnu: python-cryptography: Update to 1.0.2.
...
* gnu/packages/python.scm (python-cryptography): Update to 1.0.2.
2015-11-18 09:30:01 -05:00
Mark H Weaver
3698a77588
gnu: python-cryptography-vectors: Update to 1.0.2.
...
* gnu/packages/python.scm (python-cryptography-vectors): Update to 1.0.2.
2015-11-18 09:30:01 -05:00
Ricardo Wurmus
f836fb8d0c
gnu: zynaddsubfx: Update to 2.5.2.
...
* gnu/packages/music.scm (zynaddsubfx): Update to 2.5.2.
2015-11-18 14:07:14 +01:00
Erik Edrosa
f7d17ac756
gnu: Add python-pystache.
...
* gnu/packages/python.scm (python-pystache, python2-pystache): New
variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-11-18 12:21:45 +01:00
Efraim Flashner
49846012f0
Revert "gnu: wget: Update to 1.17."
...
This reverts commit 4ca0234069 .
2015-11-18 08:36:27 +02:00
宋文武
4d62a9d304
gnu: Add network-manager-applet.
...
* gnu/packages/gnome.scm (network-manager-applet): New variable.
2015-11-18 09:16:31 +08:00
宋文武
ba5dd1055f
gnu: Add network-manager.
...
* gnu/packages/gnome.scm (%network-manager-glib-duplicate-test-patch)
(network-manager): New variables.
2015-11-18 09:16:31 +08:00
Efraim Flashner
b494d198cd
gnu: youtube-dl: Update to 2015.11.15.
...
* gnu/packages/video.scm (youtube-dl): Update to 2015.11.15.
2015-11-17 21:32:58 +02:00
Ludovic Courtès
87450b1274
Thank Chris.
2015-11-17 09:44:52 +01:00
Ludovic Courtès
b7f4677999
ftp-client: Restrict to TCP/IP connections.
...
Fixes <http://bugs.gnu.org/21925 >.
Regression introduced in 279ec1d .
Reported by Chris Marusich <cmmarusich@gmail.com >.
* guix/ftp-client.scm (ftp-open): Restrict sockets to
SOCK_STREAM/IPPROTO_IP.
2015-11-17 09:44:52 +01:00
Ricardo Wurmus
3279b7ec47
gnu: Add Scribus.
...
* gnu/packages/scribus.scm: New file
* gnu/packages/patches/scribus-qobject.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES, dist_patch_DATA): Add them.
2015-11-17 08:43:32 +01:00
Ricardo Wurmus
ac838d0f8e
gnu: Add GraphicsMagick.
...
* gnu/packages/imagemagick.scm (graphicsmagick): New variable.
2015-11-17 08:43:32 +01:00
Ricardo Wurmus
bf50f7b587
gnu: Add prefix to license imports in (gnu packages imagemagick).
...
* gnu/packages/imagemagick.scm: Import (guix licenses) with prefix
"license:".
2015-11-17 08:43:32 +01:00
宋文武
ae916e02cb
gnu: Add ppp.
...
* gnu/packages/samba.scm (ppp): New variable.
2015-11-17 10:01:00 +08:00
Efraim Flashner
4ca0234069
gnu: wget: Update to 1.17.
...
* gnu/packages/wget.scm (wget): Update to 1.17.
2015-11-17 00:46:21 +02:00
Mark H Weaver
9832ecf09a
gnu: dovecot: Update to 2.2.19.
...
* gnu/packages/mail.scm (dovecot): Update to 2.2.19.
2015-11-16 13:57:09 -05:00
Ludovic Courtès
d3a33fe28d
gnu: eigen: Run 'ctest' in verbose mode.
...
* gnu/packages/algebra.scm (eigen)[arguments]: Add "-V" in
'EIGEN_CTEST_ARGS'.
2015-11-16 16:44:39 +01:00
Ludovic Courtès
354f4fe292
gnu: eigen: Use 'modify-phases'.
...
* gnu/packages/algebra.scm (eigen)[arguments]: Use 'modify-phases'
instead of 'alist-cons-before'.
2015-11-16 16:44:39 +01:00
Ludovic Courtès
a4eb83b709
gnu: eigen: Fix 'Cflags' value in 'eigen3.pc'.
...
* gnu/packages/algebra.scm (eigen)[source]: Augment snippet to address
<http://eigen.tuxfamily.org/bz/show_bug.cgi?id=1114 >.
2015-11-16 16:44:39 +01:00
David Thompson
83a4a70b50
gnu: Add love.
...
* gnu/packages/game-development.scm (love): New variable.
2015-11-16 08:47:23 -05:00
David Thompson
3aab2c839f
gnu: Add devil.
...
* gnu/packages/image.scm (devil): New variable.
* gnu/packages/patches/devil-fix-libpng.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2015-11-16 08:47:23 -05:00
Ludovic Courtès
333c376c45
graft: Graft files in parallel.
...
* guix/build/graft.scm (rewrite-directory): Use 'n-par-for-each' instead
of 'for-each'.
2015-11-16 14:22:58 +01:00
Ludovic Courtès
9c88f655e6
graft: Graft files in a deterministic order.
...
* guix/build/graft.scm (rewrite-directory)[rewrite-leaf]: Change to take
a single parameter. Add call to 'lstat'. Factorize result of
'destination'.
Use 'find-files' instead of 'file-system-fold'.
2015-11-16 14:22:58 +01:00
Efraim Flashner
6a7e1a180b
gnu: Add tilda.
...
* gnu/packages/terminals.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-11-16 15:22:37 +02:00
Efraim Flashner
2776d72c7c
gnu: vte: Provide 0.36.5.
...
* gnu/packages/gnome.scm (vte): Add version 0.36.5.
2015-11-16 15:22:37 +02:00
Efraim Flashner
782770d1c2
gnu: mpv: Remove lua configure hack.
...
* gnu/packages/video.scm (mpv)[arguments]: Remove obsolete code that
helped configure find lua.
2015-11-16 15:18:30 +02:00
Efraim Flashner
54567afa13
gnu: mpv: Update to 0.13.0.
...
* gnu/packages/video.scm (mpv): Update to 0.13.0.
2015-11-16 15:04:34 +02:00
Ricardo Wurmus
d6e21589af
gnu: Add r-devtools.
...
* gnu/packages/statistics.scm (r-devtools): New variable.
2015-11-16 11:09:49 +01:00
Ricardo Wurmus
81a4228b18
gnu: Add r-rstudioapi.
...
* gnu/packages/statistics.scm (r-rstudioapi): New variable.
2015-11-16 11:09:49 +01:00
Ricardo Wurmus
035711f1f5
gnu: Add r-git2r.
...
* gnu/packages/statistics.scm (r-git2r): New variable.
2015-11-16 11:09:49 +01:00
Ricardo Wurmus
681e03c12d
gnu: Add r-httr.
...
* gnu/packages/statistics.scm (r-httr): New variable.
2015-11-16 11:09:49 +01:00
Ricardo Wurmus
167c988263
gnu: Add r-roxygen2.
...
* gnu/packages/statistics.scm (r-roxygen2): New variable.
2015-11-16 11:09:49 +01:00
Ricardo Wurmus
13d083af59
gnu: Add r-brew.
...
* gnu/packages/statistics.scm (r-brew): New variable.
2015-11-16 11:09:49 +01:00
Ricardo Wurmus
1a77eccd0e
gnu: Add r-whisker.
...
* gnu/packages/statistics.scm (r-whisker): New variable.
2015-11-16 11:09:49 +01:00
Ricardo Wurmus
6140747f06
gnu: Add r-rversions.
...
* gnu/packages/statistics.scm (r-rversions): New variable.
2015-11-16 11:09:49 +01:00
Ricardo Wurmus
67a167fdf7
gnu: Add r-xml2.
...
* gnu/packages/statistics.scm (r-xml2): New variable.
2015-11-16 11:09:49 +01:00
Ricardo Wurmus
5f4621de1f
gnu: Add r-curl.
...
* gnu/packages/web.scm (r-curl): New variable.
2015-11-16 11:09:49 +01:00
Ludovic Courtès
f106b0e970
emacs: 'display-search-paths' now takes a list of profiles.
...
Fixes a regression introduced in fc2d233 .
* emacs/guix-main.scm (process-package-actions): Make second argument to
'display-search-paths' a list.
2015-11-16 10:54:23 +01:00
Amirouche Boubekki
fcc43c1f7b
gnu: images: Add jpegoptim 1.4.3
...
* gnu/packages/images.scm (jpegoptim): New variable jpegoptim
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-11-16 10:03:49 +01:00
Ludovic Courtès
1b076e630f
gnu: libpng: Use 1.5.24 as a replacement [fixes CVE-2015-8126].
...
Reported by Leo Famulari <leo@famulari.name >.
* gnu/packages/image.scm (libpng-urls): New procedure.
(libpng)[source]: Use it.
[replacement]: New field.
(libpng-1.5.24): New variable.
2015-11-16 09:51:44 +01:00
宋文武
0cc2284819
gnu: procps: Update to 3.3.11.
...
procps-ng is the new upstream.
* gnu/packages/procps.scm (procps): Update to 3.3.11.
[source]: Adjust formatting. Remove patches.
[home-page]: Update URL.
* gnu/packages/patches/procps-make-3.82.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
2015-11-16 16:06:49 +08:00
宋文武
b85d098410
gnu: file: Update to 5.25.
...
* gnu/packages/file.scm (file): Update to 5.25.
2015-11-16 16:06:49 +08:00
Andreas Enge
b6bbebbcab
gnu: gnucash: Update to 2.6.9.
...
* gnu/packages/gnucash.scm (gnucash): Update to 2.6.9.
[home-page]: Update.
2015-11-16 04:15:02 +01:00
Andreas Enge
000e36f2ee
gnu: pari-gp: Update to 2.7.5.
...
* gnu/packages/algebra.scm (pari-gp): Update to 2.7.5.
2015-11-16 03:51:34 +01:00
Efraim Flashner
5de56b611c
gnu: enlightenment: Update to 0.19.13.
...
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.13.
2015-11-15 11:03:03 +02:00
Efraim Flashner
90b5741869
gnu: evas-generic-loaders: Update to 1.16.0.
...
* gnu/packages/enlightenment.scm (evas-generic-loaders): Update to
1.16.0.
2015-11-15 10:25:16 +02:00
Efraim Flashner
96479cf10d
gnu: emotion-generic-players: Update to 1.16.0.
...
* gnu/packages/enlightenment.scm (emotion-generic-players): Update to
1.16.0.
2015-11-15 10:22:11 +02:00
Efraim Flashner
5fbf590a90
gnu: elementary: Update to 1.16.0.
...
* gnu/packages/enlightenment.scm (elementary): Update to 1.16.0.
2015-11-15 09:46:50 +02:00
Efraim Flashner
1c8a70a350
gnu: efl: Update to 1.16.0.
...
* gnu/packages/enlightenment.scm (efl): Update to 1.16.0.
2015-11-15 09:27:46 +02:00
Efraim Flashner
19a696ed72
gnu: youtube-dl: Update to 2015.11.13.
...
* gnu/packages/video.scm (youtube-dl): Update to 2015.11.13.
2015-11-15 00:07:38 +02:00
Alex Kost
6f4b23e674
gnu: emacs: Honor 'SOURCE_DATE_EPOCH'.
...
Suggested by Ludovic Courtès <ludo@gnu.org >.
* gnu/packages/patches/emacs-source-date-epoch.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/emacs.scm (emacs)[source]: Use it.
2015-11-14 21:59:37 +03:00
Alex Kost
f7dbeb376b
build-system/gnu: Set 'SOURCE_DATE_EPOCH'.
...
Suggested by Ludovic Courtès <ludo@gnu.org >.
* guix/build/gnu-build-system.scm (gnu-build): Set SOURCE_DATE_EPOCH for
deterministic builds.
2015-11-14 21:59:37 +03:00
Ludovic Courtès
511495fb24
gnu: sudo: Build sequentially.
...
Possibly fixes <http://bugs.gnu.org/21918 >.
* gnu/packages/admin.scm (sudo)[arguments]: Add #:parallel-build? #f.
2015-11-14 16:50:21 +01:00
David Thompson
5649c8cd89
gnu: Add guile-sly.
...
* gnu/packages/guile.scm (guile-sly): New variable.
2015-11-14 07:55:34 -05:00
Ricardo Wurmus
73cea74dda
gnu: calf: Update tarball URL.
...
* gnu/packages/audio.scm (calf)[source]: Use tarball from new project
website instead of sourceforge.
2015-11-14 10:07:56 +01:00
Ludovic Courtès
2abcc935ce
gnu: eigen: Update to 3.2.7.
...
* gnu/packages/algebra.scm (eigen): Upgrade to 3.2.7.
[source]: Add 'file-name' field.
2015-11-13 22:47:39 +01:00
Mark H Weaver
ff45a00e79
gnu: mit-krb5: Add fixes for CVE-2015-{2695,2696,2697,2698}.
...
* gnu/packages/patches/mit-krb5-CVE-2015-2695-pt1.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2695-pt2.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2696.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2697.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2698-pt1.patch,
gnu/packages/patches/mit-krb5-CVE-2015-2698-pt2.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/mit-krb5.scm (mit-krb5)[native-inputs]: Add patches.
2015-11-13 12:42:47 -05:00
Mark H Weaver
4d53c29e6c
gnu: mit-krb5: Refactor build code; support multiple patches.
...
* gnu/packages/mit-krb5.scm (mit-krb5)[source]: Use version-major+minor.
[arguments]: Use modify-phases. Split and rewrite 'unpack' phase into
'unpack', 'apply-patches', and 'enter-source-directory' phases. Add a
'pre-check' phase instead of replacing the 'check' phase. Combine
substitutions on the same file. In the 'unpack' phase, find
native-inputs with names starting with "patch/" and apply them all.
Print a message for each patch applied. Do not rely on the result of
'chdir', which is unspecified. Determine the names of the inner tar
file and the directory in a more robust way. Add (ice-9 ftw),
(ice-9 match) and (srfi srfi-1) to #:modules.
2015-11-13 12:42:47 -05:00
Mark H Weaver
9715df7fbe
gnu: mit-krb5: Update to 1.13.2.
...
* gnu/packages/mit-krb5.scm (mit-krb5): Update to 1.13.2.
[native-inputs]: Remove "patch/init-fix".
* gnu/packages/patches/mit-krb5-init-fix.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Remove it.
2015-11-13 12:42:47 -05:00
宋文武
a124bbd2f4
gnu: Adjust formatting as recommended by 'guix lint'.
...
* gnu/packages/aidc.scm (barcode, qrencode),
gnu/packages/bash.scm (bash, bash-completion),
gnu/packages/busybox.scm (busybox),
gnu/packages/cdrom.scm (cdparanoia),
gnu/packages/cmake.scm (cmake),
gnu/packages/conkeror.scm (conkeror),
gnu/packages/cook.scm (cook),
gnu/packages/curl.scm (curl),
gnu/packages/docbook.scm (docbook-xsl),
gnu/packages/enlightenment.scm (enlightenment),
gnu/packages/games.scm (abbaye),
gnu/packages/geeqie.scm (exiv2),
gnu/packages/gimp.scm (gegl),
gnu/packages/gl.scm (glu, freeglut, ftgl),
gnu/packages/glib.scm (glib),
gnu/packages/gnome.scm (orbit2, gconf, geocode-glib),
gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base),
gnu/packages/linux.scm (util-linux),
gnu/packages/lisp.scm (gcl, ecl),
gnu/packages/maths.scm (gnuplot, hdf5),
gnu/packages/ssh.scm (dropbear),
gnu/packages/web.scm (json-c): Remove tabulations and trailing
white spaces or reformat to fit within 80 columns.
* gnu/packages/audio.scm (aubio),
gnu/packages/emacs.scm (emacs-s),
gnu/packages/engineering.scm (geda-gaf),
gnu/packages/games.scm (dosbox),
gnu/packages/gnome.scm (gusb),
gnu/packages/gtk.scm (gtk+),
gnu/packages/guile.scm (guile-wisp),
gnu/packages/hurd.scm (hurd-headers),
gnu/packages/wm.scm (i3-wm): Adjust synopsis or description.
2015-11-13 23:45:55 +08:00
宋文武
d777e048b5
gnu: upower: Update to 0.99.3.
...
* gnu/packages/gnome.scm (upower): Update to 0.99.3.
2015-11-13 17:59:50 +08:00
宋文武
ebeabe2d35
gnu: upower: Enable GObject introspection.
...
* gnu/packages/gnome.scm (upower)[native-inputs]: Add gobject-introspection.
2015-11-13 17:59:50 +08:00
宋文武
2af4f5b051
gnu: gcr: Update to 3.18.0, enable introspection.
...
* gnu/packages/gnome.scm (gcr): Update to 3.18.0.
[native-inputs]: Add gobject-introspection and libxslt.
2015-11-13 17:59:50 +08:00
宋文武
9083788a29
gnu: nix: Don't propagate Perl libraries.
...
* gnu/packages/package-management.scm (nix): Move perl-www-curl,
perl-dbi and perl-dbd-sqlite from 'propagated-inputs' to 'inputs'.
[arguments]: Add #:configure-flags.
2015-11-13 12:56:50 +08:00
宋文武
f888502cfa
gnu: nix: Update to 1.10.
...
* gnu/packages/package-management.scm (nix): Update to 1.10.
2015-11-13 12:56:50 +08:00
Ludovic Courtès
bd7e1ffae6
lint: Have connections time out after 3 seconds.
...
* guix/scripts/lint.scm (probe-uri): Add #:timeout parameter. Pass it
to 'open-connection-for-uri' and 'ftp-open'.
(validate-uri): Pass #:timeout 3 to 'probe-uri'.
2015-11-12 23:47:01 +01:00
Ludovic Courtès
1b9aefa394
download: Always use AI_ADDRCONFIG when resolving host names.
...
* guix/build/download.scm (open-socket-for-uri): Always pass
AI_ADDRCONFIG to 'getaddrinfo' as recommended in the fine Guile
manual.
* guix/ftp-client.scm (ftp-open): Ditto.
2015-11-12 23:47:01 +01:00
Ludovic Courtès
60fd51222f
download: Add timeout parameter for connections.
...
* guix/build/download.scm (ensure-uri): New procedure.
(current-http-proxy): New variable.
(open-socket-for-uri): Copy from Guile commit aaea5b2, but add #:timeout
parameter and use 'connect*' instead of 'connect'.
(open-connection-for-uri): Add #:timeout parameter and pass it to
'open-socket-for-uri'.
2015-11-12 23:47:00 +01:00
Ludovic Courtès
4856700698
ftp-client: Add timeout parameter to 'ftp-open'.
...
* guix/ftp-client.scm (catch-EINPROGRESS): New macro.
(connect*): New procedure.
(ftp-open): Add #:timeout parameter. Use 'connect*' instead of
'connect' and pass it TIMEOUT.
2015-11-12 23:47:00 +01:00
Ludovic Courtès
279ec1df20
ftp-client: Restrict to TCP connections.
...
* guix/ftp-client.scm (ftp-open): Force SOCK_STREAM as the socket type
to avoid calling 'connect' on a datagram socket.
2015-11-12 23:47:00 +01:00
Alex Kost
8b341eb05d
emacs: Adjust 'guix environment' popup.
...
* emacs/guix-command.el (guix-command-improve-environment-argument): Use
"E" for '--expose' and "S" for '--share' to distinguish them from
'--expression' and '--system' accordingly. Make '--ad-hoc' an option
taking packages instead of a simple switch.
(guix-command-rest-argument): Complete shell command instead of
packages for '--' argument.
(guix-command-additional-arguments): Add fake 'packages' argument.
New variable.
(guix-command-additional-arguments): Use it.
(guix-command-post-process-environment-packages,
guix-command-post-process-environment-ad-hoc): New functions.
(guix-command-post-processors): Add "environment" command with the new
argument processors.
2015-11-12 21:22:35 +03:00
Alex Kost
cfa548b4ea
emacs: Adjust 'guix container' popup.
...
* emacs/guix-command.el (guix-command-improve-action-argument): Use "C"
key for 'container' action to distinguish it from 'challenge'.
(guix-command-rest-argument): Add positional arguments.
2015-11-12 21:22:35 +03:00
Alex Kost
959c78f69a
emacs: Improve post processing of popup arguments.
...
* emacs/guix-command.el (guix-command-switches,
guix-command-rest-arg-regexp): New variables.
(guix-command-post-processors,
guix-command-post-process-matching-args,
guix-command-post-process-rest-single,
guix-command-post-process-rest-multiple,
guix-command-post-process-rest-multiple-leave,
guix-command-post-process-package-args): New functions.
(guix-command-post-process-rest-multiple): Take 2 arguments.
(guix-command-define-popup-action): Adjust accordingly.
* emacs/guix-utils.el (guix-modify): New function.
2015-11-12 21:22:35 +03:00
Efraim Flashner
4f8f15cd5c
Revert "gnu: libvpx: Update to 1.5.0."
...
This reverts commit fb3f69394a .
2015-11-12 19:59:42 +02:00
Taylan Ulrich Bayırlı/Kammer
bff3c670c2
gnu: mupen64plus-core: Add comment.
...
* gnu/packages/games.scm (mupen64plus-core): Comment the reason for the
supported-systems field.
2015-11-12 17:25:40 +01:00
Taylan Ulrich Bayırlı/Kammer
9c9be34871
gnu: mupen64plus-core: Specify supported-systems.
...
* gnu/packages/games.scm (mupen64plus-core): Specify supported-systems.
2015-11-12 16:00:52 +01:00
Roel Janssen
2f1531f008
gnu: Add inklingreader.
...
* gnu/packages/inklingreader.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Mathieu Lirzin <mthl@gnu.org >
2015-11-12 15:57:02 +01:00
Efraim Flashner
0534dd93ce
gnu: gsl: Update to 2.1.
...
* gnu/packages/maths.scm (gsl): Update to 2.1.
2015-11-12 16:53:43 +02:00
Efraim Flashner
0137992a38
gnu: Add c-ares.
...
* gnu/packages/aria2.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-11-12 16:21:00 +02:00
Efraim Flashner
b2e93b9e45
gnu: Add owncloud-client.
...
* gnu/packages/owncloud.scm (owncloud-client): New variable.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-11-12 16:14:42 +02:00
Efraim Flashner
9e81af9e72
gnu: Add qtkeychain.
...
* gnu/packages/qt.scm (qtkeychain): New variable.
2015-11-12 16:14:42 +02:00
Efraim Flashner
fb3f69394a
gnu: libvpx: Update to 1.5.0.
...
* gnu/packages/video.scm (libvpx): Update to 1.5.0.
2015-11-12 14:56:55 +02:00
Ricardo Wurmus
029d9f77ab
gnu: mosaik: Build only on x86_64.
...
* gnu/packages/bioinformatics.scm (mosaik)[supported-systems]: Add
field.
2015-11-12 12:36:40 +01:00
Ludovic Courtès
0086ec733c
gnu: sudo: Upgrade to 1.8.15 [fixes CVE-2015-5602].
...
* gnu/packages/admin.scm (sudo)[arguments]: Add CPPFLAGS to
#:configure-flags. In 'pre-configure' phase, modify
'sudo_usage.h.in'. Add pattern to remove '-o 0 -g 0' installation
flag in 'Makefile.in', and remove pattern for '-O 0 -G 0'. Remove
modifications of 'configure'.
2015-11-12 11:49:18 +01:00
宋文武
bd7dfafaa3
gnu: Add caribou.
...
* gnu/packages/gnome.scm (caribou): New variable.
2015-11-12 14:21:30 +08:00
宋文武
df217748e1
gnu: Add evolution-data-server.
...
* gnu/packages/gnome.scm (evolution-data-server): New variable.
2015-11-12 14:21:30 +08:00
宋文武
685cee8779
gnu: Add gnome-online-accounts.
...
* gnu/packages/gnome.scm (gnome-online-accounts): New variable.
2015-11-12 14:21:30 +08:00
Andreas Enge
8de8cf438a
gnu: lua: Register patch.
...
* gnu-system.am (dist_patch_DATA): Register lua52-liblua-so.patch.
This is a follow-up to commit 0f9c1f3400 .
2015-11-12 05:12:37 +01:00
Ludovic Courtès
ddfd70da8e
gnu: stow: Update to 2.2.2.
...
* gnu/packages/package-management.scm (stow): Update to 2.2.2.
[native-inputs]: Add PERL-IO-STRINGY.
2015-11-11 23:45:29 +01:00
Ludovic Courtès
8fe0b262a9
gnu: libmicrohttpd: Update to 0.9.46.
...
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.46.
2015-11-11 23:39:15 +01:00
Ludovic Courtès
3a96d7c3dd
guix gc: Error out when extra arguments are passed.
...
Fixes <http://bugs.gnu.org/21817 >.
Reported by Petter Berntsen <petter@mykolab.ch >.
* guix/scripts/gc.scm (guix-gc)[assert-no-extra-arguments]: New
procedure.
Use it for actions 'collect-garbage', 'optimize', and 'verify'.
* tests/guix-gc.sh: Add tests.
2015-11-11 23:29:20 +01:00
Ludovic Courtès
6237b9fa39
edit: Honor $VISUAL.
...
Suggested by Andreas Enge <andreas@enge.fr >.
* guix/scripts/edit.scm (%editor): Honor 'VISUAL' before 'EDITOR'.
(show-help): Adjust accordingly.
* doc/guix.texi (Invoking guix edit): Likewise.
2015-11-11 23:29:20 +01:00
Ricardo Wurmus
6d2e833495
gnu: Add microscheme.
...
* gnu/packages/avr.scm (microscheme): New variable.
2015-11-11 22:40:50 +01:00
Ludovic Courtès
14649b8cdb
refresh: Avoid non-literal format string.
...
Reported by Mathieu Lirzin <mthl@gnu.org >.
* guix/scripts/refresh.scm (guix-refresh): Rewrite 'list-dependent?'
report to avoid nested 'N_' calls.
2015-11-11 22:10:21 +01:00
Ricardo Wurmus
42f8504ccc
gnu: Add prefix to license imports in (gnu packages avr).
...
* gnu/packages/avr.scm: Import (guix licenses) with prefix "license:".
2015-11-11 21:23:58 +01:00
Ricardo Wurmus
e5e2068551
gnu: ardour: Update to 4.4.
...
* gnu/packages/audio.scm (ardour): Update to 4.4.
2015-11-11 21:22:48 +01:00
Ricardo Wurmus
e61d9e3966
gnu: Add gfortran 5.
...
* gnu/packages/gcc.scm (gfortran-5): New variable.
2015-11-11 17:25:04 +01:00
Mark H Weaver
419630e0be
gnu: wpa-supplicant: Add fixes for CVE-2015-{5310,5314,5315,5316}.
...
* gnu/packages/patches/wpa-supplicant-CVE-2015-5310.patch,
gnu/packages/patches/wpa-supplicant-CVE-2015-5314.patch,
gnu/packages/patches/wpa-supplicant-CVE-2015-5315.patch,
gnu/packages/patches/wpa-supplicant-CVE-2015-5316.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/admin.scm (wpa-supplicant-minimal)[source]: Add patches.
2015-11-11 07:45:11 -05:00
Efraim Flashner
875b2f3d5e
gnu: youtube-dl: Upgrade to 2015.11.10.
...
* gnu/packages/video.scm (youtube-dl): Upgrade to 2015.11.10.
2015-11-11 13:05:56 +02:00
Mark H Weaver
533c1b04bc
gnu: linux-libre: Update to 4.2.6.
...
* gnu/packages/linux.scm (linux-libre): Update to 4.2.6.
2015-11-11 01:16:19 -05:00
Mark H Weaver
a4564c629f
gnu: git: Update to 2.6.3.
...
* gnu/packages/version-control.scm (git): Update to 2.6.3.
(git-manpages)[source]: Update hash.
2015-11-10 23:07:28 -05:00
Ludovic Courtès
2ab5fdc4b4
ui: 'guix help COMMAND' is like 'guix COMMAND --help'.
...
* guix/ui.scm (run-guix): Add ("help" COMMAND) case.
2015-11-11 00:37:51 +01:00
Ludovic Courtès
fc2d233964
guix package: '--search-paths' can report combined search paths.
...
Partly fixes <http://bugs.gnu.org/20255 >.
* guix/scripts/package.scm (search-path-environment-variables): Change
'profile' to 'profiles'; expect it to be a list.
(display-search-paths): Likewise.
(%default-options): Remove 'profile' entry.
(%options) <--profile>: Keep previous values associated with 'profile'
in RESULT.
(guix-package)[process-actions, process-query]: Handle the possible
lack of 'profile' pair in OPTS.
2015-11-11 00:37:50 +01:00
Ludovic Courtès
21059b26b0
system: Populate /etc/shells from ACCOUNT-SERVICE-TYPE.
...
* gnu/system.scm (user-shells): Remove.
(operating-system-etc-service): Remove "shells" entry.
(shells-file): Move to...
* gnu/system/shadow.scm (shells-file): ... here. New procedure.
(etc-skel): Rename to...
(etc-files): ... this. Add "shells" entry.
(account-service-type): Adjust accordingly.
2015-11-11 00:37:50 +01:00
Ludovic Courtès
ba583bd2ce
gnu: torsocks: Upgrade to 2.0.0.
...
* gnu/packages/tor.scm (torsocks): Update to 2.0.0.
[source]: Fetch from git.torproject.org. Use
'torsocks-dns-test.patch'.
[arguments, native-inputs]: New fields.
[license]: Change to GPL2.
* gnu/packages/patches/torsocks-dns-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2015-11-11 00:37:50 +01:00
Taylan Ulrich Bayırlı/Kammer
68d85de163
gnu: gtksourceview-2: Propagate input libxml2.
...
* gnu/packages/gtk.scm (gtksourceview-2): Move libxml2 to propagated
inputs.
2015-11-10 23:12:25 +01:00
Taylan Ulrich Bayırlı/Kammer
e6974eae1d
gnu: Add mupen64plus-ui-console.
...
* gnu/packages/games.scm (mupen64plus-ui-console): New variable.
* gnu/packages/patches/mupen64plus-ui-console-notice.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2015-11-10 22:14:44 +01:00
Taylan Ulrich Bayırlı/Kammer
17e2bc8617
gnu: Add mupen64plus-video-z64.
...
* gnu/packages/games.scm (mupen64plus-video-z64): New variable.
2015-11-10 22:14:44 +01:00
Taylan Ulrich Bayırlı/Kammer
e91d25f9e0
gnu: Add mupen64plus-video-rice.
...
* gnu/packages/games.scm (mupen64plus-video-rice): New variable.
2015-11-10 22:14:44 +01:00
Taylan Ulrich Bayırlı/Kammer
e8bf3ced25
gnu: Add mupen64plus-video-glide64mk2.
...
* gnu/packages/games.scm (mupen64plus-video-glide64mk2): New variable.
2015-11-10 22:14:44 +01:00
Taylan Ulrich Bayırlı/Kammer
9a3fe16b99
gnu: Add mupen64plus-video-glide64.
...
* gnu/packages/games.scm (mupen64plus-video-glide64): New variable.
2015-11-10 22:14:44 +01:00
Taylan Ulrich Bayırlı/Kammer
307a536d42
gnu: Add mupen64plus-video-arachnoid
...
* gnu/packages/games.scm (mupen64plus-video-arachnoid): New variable.
2015-11-10 22:14:44 +01:00
Taylan Ulrich Bayırlı/Kammer
50afcd1f03
gnu: Add mupen64plus-rsp-z64.
...
* gnu/packages/games.scm (mupen64plus-rsp-z64): New variable.
2015-11-10 22:14:44 +01:00
Taylan Ulrich Bayırlı/Kammer
3b3358bec9
gnu: Add mupen64plus-rsp-hle.
...
* gnu/packages/games.scm (mupen64plus-rsp-hle): New variable.
2015-11-10 22:14:44 +01:00
Taylan Ulrich Bayırlı/Kammer
d07f0ebbcc
gnu: Add mupen64plus-input-sdl.
...
* gnu/packages/games.scm (mupen64plus-input-sdl): New variable.
2015-11-10 22:14:44 +01:00
Taylan Ulrich Bayırlı/Kammer
ac2fe449e7
gnu: Add mupen64plus-audio-sdl.
...
* gnu/packages/games.scm (mupen64plus-audio-sdl): New variable.
2015-11-10 22:14:43 +01:00
Taylan Ulrich Bayırlı/Kammer
0c15230db1
gnu: Add mupen64plus-core.
...
* gnu/packages/games.scm (mupen64plus-core): New variable.
2015-11-10 22:14:43 +01:00
宋文武
b6072e6b90
gnu: libgweather: Update to 3.18.1, enable tests.
...
* gnu/packages/gnome.scm (libgweather): Update to 3.18.1. Enable tests.
[native-inputs]: Add gobject-introspection.
2015-11-10 20:49:18 +08:00
宋文武
d2ab0e90c6
gnu: telepathy-glib: Propagate inputs.
...
* gnu/packages/glib.scm (telepathy-glib): Propagate inputs dbus, dbus-glib
and glib. Move gobject-introspection and libxslt to 'native-inputs'.
2015-11-10 20:49:17 +08:00
Efraim Flashner
295fc0829b
gnu: pspp: Use gtksourceview-2.
...
* gnu/packages/maths.scm (pspp)[inputs]: Use gtksourceview-2.
2015-11-10 13:58:25 +02:00
Mathieu Lirzin
7119cca86c
gnu: Add artanis.
...
* gnu/packages/guile.scm (artanis): New variable.
2015-11-09 23:53:04 +01:00
Christopher Allan Webber
2936e48f5f
gnu: guile-irregex: Remove duplicate 'check deletion in modify-phases
...
* gnu/packages/guile.scm: Remove duplicate 'check deletion in modify-phases
2015-11-09 09:58:40 -06:00
David Thompson
2cbcd23a71
gnu: Add ruby-eventmachine.
...
* gnu/packages/ruby.scm (ruby-eventmachine): New variable.
2015-11-09 08:31:35 -05:00
宋文武
60c3627cf6
gnu: Add mutter.
...
* gnu/packages/gnome.scm (mutter): New variable.
2015-11-09 16:25:45 +08:00
宋文武
b71793637c
gnu: Add zenity.
...
* gnu/packages/gnome.scm (zenity): New variable.
2015-11-09 16:25:45 +08:00
David Hashe
329d731b96
gnu: Add gedit.
...
* gnu/packages/gnome.scm (gedit): New variable.
Co-authored-by: 宋文武 <iyzsong@gmail.com >
2015-11-09 14:42:50 +08:00
David Hashe
835ed74b3a
gnu: Update libpeas.
...
* gnu/packages/gnome.scm (libpeas): Update to 1.16.0.
2015-11-09 14:42:05 +08:00
David Hashe
c900f84307
gnu: Add gtksourceview.
...
* gnu/packages/gtk.scm (gtksourceview): Rename to...
(gtksourceview-2): ... this.
(gtksourceview): Update to 3.18.1.
* gnu/packages/ocaml.scm (lablgtk)[inputs]: Replace "gtksourceview" with "gtksourceview-2".
Co-authored-by: 宋文武 <iyzsong@gmail.com >
2015-11-09 13:55:02 +08:00
宋文武
0efd8be5ea
gnu: clutter: Update to 1.24.2.
...
* gnu/packages/gnome.scm (clutter): Update to 1.24.2.
2015-11-09 13:55:02 +08:00
宋文武
b3e91e029f
gnu: cogl: Update to 1.22.0.
...
* gnu/packages/gnome.scm (cogl): Update to 1.22.0.
2015-11-09 13:55:02 +08:00
Leo Famulari
0f9c1f3400
gnu: Build lua-5.2 with a dynamic library
...
* gnu/packages/patches/lua52-liblua-so.patch: New file.
* gnu/packages/lua.scm (lua-5.2): Use lua52-liblua-so.patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-11-08 22:21:19 +01:00
Leo Famulari
34a04c3319
gnu: Remove tabulation from luajit.
...
* gnu/packages/lua.scm (luajit): Remove tabs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-11-08 22:21:19 +01:00
Ludovic Courtès
b68d2dbf08
refresh: Discard PyPI updater when Guile-JSON is missing.
...
Reported by Sleep_Walker and Mathieu Lirzin <mthl@gnu.org >.
* guix/scripts/refresh.scm (maybe-updater, list-updaters): New macros.
(%updaters): Use 'list-updaters' instead of 'list'. Make
%PYPI-UPDATER conditional.
2015-11-08 22:21:19 +01:00
Efraim Flashner
d8c97beb06
gnu: Add wcalc.
...
* gnu/packages/maths.scm (wcalc): New variable.
2015-11-08 23:01:50 +02:00
Efraim Flashner
19659accef
gnu: octave: Upgrade to 4.0.0.
...
* gnu/packages/maths.scm (octave): Update to 4.0.0.
2015-11-08 18:44:06 +02:00
Efraim Flashner
552cb93c0a
gnu: glpk: Update to 4.57.
...
* gnu/packages/maths.scm (glpk): Update to 4.57.
2015-11-08 16:27:39 +02:00
宋文武
c3b9d75f8d
gnu: evince: Update to 3.18.1.
...
* gnu/packages/gnome.scm (evince): Update to 3.18.1.
2015-11-08 21:46:32 +08:00
宋文武
f47ba77e5f
gnu: Add gjs.
...
* gnu/packages/gnome.scm (gjs): New variable.
2015-11-08 21:46:31 +08:00
宋文武
cefdcb3801
gnu: Add mozjs-24 (Mozilla SpiderMonkey 24).
...
* gnu/packages/gnuzilla.scm (mozjs-24): New variable.
2015-11-08 21:46:31 +08:00
宋文武
7ce493657b
gnu: Add gnome-session.
...
* gnu/packages/gnome.scm (gnome-session): New variable.
2015-11-08 21:46:31 +08:00
宋文武
b64d218c44
gnu: gnome-themes-standard: Update to 3.18.0.
...
* gnu/packages/gnome.scm (gnome-themes-standard): Update to 3.18.0.
2015-11-08 21:46:31 +08:00
宋文武
a834048259
gnu: gnome-desktop: Update to 3.18.1.
...
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.18.1.
Move gsettings-desktop-schemas and gtk+ to 'propagated-inputs'.
[native-inputs]: Add gobject-introspection.
2015-11-08 21:46:31 +08:00
Ludovic Courtès
4655f515dc
gnu: xz: Update to 5.2.2.
...
* gnu/packages/compression.scm (xz): Update to 5.2.2.
2015-11-07 22:02:04 +01:00
Ludovic Courtès
9eb681a02d
gnu: grep: Update to 2.22.
...
* gnu/packages/base.scm (grep): Upgrade to 2.22. Remove
'grep-CVE-2015-1345.patch'.
* gnu/packages/patches/grep-CVE-2015-1345.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
2015-11-07 22:01:04 +01:00
Ludovic Courtès
ae7ffa9e9b
install: Run GPM.
...
Suggested by Adam Pribyl <pribyl@lowlevel.cz >
at <https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00133.html >.
* gnu/system/install.scm (installation-services): Add call to
'gpm-service'.
* doc/guix.texi (System Installation): Mention GPM.
2015-11-07 18:56:17 +01:00
Ludovic Courtès
8664cc882c
services: Add 'gpm-service'.
...
* gnu/services/base.scm (<gpm-configuration>): New record type.
(gpm-dmd-service): New procedure.
(gpm-service-type): New variable.
(gpm-service): New procedure.
* doc/guix.texi (Base Services): Document it.
2015-11-07 18:56:17 +01:00
宋文武
1c40e3b785
gnu: brasero: Use 'glib-or-gtk-build-system'.
...
Fixes <http://bugs.gnu.org/21842 >.
Suggested by Andy Wingo <wingo@pobox.com >.
* gnu/packages/gnome.scm (brasero)[build-system]: Switch to
GLIB-OR-GTK-BUILD-SYSTEM.
2015-11-07 21:35:18 +08:00
Mark H Weaver
0ca1eb705d
gnu: icecat: Add several security fixes.
...
* gnu/packages/patches/icecat-CVE-2015-4513-pt01.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt02.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt03.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt04.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt05.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt06.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt07.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt08.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt09.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt10.patch,
gnu/packages/patches/icecat-CVE-2015-4513-pt11.patch,
gnu/packages/patches/icecat-CVE-2015-7188.patch,
gnu/packages/patches/icecat-CVE-2015-7189.patch,
gnu/packages/patches/icecat-CVE-2015-7193.patch,
gnu/packages/patches/icecat-CVE-2015-7194.patch,
gnu/packages/patches/icecat-CVE-2015-7196.patch,
gnu/packages/patches/icecat-CVE-2015-7197.patch,
gnu/packages/patches/icecat-CVE-2015-7198.patch,
gnu/packages/patches/icecat-CVE-2015-7199.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patches.
2015-11-07 08:33:16 -05:00
Mark H Weaver
fe88f636e3
gnu: nss: Update to 3.20.1.
...
* gnu/packages/gnuzilla.scm (nss): Update to 3.20.1.
[source]: Switch to https URI.
2015-11-07 08:33:16 -05:00
Mark H Weaver
20ed2f7aa0
gnu: nspr: Update to 4.10.10.
...
* gnu/packages/gnuzilla.scm (nspr): Update to 4.10.10.
2015-11-07 08:33:16 -05:00
Ludovic Courtès
53ec8d4890
gnu: Add GPM.
...
* gnu/packages/linux.scm (gpm): New variable.
2015-11-06 23:50:14 +01:00
Ludovic Courtès
235cba8528
doc: Make the ifconfig command more visible.
...
Suggested by Adam Pribyl <pribyl@lowlevel.cz >.
* doc/guix.texi (System Installation): Move the 'ifconfig' command to an
@example.
2015-11-06 23:50:14 +01:00
Ludovic Courtès
59698c2c6c
gnu: Add guile-gnunet.
...
* gnu/packages/gnunet.scm (guile-gnunet): New variable.
2015-11-06 23:50:14 +01:00
Ricardo Wurmus
4d75e03ac9
gnu: bless: Correct indentation and home-page.
...
* gnu/packages/bioinformatics.scm (bless): Fix indentation.
[home-page]: Replace broken URL.
2015-11-06 22:31:29 +01:00
Alex Kost
4c60ce4a6b
gnu: msmtp: Update to 1.6.2.
...
* gnu/packages/mail.scm (msmtp): Update to 1.6.2.
[arguments]: Use '--with-tls' configure flag instead of
'--with-ssl' (deprecated).
2015-11-06 22:20:53 +03:00
Alex Kost
b9f1f3e2aa
gnu: manaplus: Update to 1.5.10.24.
...
* gnu/packages/games.scm (manaplus): Update to 1.5.10.24.
2015-11-06 22:20:53 +03:00
Alex Kost
4daa31270a
Update NEWS.
...
* NEWS: Mention 'guix-build-log-mode'.
2015-11-06 22:20:03 +03:00
Christopher Allan Webber
32e14fc1fb
gnu: guile: Add guile-irregex.
...
* gnu/packages/guile.scm (guile-irregex): New variable.
2015-11-06 11:23:53 -06:00
Ricardo Wurmus
6c2b26e21e
gnu: Add BLESS.
...
* gnu/packages/bioinformatics.scm (bless): New variable.
Co-authored-by: Diane Trout <diane@ghic.org >
2015-11-06 18:20:50 +01:00
Ricardo Wurmus
00dfc97c36
gnu: zynaddsubfx: Remove SSE flags from generic target.
...
* gnu/packages/music.scm (zynaddsubfx)[arguments]: Add phase to move SSE
compiler flags from generic to specific targets.
2015-11-06 08:44:32 +01:00
Tomáš Čech
a09f6edbf9
gnu: wayland: Update to 1.9.0.
...
* gnu/packages/freedesktop.scm (wayland): Update to 1.9.0.
2015-11-05 15:41:43 +01:00
Ludovic Courtès
650f1615de
edit: Improve error reporting when $EDITOR is not found.
...
Reported by Benno Evers <benno@bmevers.de >
at <https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00125.html >.
* guix/scripts/edit.scm (guix-edit): Wrap 'execl' call in 'catch'.
Provide more meaningful error message.
2015-11-05 12:04:26 +01:00
Ludovic Courtès
67c920fa5d
edit: Lift helper procedure.
...
* guix/scripts/edit.scm (package->location-specification): New
procedure, with code formerly...
(guix-edit): ... here. Use it.
2015-11-05 12:01:26 +01:00
Ludovic Courtès
5453de3dd8
import: hackage: Fix invalid use of 'leave'.
...
Reported by Paul van der Walt <paul@denknerd.org >
in <http://bugs.gnu.org/21829 >.
* guix/scripts/import/hackage.scm (guix-import-hackage): Add missing
argument in call to 'leave'.
2015-11-04 23:54:12 +01:00
Ludovic Courtès
5107232f82
Merge branch 'version-0.9.0'
2015-11-04 23:43:54 +01:00
Efraim Flashner
cc016b4ce3
gnu: irssi: Build with SSL support.
...
* gnu/packages/irssi.scm (irssi)[inputs]: Add openssl.
2015-11-04 20:15:30 +02:00
Efraim Flashner
388908a08b
gnu: irssi: Update to 0.8.17.
...
* gnu/packages/irssi.scm (irssi): Update to 0.8.17.
2015-11-04 19:54:56 +02:00
Ludovic Courtès
f8c0c8e4bf
gnu: guix: Update development snapshot.
...
* gnu/packages/package-management.scm (guix-devel): Update to commit 43c082b .
(guix): Set to GUIX-DEVEL.
2015-11-04 18:22:21 +01:00
Ludovic Courtès
43c082b361
gnu: guix: Update to 0.9.0.
...
* gnu/packages/package-management.scm (guix-0.8.3): Rename to...
(guix-0.9.0): ... this. Adjust users.
(guix): Set to GUIX-0.9.0.
2015-11-04 14:07:26 +01:00
Eric Bavier
e17d513381
gnu: ghc: Add GHC_PACKAGE_PATH native search path.
...
Benefits include: 'guix environment' more useful for ghc libraries, more
useful 'guix package --search-paths' for installed ghc libraries, cleaner
package recipes: no longer need to propagate runtime package dependencies.
* guix/build/haskell-build-system.scm (configure): Unset GHC_PACKAGE_PATH
around cabal configure.
(make-ghc-package-database): Use pattern directory search.
(register): Install complete package database for the current package.
* gnu/packages/haskell.scm (ghc): Add native-search-paths field.
2015-10-29 17:30:18 -05:00
Eric Bavier
c6e030b2e3
utils: Have search-path-as-list pattern search for directories.
...
* guix/build/utils.scm (search-path-as-list)[pattern]: Check requested file
type. Check pattern against directory names.
* guix/search-paths.scm (evaluate-search-paths)[pattern]: Remove symlink hack.
2015-10-29 17:30:18 -05:00
Mark H Weaver
71eb843837
gnu: unzip: Reorganize security fixes for improved clarity.
...
* gnu/packages/patches/unzip-fix-overflows-and-infloop.patch: Delete
file. Its contents are now split into the following new files:
* gnu/packages/patches/unzip-CVE-2015-7696.patch,
gnu/packages/patches/unzip-CVE-2015-7697.patch,
gnu/packages/patches/unzip-overflow-on-invalid-input.patch: New files.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/zip.scm (unzip)[source]: Adjust patches accordingly.
2015-10-23 15:35:46 -04:00
Leo Famulari
b747a9db1e
gnu: recutils: Build the Bash builtin, readrec.
...
* gnu/packages/databases.scm (recutils)[native-inputs]: Add bash:include.
[arguments]: Add configure-flag with path to headers provided by
bash:include.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-10-21 19:09:14 +02:00
Leo Famulari
c30f65237b
gnu: bash: Use 'install-file' instead of 'mkdir-p' and 'copy-file'.
...
* gnu/packages/bash.scm (bash): Use 'install-file' instead of 'mkdir-p'
and 'copy-file'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-10-21 19:08:12 +02:00
Leo Famulari
3dcbb75f63
gnu: bash: Install more headers in "include" output.
...
* gnu/packages/bash.com (bash): Include contents of include directory in
"include" output.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2015-10-21 19:05:47 +02:00