Commit graph

16483 commits

Author SHA1 Message Date
Oliver Charles 19fe19ea53 Merge pull request #2822 from sol/master
Update haskell-aeson-qq to version 0.7.0
2014-06-04 09:40:29 +01:00
Vladimír Čunát 77abe5e464 libav: update 0.8.11 -> .12, 9.12 -> .13, introduce 10.1 2014-06-04 10:37:59 +02:00
Simon Hengel fc235a48a0 Update haskell-aeson-qq to version 0.7.0 2014-06-04 16:02:32 +08:00
Austin Seipp da55068a8d Merge pull request #2648 from jbedo/master
Updated some CRAN packages and fixed dependencies
2014-06-03 20:37:56 -05:00
Austin Seipp ec1eadf5a0 Merge pull request #2691 from joelteon/cdecl-osx
Update cdecl to block-supporting version
2014-06-03 20:37:30 -05:00
Austin Seipp a8ee945a13 Merge pull request #2718 from bergey/imm
IMM RSS reader and dependencies
2014-06-03 20:36:59 -05:00
Austin Seipp cd6cf75720 Merge pull request #2787 from doublec/aliceml
Alice ML 1.4 programming language
2014-06-03 20:36:44 -05:00
Austin Seipp 2c92e4d09e Merge pull request #2806 from orbitz/leveldb-1.15.0
Update to leveldb-1.15.0
2014-06-03 20:31:03 -05:00
Austin Seipp 80162fb81c Merge pull request #2811 from letac/rocket6
Update racket to 6.0.1
2014-06-03 20:30:36 -05:00
Philip Lykke Carlsen e87da7761a subtitleeditor, gstreamermm: new packages 2014-06-03 22:00:47 +02:00
Shea Levy 2943fe1e76 go: bump 2014-06-03 13:51:37 -04:00
Simon Hengel e9ec238377 Add haskell-aeson-qq 2014-06-03 21:14:44 +08:00
Peter Simons 7d1c124647 Merge pull request #2767 from jwiegley/hscolour
Build Haddocks with source hyperlinks unless doHscolour is false
2014-06-03 10:50:04 +02:00
Vladimír Čunát 191dbc234f gnutls: security + maintenance update for both branches
Fixes #2813 CVE-2014-3466. No API/ABI changes in the updates.

Tests start to fail for gnutls31, so they get disabled,
but the 3.1 branch is already unused on master.
2014-06-03 10:39:48 +02:00
letac b899a69659 Update racket to 6.0.1 2014-06-02 19:42:15 +02:00
Moritz Ulrich 088cb87e8c chicken: Bump to 4.9.0. 2014-06-02 18:15:44 +02:00
Peter Simons 2f43cd3793 maude: update full-maude to version 2.6.1e 2014-06-01 22:47:49 +02:00
Malcolm Matalka d9fff6b563 Update to leveldb-1.15.0 2014-06-01 21:39:34 +02:00
Vladimír Čunát 6bc20ea278 undo #2522 merge except on darwin
It was only meant for darwin originally anyway.
See the PR for discussion.
2014-06-01 20:46:33 +02:00
John Wiegley e719f64a05 graphite2: fix #2800 by setting INSTALL_NAME_DIR 2014-06-01 05:54:23 +00:00
John Wiegley 2481a71c3c Disable use of graphite2 on darwin until #2800 is fixed
This applies to harfbuzz, pango and texlive.
2014-06-01 05:15:20 +00:00
John Wiegley 439482cfc1 Merge pull request #2522 from jwiegley/ppl
Build ppl and gmp correctly for building gcc48 on darwin
2014-05-31 17:02:01 -05:00
John Wiegley 421e8539ec shelly: build version 0.15.4.1 for GHC 7.4.2 2014-05-31 21:59:55 +00:00
John Wiegley 0369769bd9 gcc-4.8: build Objective-C/C++ support on darwin 2014-05-31 19:39:09 +00:00
Bjørn Forsman 0717378c46 avr-gcc: set meta.platforms = linux
So that hydra will build it and add it to the binary channel.
2014-05-31 18:10:29 +02:00
Bjørn Forsman 8a4dc83793 sigrok-cli: new package
This is the command-line frontend for the sigrok signal analysis
software suite.

http://sigrok.org/
2014-05-31 15:49:13 +02:00
Bjørn Forsman 647173db26 libsigrokdecode: new package
libsigrokdecode is a protocol decoding library for the sigrok signal
analysis software suite.

http://sigrok.org/
2014-05-31 15:49:13 +02:00
Bjørn Forsman 7329ad6813 libsigrok: new package
libsigrok is the core library of the sigrok signal analysis software
suite, which I'm about to package.

