Commit Graph

18390 Commits (953ecc04a058a42d02af188881e9661fa529133c)

Author SHA1 Message Date
Julien Lepiller 953ecc04a0
gnu: Add ocaml-ppx-compare.
* gnu/packages/ocaml.scm (ocaml-ppx-compare): New variable.
2017-02-15 20:11:01 +01:00
Julien Lepiller 9a63fef95a
gnu: Add ocaml-ppx-bench.
* gnu/packages/ocaml.scm (ocaml-ppx-bench): New variable.
2017-02-15 20:10:53 +01:00
Julien Lepiller be1e892d85
gnu: Add ocaml-ppx-inline-test.
* gnu/packages/ocaml.scm (ocaml-ppx-inline-test): New variable.
2017-02-15 20:10:50 +01:00
Julien Lepiller e6515b55ea
gnu: Add ocaml-ppx-type-conv.
* gnu/packages/ocaml.scm (ocaml-ppx-type-conv): New variable.
2017-02-15 20:10:47 +01:00
Julien Lepiller 505394d1fd
gnu: Add ocaml-ppx-deriving.
* gnu/packages/ocaml.scm (ocaml-ppx-deriving): New variable.
2017-02-15 20:10:44 +01:00
Julien Lepiller f6dde36aeb
gnu: Add ocaml-cppo.
* gnu/packages/ocaml.scm (ocaml-cppo): New variable.
2017-02-15 20:10:42 +01:00
Julien Lepiller 9e5687867d
gnu: Add ocaml-ppx-driver.
* gnu/packages/ocaml.scm (ocaml-ppx-driver): New variable.
2017-02-15 20:10:39 +01:00
Julien Lepiller 567b4e0299
gnu: Add ocaml-ppx-optcomp.
* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): New variable.
2017-02-15 20:10:36 +01:00
Julien Lepiller c333995063
gnu: Add ocaml-ppx-core.
* gnu/packages/ocaml.scm (ocaml-ppx-core): New variable.
2017-02-15 20:10:33 +01:00
Julien Lepiller 6bdf77a2a1
gnu: Add ocaml-fieldslib.
* gnu/packages/ocaml.scm (ocaml-fieldslib): New variable.
2017-02-15 20:10:01 +01:00
Leo Famulari 6fb9e069b0
gnu: gptfdisk: Install the documentation.
* gnu/packages/disk.scm (gptfdisk)[arguments]: Install the manpages.
2017-02-15 13:08:10 -05:00
Leo Famulari b611d01827
gnu: python-icalendar: Update to 3.11.3.
* gnu/packages/python.scm (python-icalendar): Update to 3.11.3.
2017-02-15 13:03:22 -05:00
Eric Bavier 0491a3b2d6
gnu: Add qutebrowser.
* gnu/packages/web.scm (qutebrowser): New variable.
2017-02-14 21:20:37 -06:00
Eric Bavier 499991cfe8
gnu: python-pyqt: Propagate python-sip.
* gnu/packages/qt.scm (python-pyqt)[propagated-inputs]: New field.
2017-02-14 21:20:37 -06:00
Eric Bavier d8768e3172
gnu: Add python-pypeg2.
* gnu/packages/python.scm (python-pypeg2): New variable.
2017-02-14 21:20:36 -06:00
Eric Bavier 4dcb135e7c
gnu: Add python-cssutils.
* gnu/packages/python.scm (python-cssutils): New variable.
(python2-cssutils)[native-inputs]: Remove unused python2-mock.
2017-02-14 21:14:02 -06:00
Tobias Geerinckx-Rice 20de37ef4d
gnu: gparted: Update to 0.28.0.
* gnu/packages/disk.scm (gparted): Update to 0.28.0.
2017-02-15 01:32:32 +01:00
Ricardo Wurmus 71311e4e48
gnu: Add guildhall.
* gnu/packages/guile.scm (guildhall): New variable.
2017-02-14 22:46:58 +01:00
Efraim Flashner 300211e349
hydra: Add "aarch64-linux-gnu" as a cross-compilation target.
* build-aux/hydra/gnu-system.scm (%cross-targets): Add
"aarch64-linux-gnu".
2017-02-14 23:40:22 +02:00
Leo Famulari 1ae04e3511
gnu: vim: Fix CVE-2017-5953.
* gnu/packages/patches/vim-CVE-2017-5953.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/vim.scm (vim)[source]: Use it.
2017-02-14 14:24:04 -05:00
Leo Famulari 30f420c155
gnu: khal: Update to 0.9.2.
* gnu/packages/calendar.scm (khal): Update to 0.9.2.
2017-02-14 13:16:06 -05:00
Marius Bakke a9c15e8b59
gnu: awscli: Update to 1.11.47.
* gnu/packages/python.scm (awscli): Update to 1.11.47.
2017-02-14 16:03:07 +01:00
Marius Bakke 0a7d96f8e4
gnu: python-botocore: Update to 1.5.10.
* gnu/packages/python.scm (python-botocore, python2-botocore): Update to 1.5.10.
2017-02-14 16:02:51 +01:00
Christopher Allan Webber a5bd6a5e15
guile-gdbm-ffi: Write to correct guile output directory and use guild.
* gnu/packages/guile.scm (guile-gdbm-ffi): Check guile for effective version
before writing to output path.  Also fixes a bug where the guild command was
not getting called, and instead was calling the internal guile compile-file
procedure.  This meant that the package produced was dependent on whatever
version of guile was powering Guix at the time.  Also set GUILE_AUTO_COMPILE
to 0 to avoid gnarly looking warnings during build.
2017-02-14 08:10:19 -06:00
Danny Milosavljevic 80345600fa
build: dub-build-system: Don't use "dub run" at all.
It doesn't make sense to run non-test executables (which is what "dub run"
would do).

