Marius Bakke
9bd42f1dc3
gnu: postgresql: Update to 9.6.3 [fixes CVE-2017-{7484,7485,7486}].
...
* gnu/packages/databases.scm (postgresql): Update to 9.6.3.
2017-05-12 19:27:11 +02:00
Marius Bakke
ffed9eabcc
gnu: Add lierolibre.
...
* gnu/packages/patches/lierolibre-check-unaligned-access.patch,
gnu/packages/patches/lierolibre-is-free-software.patch,
gnu/packages/patches/lierolibre-remove-arch-warning.patch,
gnu/packages/patches/lierolibre-try-building-other-arch.patch,
gnu/packages/patches/lierolibre-newer-libconfig.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/games.scm (lierolibre): New variable.
2017-05-12 15:42:08 +02:00
Marius Bakke
ace41d5071
gnu: openvpn: Update to 2.4.2 [fixes CVE-2017-7478, CVE-2017-7479].
...
* gnu/packages/vpn.scm (openvpn): Update to 2.4.2.
2017-05-12 15:22:56 +02:00
Marius Bakke
d7b344c5cd
gnu: rocksdb: Disable tests on 32-bit systems.
...
* gnu/packages/databases.scm (rocksdb)[arguments]: Make #:tests? conditional.
Delete unnecessary 'build' phase. Move portability environment variable
before check phase.
2017-05-12 15:00:59 +02:00
Marius Bakke
ae836e513e
gnu: cryptsetup: Update to 1.7.5.
...
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.5.
2017-05-12 13:47:26 +02:00
Marius Bakke
0ed81d0476
gnu: kbd: Set home page to kbd-project.org.
...
* gnu/packages/linux.scm (kbd)[home-page]: Update.
2017-05-12 13:44:27 +02:00
Marius Bakke
aa9c221f74
gnu: psmisc: Update to 22.21.
...
* gnu/packages/linux.scm (psmisc): Update to 22.21.
[home-page]: Update.
2017-05-12 13:44:27 +02:00
Ludovic Courtès
b9048a14b1
gnu: proot: Add statically-linked variant.
...
* gnu/packages/linux.scm (proot-static): New variable.
2017-05-12 13:31:35 +02:00
Ludovic Courtès
602db62c7c
gnu: talloc: Add static variant.
...
* gnu/packages/samba.scm (talloc/static): New variable.
2017-05-12 13:31:34 +02:00
Clément Lassieur
864704212f
gnu: emacs-ag: Propagate the-silver-searcher.
...
This allows emacs-ag to be used on remote systems.
* gnu/packages/emacs.scm (emacs-ag)[inputs]: Remove. Move THE-SILVER-SEARCHER
to...
[propagated-inputs]: ... here.
[arguments]: Remove 'patch-exec-paths' phase.
2017-05-12 10:38:42 +02:00
Marius Bakke
d231fe0a9b
gnu: miniupnpc: Fix CVE-2017-8798.
...
* gnu/packages/patches/miniupnpc-CVE-2017-8798.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/upnp.scm (miniupnpc)[source]: Use it.
2017-05-12 00:40:28 +02:00
Marius Bakke
2253477e6f
gnu: cryptsetup-static: Fix FTBFS with lvm2-static@2.02.171.
...
* gnu/packages/cryptsetup.scm (cryptsetup-static)[arguments]<#:configure-flags>:
Add "-lm" to LIBS.
2017-05-11 23:51:53 +02:00
Ludovic Courtès
d5e7d014dd
gnu: lxde-common: Provide 'startlxde' with the 'lxsession' file name.
...
Fixes <https://bugs.gnu.org/26688 >.
* gnu/packages/lxde.scm (lxde-common)[arguments, inputs]: New fields.
2017-05-11 23:31:28 +02:00
Julien Lepiller
4ad8aed77f
gnu: Add antlr3 and stringtemplate4.
...
* gnu/packages/java.scm (antlr3, stringtemplate4): New variables.
2017-05-11 22:25:40 +02:00
Julien Lepiller
a0f15effce
gnu: Add stringtemplate3.
...
* gnu/packages/java.scm (stringtemplate3): New variable.
2017-05-11 22:25:36 +02:00
Julien Lepiller
9f68e74a48
gnu: Add antlr2.
...
* gnu/packages/java.scm (antlr2): New variable.
2017-05-11 22:25:12 +02:00
Julien Lepiller
2601171ee0
gnu: Add pootle.
...
* gnu/packages/django.scm (pootle): New variable.
2017-05-11 21:58:41 +02:00
Julien Lepiller
f048db5aac
gnu: Fix python2-django-allauth.
...
* gnu/packages/python.scm (python-openid)[properties]: Use python2-variant.
2017-05-11 21:58:31 +02:00
Julien Lepiller
919d4ad079
gnu: python-pytest-django: Update to 3.1.2.
...
* gnu/packages/django.scm (python-pytest-django, python2-pytest-django):
Update to 3.1.2.
2017-05-11 21:58:27 +02:00
Julien Lepiller
f77d82f105
gnu: Add python-django-statici18n.
...
* gnu/packages/django.scm (python-django-statici18n, python2-django-statici18n):
New variables.
2017-05-11 21:58:25 +02:00
Julien Lepiller
9f4a305961
gnu: Add python-django-appconf.
...
* gnu/packages/django.scm (python-django-appconf, python2-django-appconf):
New variables.
2017-05-11 21:58:22 +02:00
Julien Lepiller
b0395dd68e
gnu: Add python-django-sortedm2m.
...
* gnu/packages/django.scm (python-django-sortedm2m, python2-django-sortedm2m):
New variables.
2017-05-11 21:58:18 +02:00
Julien Lepiller
cb9b6095dc
gnu: Add python-django-rq.
...
* gnu/packages/django.scm (python-django-rq, python2-django-rq): New variables.
2017-05-11 21:58:15 +02:00
Julien Lepiller
b939953b9a
gnu: Add python-django-redis.
...
* gnu/packages/django.scm (python-django-redis, python2-django-redis):
New variables.
2017-05-11 21:58:12 +02:00
Julien Lepiller
91154d4a40
gnu: Add python-fakeredis.
...
* gnu/packages/python.scm (python-fakeredis, python2-fakeredis): New variables.
2017-05-11 21:58:09 +02:00
Julien Lepiller
c009e93451
gnu: Add python-hiredis.
...
* gnu/packages/python.scm (python-hiredis, python2-hiredis): New variables.
2017-05-11 21:58:07 +02:00
Julien Lepiller
932462536b
gnu: Add python-django-overextends.
...
* gnu/packages/django.scm (python-django-overextends, python2-django-overextends):
New variables.
2017-05-11 21:58:04 +02:00
Julien Lepiller
659692c0c3
gnu: Add python-django-contrib-comments.
...
* gnu/packages/django.scm (python-django-contrib-comments,
python2-django-contrib-comments): New variables.
2017-05-11 21:58:02 +02:00
Julien Lepiller
03a34e87b8
gnu: Add python-django-contact-form.
...
* gnu/packages/django.scm (python-django-contact-form, python2-django-contact-form):
New variables.
2017-05-11 21:57:59 +02:00
Julien Lepiller
afbfe56497
gnu: Add python-django-bulk-update.
...
* gnu/packages/django.scm (python-django-bulk-update, python2-django-bulk-update):
New variables.
2017-05-11 21:57:57 +02:00
Julien Lepiller
a326384be4
gnu: Add python-dj-database-url.
...
* gnu/packages/django.scm (python-dj-database-url, python2-dj-database-url):
New variables.
2017-05-11 21:57:54 +02:00
Julien Lepiller
6c17e963b0
gnu: Add python-django-jsonfield.
...
* gnu/packages/django.scm (python-django-jsonfield, python2-django-jsonfield):
New variables.
2017-05-11 21:57:51 +02:00
Julien Lepiller
01c64cb83f
gnu: Add python-django-assets.
...
* gnu/packages/django.scm (python-django-assets, python2-django-assets):
New variables.
2017-05-11 21:57:48 +02:00
Julien Lepiller
3b08d1a612
gnu: Add python-mysqlclient.
...
* gnu/packages/python.scm (python-mysqlclient, python2-mysqlclient): New variables.
2017-05-11 21:57:45 +02:00
Julien Lepiller
5f25fd69df
gnu: Add python-translate-toolkit.
...
* gnu/packages/python.scm (python-translate-toolkit, python2-translate-toolkit):
New variables.
2017-05-11 21:57:42 +02:00
Julien Lepiller
54153b85c7
gnu: Add python-factory-boy.
...
* gnu/packages/python.scm (python-factory-boy, python2-factory-boy): New variables.
2017-05-11 21:57:37 +02:00
Julien Lepiller
18c2546078
gnu: Add python2-stemming.
...
* gnu/packages/python.scm (python2-stemming): New variable.
2017-05-11 21:57:35 +02:00
Julien Lepiller
38a370d2bc
gnu: Add python-scandir.
...
* gnu/packages/python.scm (python-scandir, python2-scandir): New variables.
2017-05-11 21:57:32 +02:00
Julien Lepiller
a17ccbbb12
gnu: Add python-levenshtein.
...
* gnu/packages/python.scm (python-levenshtein, python2-levenshtein):
New variables.
2017-05-11 21:57:29 +02:00
Julien Lepiller
e139c7a742
gnu: python-dateutil: Update to 2.6.0.
...
* gnu/packages/python.scm (python-dateutil, python2-dateutil): Update to 2.6.0.
2017-05-11 21:57:27 +02:00
Julien Lepiller
afdfbb1dca
gnu: Add python-elasticsearch.
...
* gnu/packages/python.scm (python-elasticsearch, python2-elasticsearch):
New variables.
2017-05-11 21:57:24 +02:00
Julien Lepiller
1b16f1ecb1
gnu: Add python-nosexcover.
...
* gnu/packages/python.scm (python-nosexcover, python2-nosexcover): New variables.
2017-05-11 21:57:21 +02:00
Julien Lepiller
d15a47911a
gnu: Add python-dirsync.
...
* gnu/packages/python.scm (python-dirsync, python2-dirsync): New variables.
2017-05-11 21:57:18 +02:00
Julien Lepiller
186d4f8d08
gnu: Add python-diff-match-patch.
...
* gnu/packages/python.scm (python-diff-match-patch, python2-diff-match-patch):
New variables.
2017-05-11 21:57:16 +02:00
Julien Lepiller
03ded2fd3b
gnu: Add python-cssmin.
...
* gnu/packages/python.scm (python-cssmin, python2-cssmin): New variables.
2017-05-11 21:57:13 +02:00
Julien Lepiller
eed206cb8a
gnu: python-rq: Update to 0.7.1.
...
* gnu/packages/python.scm (python-rq, python2-rq): Update to 0.7.1.
[source]: Use pypi-uri.
2017-05-11 21:57:10 +02:00
Julien Lepiller
4c066b727c
gnu: Add python-sphinx-me.
...
* gnu/packages/python.scm (python-sphinx-me, python2-sphinx-me): New variables.
2017-05-11 21:57:08 +02:00
Julien Lepiller
709a5a9365
gnu: Add python-webassets.
...
* gnu/packages/python.scm (python-webassets, python2-webassets): New variables.
2017-05-11 21:57:05 +02:00
Julien Lepiller
75805449cf
gnu: Add python-utils.
...
* gnu/packages/python.scm (python-utils, python2-utils): New variables.
2017-05-11 21:57:02 +02:00
Julien Lepiller
2d6e56baa7
gnu: Add python-pytest-catchlog.
...
* gnu/packages/python.scm (python-pytest-catchlog, python2-pytest-catchlog):
New variables.
2017-05-11 21:56:58 +02:00
Julien Lepiller
59a972885c
gnu: Add python-pytest-warnings.
...
* gnu/packages/python.scm (python-pytest-warnings, python2-pytest-warnings):
New variables.
2017-05-11 21:56:54 +02:00
Julien Lepiller
047160f2f1
gnu: python-pytest-runner: Update to 2.11.1.
...
* gnu/packages/python.scm (python-pytest-runner)
(python2-pytest-runner): Update to 2.11.1.
2017-05-11 21:56:35 +02:00
Marius Bakke
2d4deb5d21
gnu: lvm2: Fix static build after 62ec02bf21
.
...
Fixes <https://bugs.gnu.org/26874 >.
* gnu/packages/patches/lvm2-static-link.patch: Link with -lm.
2017-05-11 21:30:35 +02:00
Arun Isaac
e0d4331a93
gnu: emacs-smartparens: Update to 1.10.1.
...
* gnu/packages/emacs.scm (emacs-smartparens): Update to 1.10.1.
2017-05-12 00:15:32 +05:30
Ludovic Courtès
62b28c0e7b
gnu: Add PRoot.
...
* gnu/packages/linux.scm (proot): New variable.
* gnu/packages/patches/proot-test-fhs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-05-11 18:05:42 +02:00
Ludovic Courtès
77abe3f091
gnu: hwloc: Update to 1.11.7.
...
* gnu/packages/mpi.scm (hwloc): Update to 1.11.7.
2017-05-11 18:05:42 +02:00
Efraim Flashner
70cb7610ca
gnu: libffcall: Update to 1.12.
...
* gnu/packages/libffcall.scm (libffcall): Update to 1.12.
[source]: Source code is now stored in git.
2017-05-11 13:19:36 +03:00
Mark H Weaver
fed5502125
gnu: git@2.10: Update to 2.10.3 [fixes CVE-2017-8386].
...
* gnu/packages/version-control.scm (git@2.10 ): Update to 2.10.3.
2017-05-11 01:25:50 -04:00
Leo Famulari
c0ad28087c
gnu: elfutils: Update to 0.169.
...
* gnu/packages/elf.scm (elfutils): Update to 0.169.
2017-05-11 00:08:20 -04:00
ng0
bc84735d14
gnu: Add neovim-syntastic.
...
* gnu/packages/vim.scm (neovim-syntastic): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-10 23:59:10 -04:00
ng0
86db4486b2
gnu: Add vim-syntastic.
...
* gnu/packages/vim.scm (vim-syntastic): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-10 23:59:10 -04:00
Leo Famulari
cb542830a2
gnu: python-kitchen: Update home-page URL.
...
* gnu/packages/python.scm (python-kitchen, python2-kitchen)[home-page]:
Update URL.
2017-05-10 23:37:24 -04:00
Ethan R. Jones
5ee684ff2f
gnu: python2-dogtail: Update home-page URL.
...
* gnu/packages/python.scm (python2-dogtail)[home-page]: Update URL.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-10 23:37:23 -04:00
Ethan R. Jones
4929a0617a
gnu: libaio: Remove dead source URL.
...
* gnu/packages/linux.scm (libaio)[source]: Remove fedorahosted.org URL.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-10 23:37:23 -04:00
Ethan R. Jones
779669abfd
gnu: font-liberation: Update source and homepage URLs.
...
* gnu/packages/fonts.scm (font-liberation)[source]: Update URL.
[home-page]: Update URL.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-10 23:37:23 -04:00
Ethan R. Jones
c18594dd95
gnu: libpwquality: Update source and home-page URLs.
...
* gnu/packages/password-utils.scm (libpwquality)[source]: Update URL.
[home-page]: Update URL.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-10 23:37:19 -04:00
Leo Famulari
68ab3e6c9a
gnu: python-icalendar: Update to 3.11.4.
...
* gnu/packages/python.scm (python-icalendar): Update to 3.11.4.
2017-05-10 21:58:06 -04:00
Kei Kebreau
1b775fd1df
gnu: Add python-tmx.
...
* gnu/packages/game-development.scm (python-tmx, python2-tmx): New
variables.
2017-05-10 20:00:50 -04:00
Kei Kebreau
45f8e7f75e
gnu: Add python-sge-pygame.
...
* gnu/packages/game-development.scm (python-sge-pygame, python2-sge-pygame):
New variables.
2017-05-10 19:55:47 -04:00
Ben Woodcroft
c033f5d6b5
gnu: Add pplacer.
...
* gnu/packages/bioinformatics.scm (pplacer, pplacer-scripts): New
variables.
2017-05-10 22:13:55 +02:00
Ben Woodcroft
ad0ae297d4
gnu: Add taxtastic.
...
* gnu/packages/bioinformatics.scm (taxtastic): New variable.
2017-05-10 22:13:55 +02:00
Ben Woodcroft
de59e24abe
gnu: Add ocaml4.01-batteries.
...
* gnu/packages/ocaml.scm (ocaml4.01-batteries): New variable.
2017-05-10 22:13:55 +02:00
Ben Woodcroft
9bf9b3c05f
gnu: Add ocaml4.01-xmlm.
...
* gnu/packages/ocaml.scm (ocaml4.01-xmlm): New variable.
2017-05-10 22:13:55 +02:00
Ben Woodcroft
abd593c71a
gnu: Add ocaml4.01-ounit.
...
* gnu/packages/ocaml.scm (ocaml4.01-ounit): New variable.
2017-05-10 22:13:55 +02:00
Ben Woodcroft
0274521a19
gnu: Add ocaml4.01-qtest.
...
* gnu/packages/ocaml.scm (ocaml4.01-qtest): New variable.
2017-05-10 22:13:55 +02:00
Ben Woodcroft
6824387a4f
gnu: Add ocaml4.01-camlzip.
...
* gnu/packages/ocaml.scm (ocaml4.01-camlzip): New variable.
2017-05-10 22:13:55 +02:00
Ben Woodcroft
b32208e7b5
gnu: Add ocaml4.01-mcl.
...
* gnu/packages/machine-learning.scm (ocaml4.01-mcl): New variable.
2017-05-10 22:13:55 +02:00
Ben Woodcroft
7adaab9fe7
gnu: Add ocaml4.01-gsl.
...
* gnu/packages/maths.scm (ocaml4.01-gsl): New variable.
2017-05-10 22:13:54 +02:00
Ben Woodcroft
3dc671e147
gnu: Add ocaml4.01-csv.
...
* gnu/packages/ocaml.scm (ocaml4.01-csv): New variable.
2017-05-10 22:13:54 +02:00
Ben Woodcroft
17bd460f02
gnu: Add ocaml4.01-sqlite3.
...
* gnu/packages/ocaml.scm: (ocaml4.01-sqlite3): New variable.
2017-05-10 22:13:54 +02:00
Ben Woodcroft
1345231cc2
gnu: Add ocaml4.01-bisect.
...
* gnu/packages/ocaml.scm (ocaml4.01-bisect): New variable.
(ocaml-bisect)[properties]: New field.
2017-05-10 22:13:54 +02:00
Ben Woodcroft
fa01cb5226
gnu: Add ocaml4.01-findlib.
...
* gnu/packages/ocaml.scm (ocaml4.01-findlib): New variable.
2017-05-10 22:13:54 +02:00
Ben Woodcroft
ec43671780
gnu: Add ocaml-4.01.
...
* gnu/packages/ocaml.scm (ocaml-4.01): New variable.
2017-05-10 22:13:54 +02:00
Ludovic Courtès
0d43b12d1d
gnu: cuirass: Update snapshot; switch to Guile 2.2.
...
* gnu/packages/ci.scm (cuirass): Update to commit 870e8d6. Increment
REVISION.
[source]: Change URL to git.savannah.gnu.org.
[arguments]: Add #:modules. In 'wrap-program' phase, get the Guile
effective version and honor it.
[inputs]: Use GUILE-2.2 instead of GUILE-2.0 and GUILE2.2-JSON instead
of GUILE-JSON.
[home-page]: Set to the Guix home page.
2017-05-10 22:09:13 +02:00
Ludovic Courtès
99bde93b83
gnu: guile-sqlite3: Switch to Guile 2.2.
...
* gnu/packages/guile.scm (guile-sqlite3)[version]: Set revision to 1.
[inputs]: Use GUILE-2.2 instead of GUILE-2.0.
2017-05-10 22:09:13 +02:00
Ricardo Wurmus
af8f8281db
gnu: Add java-commons-logging-minimal.
...
* gnu/packages/java.scm (java-commons-logging-minimal): New variable.
2017-05-10 21:44:53 +02:00
Ricardo Wurmus
4f3e47ea82
gnu: Add java-guava.
...
* gnu/packages/java.scm (java-guava): New variable.
2017-05-10 21:43:51 +02:00
Ricardo Wurmus
0d4a0d60f1
gnu: Add java-jsr305.
...
* gnu/packages/java.scm (java-jsr305): New variable.
2017-05-10 21:42:12 +02:00
Ricardo Wurmus
439c59da52
gnu: Add java-hamcrest-all.
...
* gnu/packages/java.scm (java-hamcrest-all): New variable.
2017-05-10 21:39:52 +02:00
Roel Janssen
91a9c65c7b
gnu: Add darktable.
...
* gnu/packages/photo.scm (darktable): New variable.
2017-05-10 19:46:55 +02:00
Ricardo Wurmus
fae0b4ca11
gnu: java-hamcrest-core: Declare test target.
...
* gnu/packages/java.scm (java-hamcrest-core)[arguments]: Add value for
test-target.
2017-05-10 17:59:25 +02:00
Ricardo Wurmus
f12ad6c768
gnu: Add java-jmock-1.
...
* gnu/packages/java.scm (java-jmock-1): New variable.
2017-05-10 17:59:25 +02:00
Hartmut Goebel
7d91c1b9a0
gnu: Add java-commons-daemon.
...
* gnu/packages/java.scm (java-commons-daemon): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-10 17:59:25 +02:00
Hartmut Goebel
0a8519bc11
gnu: Add java-commons-codec.
...
* gnu/packages/java.scm (java-commons-codec): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-10 17:59:25 +02:00
Hartmut Goebel
1c188f4e18
gnu: Add java-commons-cli.
...
* gnu/packages/java.scm (java-commons-cli): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-10 17:59:25 +02:00
Hartmut Goebel
82e1886461
gnu: Add java-commons-lang3.
...
* gnu/packages/java.scm (java-commons-lang3): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-10 17:59:24 +02:00
Hartmut Goebel
d631b5f358
gnu: Add java-commons-lang.
...
* gnu/packages/java.scm (java-commons-lang): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-10 17:59:24 +02:00
Hartmut Goebel
6af63e657c
gnu: Add java-commons-io.
...
* gnu/packages/java.scm (java-commons-io): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-10 17:59:24 +02:00
Ricardo Wurmus
56ebb4e90d
gnu: Add java-commons-collections4.
...
* gnu/packages/java.scm (java-commons-collections4): New variable.
2017-05-10 17:59:24 +02:00
Ricardo Wurmus
62c9bfaaff
gnu: Add java-jmh.
...
* gnu/packages/java.scm (java-jmh): New variable.
2017-05-10 17:59:24 +02:00
Ricardo Wurmus
840969e829
gnu: Add java-commons-math3.
...
* gnu/packages/java.scm (java-commons-math3): New variable.
2017-05-10 17:59:24 +02:00
Ricardo Wurmus
a8d3cb62ab
gnu: java-hamcrest-core: Install all jars without version suffix.
...
* gnu/packages/java.scm (java-hamcrest-core)[arguments]: Install all three
jars and strip the version suffix.
2017-05-10 17:59:24 +02:00
Ricardo Wurmus
7aa370231d
gnu: Add java-jopt-simple.
...
* gnu/packages/java.scm (java-jopt-simple): New variable.
2017-05-10 17:59:23 +02:00
Ricardo Wurmus
ae5898767b
gnu: Add java-easymock.
...
* gnu/packages/java.scm (java-easymock): New variable.
2017-05-10 17:59:23 +02:00
Ricardo Wurmus
33e34bfef8
gnu: Add java-objenesis.
...
* gnu/packages/java.scm (java-objenesis): New variable.
2017-05-10 17:59:23 +02:00
Ricardo Wurmus
607fe24ad4
gnu: Add java-cglib.
...
* gnu/packages/java.scm (java-cglib): New variable.
2017-05-10 17:59:23 +02:00
Ricardo Wurmus
8f8ed9aadd
gnu: Add java-asm.
...
* gnu/packages/java.scm (java-asm): New variable.
2017-05-10 17:59:23 +02:00
Hartmut Goebel
1e555562a7
gnu: Add java-plexus-interpolation.
...
* gnu/packages/java.scm (java-plexus-interplation): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-10 17:59:23 +02:00
Ricardo Wurmus
9fb20d01c5
gnu: Add java-plexus-utils.
...
* gnu/packages/java.scm (java-plexus-utils): New variable.
Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2017-05-10 17:59:23 +02:00
Marius Bakke
75f796bb73
gnu: e2fsprogs: Enable tests.
...
* gnu/packages/linux.scm (e2fsprogs)[native-inputs]: Add PERL and PROCPS.
[arguments]<#:tests?>: Remove.
2017-05-10 16:44:01 +02:00
Marius Bakke
b047a86b6c
gnu: e2fsprogs: Update to 1.43.4.
...
* gnu/packages/linux.scm (e2fsprogs, e2fsprogs/static, e2fsck/static): Update
to 1.43.4.
[source]: Remove obsolete gzip substitution. Move '/bin/sh' substitution to ...
[arguments] ... here. Move LDFLAGS from #:make-flags to #:configure-flags.
Enable parallel build.
2017-05-10 16:44:01 +02:00
Marius Bakke
55acb372e3
gnu: e2fsprogs: Use 'modify-phases' syntax.
...
* gnu/packages/linux.scm (e2fsprogs)[arguments]<#:phases>: Use 'modify-phases'.
2017-05-10 16:44:01 +02:00
Marius Bakke
62ec02bf21
gnu: lvm2: Update to 2.02.171.
...
* gnu/packages/linux.scm (lvm2, lvm2-static): Update to 2.02.171.
[home-page]: Use HTTPS.
2017-05-10 16:44:01 +02:00
Christopher Allan Webber
a62a16a4d3
gnu: guile-sjson: Update to 0.2.1.
...
* gnu/packages/guile.scm (guile-sjson): Update to 0.2.1.
2017-05-10 09:30:08 -05:00
Roel Janssen
584da12dc7
gnu: Add LLVM, CLANG 3.9.1.
...
* gnu/packages/llvm.scm (llvm-3.9.1): New variable.
* gnu/packages/llvm.scm (clang-3.9.1): New variable.
* gnu/packages/llvm.scm (clang-runtime-3.9.1): New variable.
2017-05-10 15:34:59 +02:00
Arun Isaac
2406766e79
gnu: Add emacs-evil-commentary.
...
* gnu/packages/emacs.scm (emacs-evil-commentary): New variable.
2017-05-10 16:04:13 +05:30
Mark H Weaver
f66f7b92bd
gnu: webkitgtk: Update to 2.16.2.
...
* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.2.
2017-05-10 05:48:52 -04:00
Efraim Flashner
5e569afbf2
gnu: enlightenment: Update to 0.21.7.
...
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.7.
[home-page]: Update.
2017-05-10 11:29:45 +03:00
Efraim Flashner
39a01619ca
gnu: efl: Update to 1.18.5.
...
* gnu/packages/enlightenment.scm (efl): Update to 1.18.5.
[home-page]: Update.
2017-05-10 11:29:29 +03:00
Thomas Danckaert
52cb22cd5a
gnu: Add dvdstyler.
...
* gnu/packages/cdrom.scm (dvdstyler): New variable.
2017-05-10 09:32:50 +02:00
Thomas Danckaert
a689185df3
gnu: Add wxsvg.
...
* gnu/packages/wxwidgets.scm (wxsvg): New variable.
2017-05-10 09:32:49 +02:00
Thomas Danckaert
1d5b3f432e
gnu: Add wxwidgets-3.1.
...
* gnu/packages/wxwidgets.scm (wxwidgets-3.1): New variable.
2017-05-10 09:32:49 +02:00
Thomas Danckaert
b5b20bda17
gnu: Add dvdauthor.
...
* gnu/packages/video.scm (dvdauthor): New variable.
2017-05-10 09:32:49 +02:00
Thomas Danckaert
ce426deb8a
gnu: brasero: Embed growisofs store item.
...
* gnu/packages/gnome.scm (brasero)[arguments]: Add phase 'embed-growisofs.
[inputs]: Add dvd+rw-tools.
2017-05-10 09:32:48 +02:00
Thomas Danckaert
76e9845734
gnu: Add dvd+rw-tools.
...
* gnu/packages/cdrom.scm (dvd+rw-tools): New variable.
* gnu/packages/patches/dvd+rw-tools-add-include.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-05-10 09:32:48 +02:00
Thomas Danckaert
ded5966585
gnu: Add cdrtools.
...
* gnu/packages/cdrom.scm (cdrtools): New variable.
* gnu/packages/patches/cdrtools-3.01-mkisofs-isoinfo.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-05-10 09:32:48 +02:00
Catonano
28a1041fa5
gnu: Add guile-miniadapton.
...
* gnu/packages/guile.scm (guile-miniadapton): New variable.
2017-05-10 08:54:38 +02:00
Mark H Weaver
180bd4a836
gnu: linux-libre@4.9: Update to 4.9.27.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.27.
2017-05-10 01:13:35 -04:00
Mark H Weaver
c90c1ba85a
gnu: linux-libre@4.4: Update to 4.4.67.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.67.
2017-05-10 01:12:35 -04:00
Leo Famulari
c5d2c69785
gnu: git: Update to 2.13.0.
...
* gnu/packages/version-control.scm (git): Update to 2.13.0.
2017-05-09 23:38:12 -04:00
Leo Famulari
8775fc10c6
gnu: lxterminal: Fix CVE-2016-10369.
...
* gnu/packages/patches/lxterminal-CVE-2016-10369.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/lxde.scm (lxterminal)[source]: Use it.
2017-05-09 19:35:00 -04:00
Ludovic Courtès
b4f8edb799
gnu: emacs-guix: Use Guile 2.2.
...
This is a followup to 7561881f2a
.
* gnu/packages/emacs.scm (emacs-guix): Switch to GUILE-2.2.
2017-05-09 23:58:57 +02:00
Marius Bakke
83a8953109
gnu: dnscrypt-proxy: Update to 1.9.5.
...
* gnu/packages/dns.scm (dnscrypt-proxy): Update to 1.9.5.
2017-05-09 20:52:30 +02:00
Marius Bakke
f8ff364ab7
gnu: re2: Update to 2017-05-01.
...
* gnu/packages/regex.scm (re2): Update to 2017-05-01.
2017-05-09 20:52:29 +02:00
Marius Bakke
975104d857
gnu: kodi: Update to 18.0_alpha-4-b8ad238.
...
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-4-b8ad238.
2017-05-09 20:21:56 +02:00
Hartmut Goebel
49393691d7
gnu: Add f3.
...
* gnu/packages/disk.scm (f3): New variable.
2017-05-09 20:08:30 +02:00
Hartmut Goebel
2f8b9c4648
gnu: Add pngcrunch.
...
* gnu/packages/image.scm (pngcrunch): New variable.
2017-05-09 20:08:30 +02:00
Leo Famulari
1d438b03bc
gnu: gstreamer: Update to 1.12.0.
...
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good,
gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst): Update to 1.12.0.
2017-05-09 13:27:33 -04:00
Julien Lepiller
a979eea9c2
gnu: libetpan: Update to 1.8 [fixes CVE-2017-8825].
...
* gnu/packages/mail.scm (libetpan): Update to 1.8.
[license]: Change to bsd-3.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-09 13:25:03 -04:00
Ludovic Courtès
7561881f2a
gnu: guix: Build with Guile 2.2.
...
* gnu/packages/package-management.scm (guix)[inputs]: Change GUILE-2.0
to GUILE-2.2.
[propagated-inputs]: Likewise, use GNUTLS/GUILE-2.2, GUILE2.2-JSON, and
GUILE2.2-SSH.
2017-05-09 18:08:25 +02:00
Ludovic Courtès
75c260ba5a
gnu: guile-ssh: Update to 0.11.0.
...
* gnu/packages/ssh.scm (guile-ssh): Update to 0.11.0.
[source]: Add 'modules' and 'snippet'.
(guile2.2-ssh)[version, source]: Remove.
2017-05-09 18:08:24 +02:00
Sergei Trofimovich
f0b7dc7ede
gnu: sbcl: Add missing '#:modules' imports.
...
Fixes <https://bugs.gnu.org/26843 >.
* gnu/packages/lisp.scm (sbcl): Add missing '#:modules' imports.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-09 17:52:39 +02:00
Sergei Trofimovich
1d698a8ba6
gnu: go-1.4: Add missing '#:modules' imports.
...
Fixes <https://bugs.gnu.org/26840 >.
* gnu/packages/golang.scm (go-1.4): Add missing '#:modules' imports.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-09 17:52:39 +02:00
Sergei Trofimovich
3369de907a
gnu: zip: Add missing '#:modules' imports.
...
Fixes <https://bugs.gnu.org/26842 >.
* gnu/packages/zip.scm (zip): Add missing '#:modules' imports.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-09 17:52:39 +02:00
Kei Kebreau
a3b1021719
gnu: Add libgme.
...
* gnu/packages/music.scm (libgme): New variable.
2017-05-09 11:47:27 -04:00
Efraim Flashner
59898500dd
gnu: wxwidgets: Fix building on aarch64-linux.
...
* gnu/packages/wxwidgets.scm (wxwidgets)[arguments]: On aarch64-linux
us a '--build' configure-flag to work around ancient autotools.
2017-05-09 08:51:24 +03:00
Kei Kebreau
9034dc8f2a
gnu: libarchive: Replace with 3.3.1 [security fixes].
...
Fixes CVE-2016-{10209,10350} and CVE-2017-5601.
* gnu/packages/backup.scm (libarchive)[replacement]: New field.
(libarchive-3.3.1): New variable.
2017-05-08 20:02:29 -04:00
Leo Famulari
d14b8dbb74
gnu: nfs-utils: Adjust indentation.
...
* gnu/packages/nfs.scm (nfs-utils): Re-indent.
2017-05-08 19:16:13 -04:00
Leo Famulari
a472f0d075
gnu: nfs-utils: Update to 2.1.1.
...
* gnu/packages/nfs.scm (nfs-utils): Update to 2.1.1.
[inputs]: Remove gss.
2017-05-08 19:16:09 -04:00
Ludovic Courtès
ff39342c22
gnu: guile2.2-ssh: Update snapshot.
...
* gnu/packages/ssh.scm (guile2.2-ssh): Update to commit ca717e9.
[source]: Change URL to upstream's.
2017-05-09 00:18:05 +02:00
Ludovic Courtès
76f429ad9b
system: grub: Use the native Guile-Cairo and Guile-SVG.
...
* gnu/system/grub.scm (svg->png): Use 'ungexp-native' aka. #+ when
referring to GUILE-CAIRO, GUILE-SVG, and SVG.
2017-05-09 00:18:05 +02:00
Kei Kebreau
4d8fd825a8
gnu: Add gnustep-make.
...
* gnu/packages/gnustep.scm (gnustep-make): New variable.
2017-05-08 17:46:58 -04:00
Ethan R. Jones
6e75ea481b
gnu: Add neofetch.
...
* gnu/packages/admin.scm (neofetch): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-05-08 23:11:01 +02:00
Ricardo Wurmus
e586257b55
system: Allow root to run "su" without password.
...
* gnu/system/pam.scm (unix-pam-service): Add pam-entry for "pam_rootok.so" to
auth field when ALLOW-ROOT? is #T.
(base-pam-services): Allow root to run "su" without authentication.
2017-05-08 23:11:01 +02:00
Danny Milosavljevic
f000828575
system: Remove circular dependency between (gnu system) and (gnu system grub).
...
Followup to 087efec496
.
* gnu/system.scm: (operating-system-bootcfg): Refer to (gnu system grub)
by module-ref.
2017-05-08 23:00:16 +02:00
Kei Kebreau
c5196ac7ee
gnu: Move lynx to web-browsers.scm.
...
* gnu/packages/lynx.scm: Remove file and move lynx...
* gnu/packages/web-browsers.scm: ...here.
* gnu/packages/man.scm (define-module): Remove unused module import of
(gnu packages lynx).
* gnu/packages/ocaml.scm (define-module): Adjust module import to use
(gnu packages web-browsers).
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove lynx.scm.
2017-05-08 15:16:24 -04:00
Kei Kebreau
8bdc36d4bd
gnu: Move links to web-browsers.scm.
...
* gnu/packages/links.scm: Remove file and move links...
* gnu/packages/web-browsers.scm: ...here.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove links.scm.
2017-05-08 15:07:48 -04:00
Clément Lassieur
bff33e6cca
gnu: Add 0ad.
...
* gnu/packages/games.scm (0ad, 0ad-data): New variables.
Co-authored-by: ng0 <ng0@no-reply.pragmatique.xyz>
2017-05-08 19:53:38 +02:00
Clément Lassieur
29f381bac7
gnu: Add mozjs-38 (Mozilla SpiderMonkey 38).
...
* gnu/packages/gnuzilla.scm (mozjs-38): New variable.
* gnu/packages/patches/mozjs38-pkg-config-version.patch,
gnu/packages/patches/mozjs38-shell-version.patch,
gnu/packages/patches/mozjs38-tracelogger.patch,
gnu/packages/patches/mozjs38-version-detection.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
Co-authored-by: ng0 <ng0@no-reply.pragmatique.xyz>
2017-05-08 17:25:44 +02:00
Ludovic Courtès
c298fb133a
services: nscd: Adjust activation snippet for /etc/resolv.conf symlinks.
...
Fixes <http://bugs.gnu.org/26809 >.
Reported by Mark H Weaver <mhw@netris.org>.
* gnu/services/base.scm (nscd-activation): Use 'lstat' instead of
'file-exists?'.
2017-05-08 16:29:23 +02:00
Ludovic Courtès
1d248adb32
gnu: perl-net-dns-resolver-programmable: Shorten patch file name.
...
This avoids a warning from GNU tar upon "make dist" about file names
that are too long for POSIX tar.
* gnu/packages/patches/perl-net-dns-resolver-programmable-Fix-broken-interface.patch:
Rename to...
* gnu/packages/patches/perl-net-dns-resolver-programmable-fix.patch:
... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/networking.scm (perl-net-dns-resolver-programmable)[source]:
Likewise.
2017-05-08 16:29:23 +02:00
Danny Milosavljevic
087efec496
system: Remove circular dependency between (gnu system) and (gnu system grub).
...
Followup to 8e815c5b69
.
* gnu/system.scm: Remove (gnu system grub) import.
(operating-system-bootcfg): Refer to (gnu system grub) within the procedure.
2017-05-08 15:45:37 +02:00
Adriana Peluso
f9f67fcb0f
gnu: Fix attributions for Adriano Peluso.
...
* gnu/packages/emacs.scm, gnu/packages/perl.scm, gnu/packages/python.scm,
gnu/packages/xml.scm: Update copyright attributions for Adriano Peluso.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-07 20:17:55 -04:00
Leo Famulari
3586a3e9a9
gnu: grub: Update to 2.0.2.
...
* gnu/packages/bootloaders.scm (grub): Update to 2.0.2.
[source]: Fetch source using the GNU mirror and use upstream file-name.
2017-05-07 19:26:15 -04:00
Pjotr Prins
151960e436
gnu: elixir: Update to 1.4.2.
...
* gnu/packages/elixir.scm (elixir): Update to 1.4.2.
* gnu/packages/patches/elixir-disable-failing-tests.patch: Adjust.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-07 19:17:08 -04:00
Ludovic Courtès
4b7917f2f3
gnu: guix: Update snapshot.
...
* gnu/packages/package-management.scm (guix): Update to ba2260d
.
[version]: Take 7 characters from COMMIT.
[arguments]: Pass 'ac_cv_guix_test_root' to #:configure-flags.
2017-05-08 00:25:15 +02:00
Leo Famulari
af6e2385b3
gnu: pcre2: Fix build configuration for pcre2.
...
* gnu/packages/pcre.scm (pcre2)[arguments]: Remove unknown configure flag
'--enable-unicode-properties' and adapt other flags for pcre2.
2017-05-07 17:46:00 -04:00
Leo Famulari
37f46a4bc5
gnu: pcre2: Fix CVE-2017-8786.
...
* gnu/packages/patches/pcre2-CVE-2017-8786.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pcre.scm (pcre2)[source]: Use it.
2017-05-07 17:46:00 -04:00
Muriithi Frederick Muriuki
86ab11205e
gnu: Add python-pytest-httpbin
...
* gnu/packages/web.scm (python-pytest-httpbin, python2-pytest-httbin): New
variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-07 15:22:42 -04:00
Muriithi Frederick Muriuki
ce949c10e5
gnu: Add python-httpbin
...
* gnu/packages/web.scm (python-httpbin, python2-httpbin): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-07 15:22:41 -04:00
ng0
fddee154b6
gnu: lchat: Update to 0.0.0-2.25d90f4.
...
* gnu/packages/suckless.scm (lchat): Update to 0.0.0-2.25d90f4.
Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-07 14:22:19 -04:00
Sergei Trofimovich
4da1816628
gnu: serf: Add missing '#:modules' imports.
...
Fixes <https://bugs.gnu.org/26808 >.
* gnu/packages/web.scm (serf): Add missing '#:modules' imports.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-07 17:35:33 +02:00
Sergei Trofimovich
7a4a64e99e
gnu: re2: Add missing '#:modules' imports.
...
Fixes <https://bugs.gnu.org/26813 >.
* gnu/packages/regex.scm (re2): Add missing '#:modules' imports.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-07 17:35:07 +02:00
Kei Kebreau
484f7a8862
gnu: libtiff: Add fixes several security flaws.
...
Fixes CVE-2017-{7593, 7594, 7595, 7596, 7597, 7598, 7599, 7600, 7601, 7602}.
* gnu/packages/patches/libtiff-CVE-2017-7593.patch,
gnu/packages/patches/libtiff-CVE-2017-7594.patch,
gnu/packages/patches/libtiff-multiple-UBSAN-crashes.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/image.scm (libtiff)[replacement]: New field.
(libtiff/fixed): New variable.
2017-05-07 06:57:53 -04:00
Ludovic Courtès
8e815c5b69
system: Define <boot-parameters> before first use.
...
Fixes <http://bugs.gnu.org/26791 >.
Reported by Mark H Weaver <mhw@netris.org>.
* gnu/system.scm (<boot-parameters>, read-boot-parameters)
(read-boot-parameters-file): Move before first use of the
'boot-parameters' macro.
2017-05-07 11:30:24 +02:00
Mark H Weaver
0fd8e6d39f
gnu: icecat: Update to 52.1.0-gnu1. Add fixes from upstream ESR 52.1.1.
...
* gnu/packages/gnuzilla.scm (icecat): Update to 52.1.0-gnu1. Remove patches
that are included in the new release. In the snippet, don't try to remove
dom/devicestorage, which has since been removed upstream. Add selected fixes
from upstream mozilla-esr52, up to the ESR 52.1.1 release.
* gnu/packages/patches/icecat-bug-1299500-pt10.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-05-06 23:34:54 -04:00
Tobias Geerinckx-Rice
f930ef5c01
gnu: speedtest-cli: Update to 1.0.6.
...
* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.6.
2017-05-07 02:56:50 +02:00
Tobias Geerinckx-Rice
2d51ed9e04
gnu: meson: Update to 0.40.1.
...
* gnu/packages/build-tools.scm (meson): Update to 0.40.1.
2017-05-07 02:33:29 +02:00
Tobias Geerinckx-Rice
0d74a8fde6
gnu: youtube-dl: Update to 2017.05.07.
...
* gnu/packages/video.scm (youtube-dl): Update to 2017.05.07.
2017-05-07 00:50:06 +02:00
Ludovic Courtès
94fa8d7616
maint: Add 'update-guix-package' target.
...
* build-aux/update-guix-package.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
(update-guix-package): New target.
(.PHONY): Add it.
* gnu/packages/package-management.scm (guix): Mention it.
2017-05-07 00:18:36 +02:00
Ludovic Courtès
994a149479
gnu: guix: Remove the stable-release 'guix' package.
...
* gnu/packages/package-management.scm (guix-release): Remove.
(guix-devel): Rename to...
(guix): ... this. Incorporate fields from former 'guix-release'.
(guix-devel): New variable.
2017-05-07 00:18:36 +02:00
Julien Lepiller
74b8671378
gnu: hexchat: Update to 2.12.4.
...
* gnu/packages/messaging.scm (hexchat): Update to 2.12.4.
[source]: Remove incorrectly bootstrapped files.
[native-inputs]: Add autoconf, autoconf-archive, automake, libtool,
pkg-config.
[arguments]: Add ‘bootstrap’ phase.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-05-07 00:01:23 +02:00
Mathieu Othacehe
5ed48cedc0
gnu: cppcheck: Update to 1.78.
...
* gnu/packages/check.scm (cppcheck): Update to 1.78.
2017-05-06 22:33:10 +02:00
Leo Famulari
2f0ad2a423
Revert "gnu: hexchat: Update to 2.12.4."
...
This reverts commit 09270a97d9
.
The source derivation failed to build with:
/gnu/store/19lkrck1844idbcfq6ajzr0akmr8rshj-hexchat-2.12.4.tar.xz-builder:1:2293:
In procedure #<procedure f6fdc0 ()>:
/gnu/store/19lkrck1844idbcfq6ajzr0akmr8rshj-hexchat-2.12.4.tar.xz-builder:1:2293:
In procedure module-lookup: Unbound variable: inputs
2017-05-06 15:53:58 -04:00
Leo Famulari
17139eff16
gnu: certbot, python-acme: Update to 0.14.0.
...
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.14.0.
2017-05-06 14:58:13 -04:00
Arun Isaac
a993add160
gnu: Add emacs-evil-surround.
...
* gnu/packages/emacs.scm (emacs-evil-surround): New variable.
2017-05-06 22:34:36 +05:30
Kei Kebreau
7610c3ca55
gnu: Move qutebrowser to web-browsers.scm.
...
* gnu/packages/web.scm: Move qutebrowser...
* gnu/packages/web-browsers.scm: ...here.
2017-05-06 10:59:06 -04:00
ng0
b468f8e0c9
gnu: limnoria: Update to 20170330.
...
* gnu/packages/irc.scm (limnoria): Update to 20170330.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-06 16:00:33 +02:00
ng0
28a671ed23
gnu: fish: Reference 'groff' to fix output of 'fish --help'.
...
* gnu/packages/shells.scm (fish)[inputs-inputs]: Add 'groff'.
[arguments]: Add 'nroff' substitution in 'embed-store-paths' phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-06 15:52:25 +02:00
Pjotr Prins
5c4ea87224
gnu: erlang: Update to 19.3.
...
* gnu/packages/erlang.scm (erlang): Update to 19.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-06 15:50:56 +02:00
Kyle Meyer
a34242eedc
gnu: Add emacs-key-chord.
...
* gnu/packages/emacs.scm (emacs-key-chord): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-06 16:16:11 +05:30
宋文武
c0326ebcb5
gnu: Add lightdm-gtk-greeter.
...
* gnu/packages/display-managers.scm (lightdm-gtk-greeter): New variable.
2017-05-06 18:14:24 +08:00
宋文武
a041d56ebb
gnu: nix: Update to 1.11.9.
...
* gnu/packages/package-management.scm (nix): Update to 1.11.9.
2017-05-06 17:43:01 +08:00
Ricardo Wurmus
e981ca3665
gnu: pcb: Update to 4.0.0.
...
* gnu/packages/engineering.scm (pcb): Update to 4.0.0.
[arguments]: Add pre-check phase to start Xvfb for tests.
[native-inputs]: Add imagemagick, gerbv, ghostscript, and xorg-server for
tests.
2017-05-06 11:19:45 +02:00
Ricardo Wurmus
eba9ecd4d2
gnu: minixml: Update to 2.10.
...
* gnu/packages/xml.scm (minixml): Update to 2.10.
[home-page]: Update to new home page.
2017-05-06 11:19:45 +02:00
Ricardo Wurmus
2337067778
gnu: augeas: Update to 1.8.0.
...
* gnu/packages/augeas.scm (augeas): Update to 1.8.0.
2017-05-06 11:19:45 +02:00
Ricardo Wurmus
4606f3a3ef
gnu: Add lightdm.
...
* gnu/packages/display-managers.scm (lightdm): New variable.
Co-authored-by: 宋文武 <iyzsong@gmail.com>
2017-05-06 11:19:44 +02:00
Julien Lepiller
09270a97d9
gnu: hexchat: Update to 2.12.4.
...
* gnu/packages/messaging.scm (hexchat): Update to 2.12.4.
[source]: Remove incorrectly bootstrapped files.
[native-inputs]: Add autoconf, autoconf-archive, automake, libtool,
pkg-config.
[arguments]: Add ‘bootstrap’ phase.
2017-05-06 10:09:10 +02:00
Julien Lepiller
cae491ab02
gnu: Add lugaru.
...
* gnu/packages/games.scm (lugaru): New variable.
2017-05-06 10:05:25 +02:00
Arun Isaac
860f73c699
gnu: Add emacs-transpose-frame.
...
* gnu/packages/emacs.scm (emacs-transpose-frame): New variable.
2017-05-06 10:07:19 +05:30