http://sigrok.org/
2014-05-31 15:49:13 +02:00
Bjørn Forsman c10628c665 librevisa: new package
It's an implementation of the VISA standard (for instrument control).

http://www.librevisa.org/
2014-05-31 15:49:12 +02:00
Bjørn Forsman b6910c6bf8 libserialport: new package
libserialport is a cross-platform shared library for serial port access,
written in C.

It comes from the sigrok project, but has no dependency on sigrok code.

Homepage: http://sigrok.org/
2014-05-31 15:49:12 +02:00
Bjørn Forsman 3b3d1d075c avrdude: update 6.0.1 -> 6.1 2014-05-31 14:20:15 +02:00
Bjørn Forsman c7c32e1d09 avrdude: add extra dependencies: libelf, libftdi1, readline
They are strictly speaking optional, but they provide useful features...
2014-05-31 14:20:04 +02:00
Bjørn Forsman be524e925b avrdude: rewrite expression
* Use stdenv.mkDerivation instead of composableDerivation.
  stdenv.mkDerivation is the current coding standard and is easier to
  read (IMHO).

* Remove the 'parportSupport' flag because it doesn't do anything.
  (Parallel port support is still enabled.)

* Remove unneeded --disable-dependency-tracking flag to ./configure; our
  default builder does that already.

* Fix documentation build. But it is still disabled (by default),
  because texLive is such a big dependency. There is always the man
  page.

* Update 'meta' attributes
2014-05-31 14:11:59 +02:00
Bjørn Forsman 6c8f4fd0ef libftdi1: new package
This is the 1.x version of libftdi, as opposed to our existing libftdi
0.20 package.

(AVRDUDE is an (optional) dependee of libftdi1.)
2014-05-31 14:11:58 +02:00
John Wiegley 9aac793c49 harfbuzz: no longer need to guard withGraphite2 on darwin 2014-05-31 11:06:06 +00:00
John Wiegley 6f8f3d64ff icu: fix configure to use ${stdenv.shell}
On darwin, not doing this means the configure script uses a hard-coded
/bin/sh for its echo tests, resulting in ECHO_N and ECHO_C settings in
icu-config which are incorrect for the stdenv.shell which it is actually
uses to run.
2014-05-31 11:05:47 +00:00
Austin Seipp 7b0736b7c0 arcanist: Fix php exec (needed for arc diff)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-30 15:19:18 -05:00
Austin Seipp 90f01d6a68 arcanist: 20140521 -> 20140530
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-30 04:38:36 -05:00
Vladimír Čunát 2436bb705c libvpx on darwin: attempt to fix build
CC @lovek323.
2014-05-30 11:19:31 +02:00
John Wiegley 176797576c Build Haddocks with source hyperlinks unless doHscolour is false 2014-05-29 20:00:04 -05:00
John Wiegley d58370db24 haskell-process-conduit: temporarily disable tests
The tests have not been ported to use conduit-1.1 yet (there is a pull
request pending on GitHub).
2014-05-29 07:29:20 +00:00
John Wiegley c0d39ba93a haskell-singletons: fix tests for darwin 2014-05-29 07:28:13 +00:00
John Wiegley f4fbda241d haskell-compressed: added 3.10 2014-05-29 07:27:12 +00:00
Chris Double b793f92233 Alice ML 1.4 programming language 2014-05-29 13:18:31 +12:00
Moritz Ulrich 57e0371f12 flightgear & simgear: Bump to 3.0.0. 2014-05-28 22:36:54 +02:00
Peter Simons 5c3c688f7b Elm: fix build by ignoring the build instructions provided by upstream
Re-apply the build fix from <https://github.com/NixOS/nixpkgs/issues/2089>,
because apparently the underlying issue has not been fixed.

According to <https://github.com/elm-lang/Elm/issues/384>, Elm's release
archive comes with a Setup.hs that cannot compile an Elm release. Duh!
Replacing the custom Setup.hs file with a dummy version fixes this issue.
2014-05-28 12:48:29 +02:00
John Wiegley 4cb43d2a75 Build ppl and gmp correctly for building gcc48 on darwin 2014-05-28 01:35:31 -05:00
Rob Vermaas fdc78ad9e0 Merge pull request #2760 from offlinehacker/pkgs/grafana/add
Add grafana, A Graphite & InfluxDB Dashboard and Graph Editor
2014-05-28 08:33:43 +02:00
Michael Raskin f769585c95 Updating SlimerJS to 0.9.1 2014-05-28 01:33:28 +04:00
Michael Raskin 97c61e9a44 Updating LuaRocks 2014-05-28 01:33:28 +04:00