The "check" function already invokes "dub test" and that's enough.

* guix/build/dub-build-system.scm (build): Remove "dub run" invocation.
2017-02-14 10:18:35 +01:00
Federico Beffa 57075ade97
import: stackage: Avoid using (guix ui) in importer code.
* guix/import/stackage.scm (stackage->guix-package, stackage-lts-info-fetch):
  Raise 'message' condition instead of using 'leave' from (guix ui).
* guix/scripts/import/stackage.scm (guix-import-stackage): Handle conditions.
2017-02-14 08:38:45 +01:00
Eric Bavier 4fc282b32a
gnu: netsurf: Enable tests.
* gnu/packages/patches/netsurf-longer-test-timeout.patch,
gnu/packages/patches/netsurf-y2038-tests.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/web.scm (netsurf)[source]: Use them.
[native-inputs]: Add libidn, check.
[inputs]: Add miscfiles.
[arguments]: Remove #:tests?, add #:test-target.  Add 'patch-check phase.
2017-02-13 22:28:33 -06:00
Eric Bavier 710806b57b
gnu: netsurf: Use unbundled source.
* gnu/packages/patches/netsurf-system-utf8proc.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/web.scm (netsurf)[source]: Use it.  Change to unbundled source
tarball.
[native-inputs]: Add netsurf-buildsystem, nsgenbind.  Remove flex, bison.
[inputs]: Add utf8proc, libcss, libdom, libnsbmp, libnsgif, libnspsl,
libnsutils, libsvgtiny.  Remove expat, gperf.
[arguments]: Adjust #:make-flags for netsurf-buildsystem.  Delete configure
phase.  Adjust source directories.
2017-02-13 22:28:33 -06:00
Eric Bavier 1f6ec9d22d
gnu: Add nsgenbind.
* gnu/packages/web.scm (nsgenbind): New variable.
2017-02-13 22:28:33 -06:00
Eric Bavier 02a7a0caf4
gnu: Add libnspsl.
* gnu/packages/web.scm (libnspsl): New variable.
2017-02-13 22:28:32 -06:00
Eric Bavier 54b7f14956
gnu: Add libnsutils.
* gnu/packages/web.scm (libnsutils): New variable.
2017-02-13 22:28:32 -06:00
Eric Bavier ea1c8b312b
gnu: Add libnsgif.
* gnu/packages/web.scm (libnsgif): New variable.
2017-02-13 22:28:32 -06:00
Eric Bavier 4018a533c0
gnu: Add libnsbmp.
* gnu/packages/web.scm (libnsbmp): New variable.
2017-02-13 22:28:32 -06:00
Eric Bavier 6fae2256e9
gnu: Add libsvgtiny.
* gnu/packages/web.scm (libsvgtiny): New variable.
2017-02-13 22:28:32 -06:00
Eric Bavier ccb8829847
gnu: Add LibDOM.
* gnu/packages/web.scm (libdom): New variable.
2017-02-13 22:28:31 -06:00
Eric Bavier 15cd054296
gnu: Add perl-switch.
* gnu/packages/perl.scm (perl-switch): New variable.
2017-02-13 22:28:31 -06:00
Eric Bavier 0527b43db4
gnu: Add libcss.
* gnu/packages/web.scm (libcss): New variable.
2017-02-13 22:28:31 -06:00
Eric Bavier 5a0096a35d
gnu: Add LibWapcaplet.
* gnu/packages/web.scm (libwapcaplet): New variable.
2017-02-13 22:28:31 -06:00
Eric Bavier 43bfbf1370
gnu: Add hubbub.
* gnu/packages/web.scm (hubbub): New variable.
2017-02-13 22:28:25 -06:00
Eric Bavier ef61177ddd
gnu: Add libparserutils.
* gnu/packages/web.scm (netsurf-buildsystem)
(netsurf-buildsystem-arguments, libparserutils): New variables.
2017-02-13 20:59:25 -06:00
Eric Bavier 5353cea007
gnu: utf8proc: Enable tests.
* gnu/packages/textutils.scm (utf8proc)[inputs]: New field.
[arguments]: Remove '#:tests? #f'.  Add check-data phase.
2017-02-13 20:59:25 -06:00
Eric Bavier 5d230d5b46
gnu: utf8proc: Upgrade to 2.1.0.
* gnu/packages/textutils.scm (utf8proc): Upgrade to 2.1.0.
2017-02-13 20:59:25 -06:00
Eric Bavier 57c211cd71
gnu: netsurf: Upgrade to 3.6.
* gnu/packages/web.scm (netsurf): Upgrade to 3.6.
[source]: 'https' -> 'http'.  Remove modules, snippet, and patches.
[home-page]: 'https' -> 'http'.
[arguments]: Adjust source directories.
* gnu/packages/patches/netsurf-about.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-02-13 20:59:19 -06:00
Tobias Geerinckx-Rice faa9ba4653
gnu: borg: Update to 1.0.10.
* gnu/packages/backup.scm (borg): Update to 1.0.10.
2017-02-14 00:05:05 +01:00
Marius Bakke eae2dbd47a
gnu: libwacom: Update to 0.23.
* gnu/packages/xdisorg.scm (libwacom): Update to 0.23.
2017-02-13 22:31:23 +01:00
Julien Lepiller 5220022a80
gnu: Add python-openid.
* gnu/packages/python.scm (python-openid): New variable.
2017-02-13 22:29:52 +01:00
Ricardo Wurmus 51a0887dcf
gnu: gajim: Do not propagate Python packages.
* gnu/packages/messaging.scm (gajim)[propagated-inputs]: Move all inputs from
here...
[inputs]: ...to here.
2017-02-13 22:16:13 +01:00
Ricardo Wurmus f24ebd3b64
gnu: gajim: Update to 0.16.7.
* gnu/packages/messaging.scm (gajim): Update to 0.16.7.
2017-02-13 22:16:13 +01:00
Arun Isaac 85bc5434ed
gnu: ffmpeg: Build with SDL support.
SDL is required for the `ffplay' executable to be built.

* gnu/packages/video.scm (ffmpeg)[inputs]: Add sdl2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-02-13 20:56:02 +01:00
Marius Bakke 08f96396b6
gnu: libuv: Update to 1.11.0.
* gnu/packages/libevent.scm (libuv): Update to 1.11.0.
[home-page]: Change to new home.
2017-02-13 20:37:20 +01:00