Peter Simons
514a57c6d9
haskell-AspectAG: remove broken package
2014-05-14 15:02:33 +02:00
Peter Simons
6be622c178
haskell-NanoProlog: remove broken package
2014-05-14 15:02:33 +02:00
Peter Simons
d5307df65f
haskell-Hipmunk: remove broken package
2014-05-14 15:02:33 +02:00
Peter Simons
6c61d41dc9
Drop obsolete Haskell packages WebBits, WebBitsHtml, JsContracts, and flapjax.
...
None of our compilers can build these packages. I suppose that stuff has
been replaced by language-ecmascript.
2014-05-14 15:02:33 +02:00
Peter Simons
cd03e41fc7
haskell-xmlgen: the test suite needs libxml2 plus some DTDs
2014-05-14 15:02:32 +02:00
Peter Simons
614e6d46e6
haskell-libsystemd-journal: build only on Linux
2014-05-14 15:02:32 +02:00
Peter Simons
ca078e43f3
haskell-cuda: don't try to build this package on Hydra
2014-05-14 15:02:32 +02:00
Peter Simons
2220e24ee3
haskell-parsec-3.1.2: jailbreak to fix build with text >= 1
2014-05-14 15:02:32 +02:00
Peter Simons
7eaca0cab7
haskell-network-simple: jailbreak to fix build with network >= 2.5
2014-05-14 15:02:31 +02:00
Peter Simons
06691d6b1e
haskell-openssl-streams: jailbreak to fix build with network >= 2.5
...
And re-enable the test suite.
2014-05-14 15:02:31 +02:00
Peter Simons
9b8fdfb8b1
haskell-xdot: jailbreak to fix build with text >= 1.1
2014-05-14 15:02:31 +02:00
Peter Simons
557c48a067
haskell-cabal-macosx: jailbreak to fix build with fgl >= 5.5
2014-05-14 15:02:30 +02:00
Peter Simons
7710da4950
haskell-tar: re-generate with cabal2nix
2014-05-14 15:02:30 +02:00
Peter Simons
9417188afc
haskell-oeis: jailbreak to fix build with network 2.5.x
2014-05-14 15:02:30 +02:00
Peter Simons
e1b52f54e3
haskell-hakyll: jailbreak to allow building with network 2.5.x
...
https://github.com/jaspervdj/hakyll/issues/255
2014-05-14 15:02:29 +02:00
Peter Simons
86fc581dbf
haskell-unbound: update to version 0.4.3.1
2014-05-14 15:02:29 +02:00
Peter Simons
2511e06330
haskell-system-fileio: update to version 0.3.13
2014-05-14 15:02:29 +02:00
Peter Simons
388c60124f
haskell-statistics: update to version 0.11.0.1
2014-05-14 15:02:29 +02:00
Peter Simons
76586faed1
haskell-shake: update to version 0.12
2014-05-14 15:02:29 +02:00
Peter Simons
cfb676e7ce
haskell-pandoc: update to version 1.12.4
2014-05-14 15:02:29 +02:00
Peter Simons
8ae67934ce
haskell-iCalendar: update to version 0.4.0.1
2014-05-14 15:02:29 +02:00
Peter Simons
2fff26941e
haskell-hledger: update to version 0.23.2
2014-05-14 15:02:28 +02:00
Peter Simons
b82a30aa8d
haskell-hledger-web: update to version 0.23.2
2014-05-14 15:02:28 +02:00
Peter Simons
91ecc85a37
haskell-hledger-lib: update to version 0.23.2
2014-05-14 15:02:28 +02:00
Peter Simons
b3ea4264b9
haskell-esqueleto: update to version 1.4.1
2014-05-14 15:02:28 +02:00
Peter Simons
acaad29162
haskell-digestive-functors-aeson: update to version 1.1.8
2014-05-14 15:02:28 +02:00
Peter Simons
bebeef404d
haskell-data-lens: update to version 2.10.5
2014-05-14 15:02:28 +02:00
Peter Simons
a984b8a012
haskell-RepLib: update to version 0.5.3.3
2014-05-14 15:02:28 +02:00
Peter Simons
f2e81ce7cb
haskell-Glob: update to version 0.7.5
2014-05-14 15:02:27 +02:00
Peter Simons
fde79166cc
haskell-ConfigFile: update to version 1.1.2
2014-05-14 15:02:27 +02:00
Peter Simons
6ca2c509c1
haskell-wxcore: jailbreak to fix build with recent versions of array
2014-05-14 15:02:27 +02:00
Peter Simons
fd0f9e6fc1
Re-write the Haskell Platform out of haskell-defaults.nix.
...
1) Packages formerly called haskell-haskell-platform-ghcXYZ-VVVV.X.Y.Z are
now called haskell-platform-VVVV.X.Y.Z. The latest version can be
installed by running "nix-env -i haskell-platform".
2) The attributes haskellPackages_ghcXYZ.haskellPlatform no longer exist.
Instead, we have attributes like haskellPlatformPackages."2012_4_0_0".
(The last numeric bit must be quoted when used in a Nix file, but not on
the command line to nix-env, nix-build, etc.) The latest Platform has a
top-level alias called simply haskellPlatform.
3) The haskellPackages_ghcXYZ package sets offer the latest version of every
library that GHC x.y.z can compile. For example, if 2.7 is the latest
version of QuickCheck and if GHC 7.0.4 can compile that version, then
haskellPackages_ghc704.QuickCheck refers to version 2.7.
4) All intermediate GHC releases were dropped from all-packages.nix to
simplify our configuration. What remains is a haskellPackages_ghcXYZ set
for the latest version of every major release branch, i.e. GHC 6.10.4,
6.12.3, 7.0.4, 7.2.2, 7.4.2, 7.6.3, 7.8.2, and 7.9.x (HEAD snapshot).
5) The ghcXYZPrefs functions in haskell-defaults.nix now inherit overrides
from newer to older compilers, i.e. an override configured for GHC 7.0.4
will automatically apply to GHC 6.12.3 and 6.10.4, too. This change has
reduced the redundancy in those configuration functions. The downside is
that overriding an attribute for only one particular GHC version has become
more difficult. In practice, this case doesn't occur much, though.
6) The 'cabal' builder has a brand-new argument called 'extension'. That
function is "self : super : {}" by default and users can override it to
mess with the attribute set passed to cabal.mkDerivation. An example use
would be the definition of darcs in all-packages.nix:
| darcs = haskellPackages.darcs.override {
| cabal = haskellPackages.cabal.override {
| extension = self : super : {
| isLibrary = false;
| configureFlags = "-f-library " + super.configureFlags or "";
| };
| };
| };
In this case, extension disables building the library part of the package
to give us an executable-only version that has no dependencies on GHC or
any other Haskell packages.
The 'self' argument refers to the final version of the attribute set and
'super' refers to the original attribute set.
Note that ...
- Haskell Platform packages always provide the Haddock binary that came with
the compiler.
- Haskell Platform 2009.2.0.2 is broken because of build failures in cgi and
cabal-install.
- Haskell Platform 2010.1.0.0 is broken becasue of build failures in cgi.
2014-05-14 14:59:52 +02:00
Moritz Ulrich
172391272d
chicken(-dev): Update to 4.8.0.5 / 4.9.0rc1
2014-05-14 12:22:52 +02:00
Lluís Batlle i Rossell
418f0b0169
Revert "go: updating to 1.2.2"
...
Now I've read in Release Notes that the '.2' affected only binary releases.
http://golang.org/doc/devel/release.html#go1.2.minor
2014-05-14 10:16:35 +02:00
Lluís Batlle i Rossell
950fd7644c
go: updating to 1.2.2
2014-05-14 10:14:28 +02:00
Austin Seipp
21cb0c9bbb
Merge pull request #2621 from CodeBlock/fldigi
...
Package hamlib and fldigi; Bump perlPackages.ExtUtilsMakeMaker
2014-05-13 19:45:34 -05:00
Austin Seipp
11373a9d05
Merge pull request #2520 from CodeBlock/scala
...
scala: Bump to 2.11.0, bump 2.10 to 2.10.4
2014-05-13 19:44:42 -05:00
Peter Simons
1fe094d2b8
pylint: update to version 1.2.1
2014-05-13 16:11:06 +02:00
lethalman
8051101362
Merge pull request #2375 from lethalman/gnome3
...
gtkhtml, evolution, gnome-photos, gnome-clocks, zeitgeist, bijiben
2014-05-13 12:04:11 +02:00
Vladimír Čunát
7f3dba49e5
Merge #2556 : update xpra, pygtk and ffmpeg2
2014-05-13 11:50:56 +02:00
Linquize
8f5fea5ab0
cppcheck: Build the cfg files ( close #2572 )
2014-05-13 11:39:33 +02:00
John Wiegley
61b94dff81
Get glib, gtk+, harfbuzz and pango working on Darwin
2014-05-12 16:53:11 -05:00
John Wiegley
7be94d3b59
Add an expression for build fullly local Hoogle docs
2014-05-12 16:48:51 -05:00
Charles Strahan
6d5db3e93b
rust: update to 0.10 release
2014-05-12 13:37:38 -04:00
Shea Levy
89238a251c
Merge branch 'sysdig-0.1.82-now-with-osx' of git://github.com/proger/nixpkgs
...
sysdig: updated to 0.1.82, starting to support Darwin builds (includes
luajit Darwin support)
2014-05-12 09:34:23 -04:00
Ricky Elrod
0c45c81812
Use name and pname to follow conventions
...
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-05-11 18:17:12 -04:00
Ricky Elrod
951ad60025
Package hamlib library
...
Signed-off-by: Ricky Elrod <ricky@elrod.me>
2014-05-11 16:45:49 -04:00
cillianderoiste
c202f6b09d
Merge pull request #2606 from linquize/pandoc
...
pandoc: Update to 1.12.4
2014-05-11 14:47:52 +02:00
Benno Fünfstück
4b87687a84
cloogppl: patch to use ppl version 1.0 ( close #2236 )
2014-05-11 14:34:32 +02:00
Robert M. Mather
3729ead3af
Ur/Web compiler: new release, 20130421 -> 20140426
2014-05-10 20:42:35 -07:00
Linquize
c43003b87c
pandoc: Update to 1.12.4
2014-05-11 05:29:11 +02:00
Henry Till
6223cbd7a8
supercollider: added emacs support
2014-05-10 22:18:03 -04:00
Vladimir Kirillov
e5f7e4ec3c
luajit: support Darwin builds
2014-05-10 13:50:49 +03:00
Peter Simons
4ec21f6ecd
haskell-Strafunski-StrategyLib: jailbreak to fix build with GHC 7.8.2
2014-05-09 23:48:42 +02:00
Peter Simons
06f9fed0ac
Merge pull request #2592 from bennofs/haskell-new-expressions
...
Add a few haskell expressions
2014-05-09 22:59:40 +02:00
Benno Fünfstück
631e74963f
haskell-dynamic-cabal: new expression
2014-05-09 22:50:41 +02:00
Benno Fünfstück
fb2d8ab9aa
haskell-th-lift-instances: new expression
2014-05-09 22:50:40 +02:00
Benno Fünfstück
52bd5978a0
haskell-quickcheck-property-monad: new expression
2014-05-09 22:50:39 +02:00
Benno Fünfstück
e61e23b6c7
haskell-hcltest: new expression
2014-05-09 22:50:38 +02:00
Benno Fünfstück
b49de7164e
haskell-generate: new expression
2014-05-09 22:50:37 +02:00
Benno Fünfstück
97dde61662
haskell-system-time-monotonic: new expression
2014-05-09 22:50:36 +02:00
Benno Fünfstück
2525aac134
haskell-unix-memory: new expression
2014-05-09 22:50:35 +02:00
Linquize
349d87d47c
cccc: New package 3.1.4
2014-05-09 16:50:36 +02:00
Lennart Kats
3e3e9daafe
Update Node.js to 0.10.28
2014-05-09 15:45:21 +02:00
John Wiegley
fcd7d741e2
Make geoip buildable on any Unix
2014-05-09 13:33:42 +02:00
Benjamin Podszun
3db83835a8
nixpkgs: Bump libvirt to 1.2.4
2014-05-09 13:29:15 +02:00
Linquize
2d5462e29c
jquery-ui: Update to 1.10.4
2014-05-09 13:28:31 +02:00
Benjamin Podszun
08aba1d669
nixpkgs: Bump spice-gtk to 0.24 ( close #2571 )
2014-05-08 22:56:15 +02:00
Eelco Dolstra
46b77d3bb4
fetchurl_gnome -> fetchurlGnome
2014-05-08 15:30:17 +02:00
Cillian de Róiste
aa5c229223
androidsdk: upgrade 22.3 -> 22.6.2
2014-05-08 00:49:19 +02:00
Austin Seipp
3b873648b3
coprthr: ensure we use the right perl
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-07 15:34:21 -05:00
Austin Seipp
ba085ee318
libevent: fix event_rpcgen.py
...
This should help fix the COPRTHR build. Although a Python dependency was
added, it was broken anyway...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-07 15:34:21 -05:00
Peter Simons
366e3bd7a1
ghc-7.0.1: fix download URL
2014-05-07 20:33:32 +02:00
Peter Simons
4ee0cd2bbb
haskell-gloss: Revert "update to version 1.8.2.1"
...
This reverts commit 37df971a49
. The new
version doesn't compile.
2014-05-07 19:13:06 +02:00
Peter Simons
ee1a03577c
haskell-statistics: drop obsolete version 0.10.5.2
2014-05-07 19:13:06 +02:00
Peter Simons
bd36eadf98
haskell-zeromq4-haskell: update to version 0.6
2014-05-07 19:13:06 +02:00
Peter Simons
9acc4ccb29
haskell-yesod-test: update to version 1.2.1.5
2014-05-07 19:13:06 +02:00
Peter Simons
06d91b1f0e
haskell-yesod-static: update to version 1.2.3
2014-05-07 19:13:06 +02:00
Peter Simons
5034c2b1f9
haskell-streaming-commons: update to version 0.1.2.3
2014-05-07 19:13:05 +02:00
Peter Simons
390b804b23
haskell-snap: update to version 0.13.2.5
2014-05-07 19:13:05 +02:00
Peter Simons
bb66957987
haskell-shelly: update to version 1.5.3
2014-05-07 19:13:05 +02:00
Peter Simons
ce57c7aac1
haskell-semigroupoids: update to version 4.0.2
2014-05-07 19:13:05 +02:00
Peter Simons
98c5572642
haskell-resourcet: update to version 1.1.2.2
2014-05-07 19:13:05 +02:00
Peter Simons
08549cdb02
haskell-network-multicast: update to version 0.0.11
2014-05-07 19:13:05 +02:00
Peter Simons
1ca94859d3
haskell-mmorph: update to version 1.0.3
2014-05-07 19:13:05 +02:00
Peter Simons
b127783bf4
haskell-largeword: update to version 1.2.3
2014-05-07 19:13:05 +02:00
Peter Simons
a688dd0687
haskell-language-c-inline: update to version 0.5.0.0
2014-05-07 19:13:05 +02:00
Peter Simons
de899153b1
haskell-criterion: update to version 0.8.1.0
2014-05-07 19:13:05 +02:00
Peter Simons
1ca4ac68d7
haskell-conduit: update to version 1.1.2.1
2014-05-07 19:13:05 +02:00
Peter Simons
d1fdb0cbb0
haskell-concurrent-extra: update to version 0.7.0.7
2014-05-07 19:13:05 +02:00
Peter Simons
2ac07cfc00
haskell-JuicyPixels: update to version 3.1.5.2
2014-05-07 19:13:05 +02:00
Peter Simons
8a446a01d7
haskell-HsSyck: update to version 0.52
2014-05-07 19:13:05 +02:00
Peter Simons
d43c34b6a4
haskell-derive: update to version 2.5.16
2014-05-07 19:13:05 +02:00
Peter Simons
23b0bb002b
haskell-comonad: update to version 4.2
2014-05-07 19:13:05 +02:00
Peter Simons
efaac7c006
haskell-syb-0.4.1: disable the test suite when compiling with GHC HEAD
...
The test suite fails in a seemingly harmless way:
### Failure in: All:0
expected: "(MyDataType Int,(DataType {tycon = \"MyDataType\", datarep = AlgRep [MyDataType]},(\"\",(\"MyDataType\",(\"\",\"MyDataType\")))))"
but got: "(MyDataType Int,(DataType {tycon = \"Datatype.MyDataType\", datarep = AlgRep [MyDataType]},(\"\",(\"MyDataType\",(\"Datatype\",\"MyDataType\")))))"
2014-05-07 19:13:05 +02:00
Peter Simons
895a8648c9
haskell-yesod-core: update to version 1.2.15.1
2014-05-07 19:13:05 +02:00
Peter Simons
b45c5cdd32
haskell-transformers-compat: update to version 0.3
2014-05-07 19:13:04 +02:00
Peter Simons
00302921b3
haskell-resourcet: update to version 1.1.2.1
2014-05-07 19:13:04 +02:00
Peter Simons
7b52cc9676
haskell-pandoc-citeproc: update to version 0.3.1
2014-05-07 19:13:04 +02:00
Peter Simons
33c1a9599c
haskell-optparse-applicative: update to version 0.8.1
2014-05-07 19:13:04 +02:00
Peter Simons
2fda5952a8
haskell-monad-logger: update to version 0.3.6.1
2014-05-07 19:13:04 +02:00
Peter Simons
0c60cac67f
haskell-http-client: update to version 0.3.2.2
2014-05-07 19:13:04 +02:00
Peter Simons
375c29810d
haskell-html-conduit: update to version 1.1.0.5
2014-05-07 19:13:04 +02:00
Peter Simons
8d6975cc75
haskell-hourglass: update to version 0.1.2
2014-05-07 19:13:04 +02:00
Peter Simons
32ca02ffac
haskell-gtk-traymanager: update to version 0.1.4
2014-05-07 19:13:04 +02:00
Peter Simons
3f1571b5a1
haskell-distributive: update to version 0.4.4
2014-05-07 19:13:04 +02:00
Peter Simons
1b81577f09
haskell-contravariant: update to version 0.5.2
2014-05-07 19:13:04 +02:00
Peter Simons
6f5ee37d5c
haskell-HTTP: update to version 4000.2.14
2014-05-07 19:13:04 +02:00
Shea Levy
4b6be7ba9f
Merge branch 'phpPackages-xdebug' of git://github.com/proger/nixpkgs
...
re-introduce phpXdebug as phpPackages.xdebug and bump to 2.2.5
2014-05-07 09:32:25 -04:00
Chris Double
b799aa697d
Update pygtk to 2.24.0 to fix CPU pegging issues in xpra
2014-05-08 00:53:07 +12:00
Chris Double
30c3b81cc2
Update ffmpeg to 2.2.2
2014-05-08 00:52:38 +12:00
Rob Vermaas
1a6a797ec3
Add liblbfgs 1.10
2014-05-07 14:22:04 +02:00
Eelco Dolstra
255a6a9da8
libav: Disable tests
...
These appear to fail randomly sometimes:
http://hydra.nixos.org/build/10854615
2014-05-07 14:02:25 +02:00
Vladimir Kirillov
16e7ae3b10
re-introduce phpXdebug as phpPackages.xdebug and bump to 2.2.5
...
this uses buildPecl now.
2014-05-07 14:18:18 +03:00
Peter Simons
cdf7d6a66f
r-RcppArmadillo: fix build (and update to 0.4.300.0)
2014-05-07 12:30:29 +02:00
Peter Simons
262aecef74
r-generic-builder.nix: build packages from the extracted $srcdir so that we have a chance to patch them
2014-05-07 12:30:29 +02:00
Peter Simons
af8d34c35e
Merge pull request #2531 from jwiegley/djinn
...
Add an expression for the Haskell library djinn
2014-05-07 11:36:56 +02:00
Peter Simons
0241caf153
Merge pull request #2517 from jwiegley/texinfo
...
Disable Texinfo tests on Darwin
https://github.com/NixOS/nixpkgs/issues/2338
2014-05-07 11:31:30 +02:00
Peter Simons
17aaf71c0e
Merge pull request #2516 from jwiegley/dovecot
...
Allow Dovecot to build with clucene, and on any Unix
2014-05-07 11:25:57 +02:00
Peter Simons
0235fe4819
haskell-shake: update to version 0.11.7
2014-05-07 11:23:43 +02:00
Austin Seipp
b6c7f18711
nixpkgs: add COPRTHR 1.6
...
COPRTHR is a very excellent little SDK implementing OpenCL and related
tech for regular multicore processors, as well as things like my new
Parallella (along with remote/networked OpenCL compute support).
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-07 04:13:47 -05:00
Oliver Charles
fcc3ae1d84
haskellPackages.snapletStripe: New expression
2014-05-07 09:57:27 +01:00
Oliver Charles
47530778db
haskellPackages.stripe: Update to 0.8.1
2014-05-07 09:50:18 +01:00
宋文武
fead8862d6
gst-plugins-base: update from 1.2.3 to 1.2.4 (in #2440 )
2014-05-06 18:43:01 +02:00
Vladimír Čunát
6335d5bd3f
mesa: bugfix update 10.1.1 -> .2
...
Contains many driver fixes.
2014-05-06 18:43:01 +02:00
Vladimír Čunát
f91a594748
libdrm: minor update 2.4.52 -> .54
...
Including support for AMD Mullins chips.
2014-05-06 18:43:01 +02:00
Rob Vermaas
b116679b24
Force --no-same-owner for unpacking node sources.
2014-05-06 14:57:58 +02:00
John Wiegley
2f971193cc
Allow Dovecot to build with clucene, and on any Unix
2014-05-05 20:53:32 -05:00
John Wiegley
854b1fb9fb
Build AgdaStdlib before installing it
2014-05-05 19:51:05 -05:00
John Wiegley
7848f96b58
Add an expression for the Haskell library djinn
2014-05-05 19:48:50 -05:00
Peter Simons
7b8cd6d788
haskell-cabal-bounds: update to version 0.5
2014-05-05 10:46:40 +02:00
Peter Simons
b658ce7db7
haskell-streaming-commons: update to version 0.1.2.2
2014-05-05 10:46:40 +02:00
Peter Simons
8034dbdb0b
haskell-shake: update to version 0.11.6
2014-05-05 10:46:40 +02:00
Peter Simons
f0e2d697ab
haskell-repa: update to version 3.2.5.1
2014-05-05 10:46:40 +02:00
Peter Simons
ff8c978e81
haskell-repa-io: update to version 3.2.5.1
2014-05-05 10:46:40 +02:00
Peter Simons
fbcd8f1702
haskell-repa-examples: update to version 3.2.5.1
2014-05-05 10:46:40 +02:00
Peter Simons
7f7a32db50
haskell-repa-algorithms: update to version 3.2.5.1
2014-05-05 10:46:40 +02:00
Peter Simons
59b5aa05f9
haskell-persistent-postgresql: update to version 1.3.1.1
2014-05-05 10:46:40 +02:00
Peter Simons
7780de27d1
haskell-modular-arithmetic: update to version 1.2.0.0
2014-05-05 10:46:40 +02:00
Peter Simons
10d6cf6116
haskell-hit: update to version 0.6.0
2014-05-05 10:46:40 +02:00
Peter Simons
37df971a49
haskell-gloss: update to version 1.8.2.1
2014-05-05 10:46:39 +02:00
Peter Simons
e56622a1ef
haskell-gloss-raster: update to version 1.8.2.1
2014-05-05 10:46:39 +02:00
Peter Simons
bea71b95ff
haskell-geniplate: update to version 0.6.0.4
2014-05-05 10:46:39 +02:00
Peter Simons
76ca228a48
haskell-SafeSemaphore: update to version 0.10.1
2014-05-05 10:46:39 +02:00
Peter Simons
986a42dfe7
haskell-cabal-lenses: add version 0.1
2014-05-05 10:46:39 +02:00
Peter Simons
e7c207e10d
haskell-hourglass: add version 0.1.1
2014-05-05 10:46:39 +02:00
Peter Simons
0ae6cde78a
haskell-timezone-series: update to version 0.1.3
2014-05-05 10:46:39 +02:00
Peter Simons
c8f4775b8b
r-curl: fix build
2014-05-05 10:22:10 +02:00
Ricky Elrod
d66cdd3c43
scala: Bump to 2.11.0, bump 2.10 to 2.10.4
2014-05-05 02:14:57 -04:00
John Wiegley
66f0275b41
Disable Texinfo tests on Darwin
2014-05-05 01:03:51 -05:00
Mathijs Kwik
00a70b454c
v8: remove old version 3.14
2014-05-05 07:32:37 +02:00
Mathijs Kwik
9e7c905d98
re2: upgrade to 20140304
2014-05-05 07:32:36 +02:00
Mathijs Kwik
7e7d8d651a
v8: upgrade to 3.26.8
2014-05-05 07:32:36 +02:00
Jason "Don" O'Conal
05095ec48d
goobook: fix build on darwin
2014-05-05 11:45:03 +10:00
Peter Simons
97262a59b5
cran-packages.nix: provide meta.homepage links for all modules
2014-05-05 00:33:51 +02:00
Peter Simons
f31f57c32d
r-generic-builder: don't let derivation override the naming scheme
2014-05-05 00:33:51 +02:00
Peter Simons
66bcd77f0e
R: simplify the generic builder
2014-05-04 23:54:11 +02:00
Peter Simons
d03b49c88c
Merge pull request #2505 from bennofs/haskell-profiteur
...
haskell-profiteur: new expression
2014-05-04 23:07:20 +02:00
Benno Fünfstück
d385835c38
haskell-profiteur: new expression
2014-05-04 23:02:46 +02:00
Peter Simons
f604021658
Merge pull request #2504 from bennofs/haskell-jailbreak-case-insensitive
...
haskell-case-insensitive-1.0.0.1: jailbreak
2014-05-04 23:01:10 +02:00
Peter Simons
912d615fb3
Merge pull request #2503 from bennofs/haskell-jailbreak-async
...
async-2.0.1.3: jailbreak (see
2014-05-04 22:42:23 +02:00
Benno Fünfstück
14c4249b37
haskell-case-insensitive-1.0.0.1: jailbreak
2014-05-04 22:40:00 +02:00
Peter Simons
950393924f
Merge pull request #2501 from bennofs/wreq-disable-check
...
haskell-wreq: disable check phase, it requires network
2014-05-04 22:36:09 +02:00
Peter Simons
0cb97aa2ac
Merge pull request #2500 from ikervagyok/testing
...
URL-Fix
2014-05-04 22:29:49 +02:00
Peter Simons
4e1e248cf1
r-generic-builder: clean up the expression
2014-05-04 22:24:57 +02:00
Benno Fünfstück
9dd7896cba
async-2.0.1.3: jailbreak (see http://hydra.nixos.org/build/10766630/nixlog/1/raw )
2014-05-04 22:00:08 +02:00
Benno Fünfstück
49d62325ea
haskell-wreq: disable check phase, it requires network
2014-05-04 21:37:28 +02:00
Peter Simons
a9258080b1
R: don't install the "recommended packages"
...
These packages come with R, but if we install them as part of this build, then
we cannot update them without re-building R as well. Instead, we add those
packages to the R environment through the r-wrapper. This means that
recommended packages can be updated in cran-packgaes.nix, and those updates
have an effect on the installation without re-building R itself.
2014-05-04 21:12:34 +02:00
Peter Simons
a329900977
Move r-packages.nix into the r-modules directory.
2014-05-04 21:09:38 +02:00
Peter Simons
ac6bcc7836
cosmetic: move the R-wrapper into its own directory
2014-05-04 21:07:54 +02:00
Lengyel Balázs
5f025b6505
Changed URL to upstream, as the old URL was dead
2014-05-04 19:58:16 +02:00
Domen Kožar
26a1763d4b
Merge pull request #2408 from scubed2/ffmpeg
...
Add subtitle support to ffmpeg
2014-05-04 17:04:23 +02:00
Peter Simons
7c6a730e0b
R: added wrapper script that provides "R" and "Rscript" binaries that know about extra libraries
...
Configure an override in ~/.nixpkgs/config.nix as follows:
{
packageOverrides = pkgs: {
rWrapper = pkgs.rWrapper.override {
packages = with pkgs.rPackages; [ Defaults dataTable foreach xtable ];
};
};
}
2014-05-04 15:33:15 +02:00
Peter Simons
9e5f7ada34
haskell-ghc-mod: revert "wrap the newly added ghc-modi executable"
...
This reverts commit eba689ad05
. ghc-modi
stopped working for me after this change.
https://github.com/NixOS/nixpkgs/pull/2490
2014-05-04 14:07:42 +02:00
Peter Simons
80d39a273e
HTTP-4000.2.13: patch Cabal file to declare FlexibleContexts extension to fix the build with ghc-head
...
https://github.com/haskell/HTTP/issues/62
2014-05-04 13:46:18 +02:00
Peter Simons
911d9d5b1b
Merge pull request #2489 from jwiegley/haskexprs
...
Add several new Haskell expressions
2014-05-04 13:22:13 +02:00
Peter Simons
1220084354
haskell-httpd-shed: jailbreak to fix build with latest version of 'network'
2014-05-04 13:19:56 +02:00
Peter Simons
ce21d883c0
haskell-vinyl: add version 0.3
2014-05-04 13:19:56 +02:00
Peter Simons
b3f3d111ad
haskell-graphviz: jailbreak to fix build with fgl 5.x
2014-05-04 13:19:56 +02:00
Peter Simons
eba689ad05
haskell-ghc-mod: wrap the newly added ghc-modi executable
...
Cherry-picked from <https://github.com/NixOS/nixpkgs/pull/2490 >.
2014-05-04 13:03:18 +02:00
Peter Simons
7c06d93c0f
haskell-download-curl: jailbreak to fix build with recent versions of tagsoup
2014-05-04 12:53:45 +02:00
Peter Simons
a2ae6ebb7b
haskell-HTTP-4000.2.13: disable test suite to fix the build
...
https://github.com/haskell/HTTP/issues/60
2014-05-04 12:40:58 +02:00
Peter Simons
cfb6902526
HTTP-4000.2.13: jailbreak to fix build with latest version of conduit
...
https://github.com/haskell/HTTP/issues/61
https://github.com/NixOS/nixpkgs/issues/2495
2014-05-04 12:40:01 +02:00
Peter Simons
c2fd001fd4
Remove obsolete Agda-executable package; the compiler is not part of 'Agda'.
2014-05-04 12:17:35 +02:00
John Wiegley
9bc6893712
Add several new Haskell expressions
2014-05-03 23:01:00 -05:00
Wout Mertens
3a7b7a8499
libmkv: from Handbrake project
...
Libmkv was started from Handbrake but is now unmaintained upstream.
Patches:
- A01: add constant to header file
- A02: Breaks API: Allow changing output sampling frequency
- P00: Fix accessing large files on Mingw32
2014-05-04 01:56:49 +02:00
Wout Mertens
d1ebc1a2b3
mp4v2: Add patches from Handbrake project
...
mp4v2 seems abandoned upstream.
Patches:
- A00: Add API call for subpicture subtitles
- A01: Fix divide by zero
- A02: Give a meaningfull error when hitting 4GB limit
- P00: Fix compilation with mingw32
2014-05-04 01:56:48 +02:00
Wout Mertens
ccb065a08c
libmpeg2: Add patches from Handbrake project
...
libmpeg2 is abandoned upstream.
Patches:
- A00: Fix tag handling on frames
2014-05-04 01:56:48 +02:00
Wout Mertens
c02f80375f
libdvd{read,nav}: Version bump and patch from Handbrake project
...
- API-compatible version bumps to latest upstream
Patches:
- A08: Adds API call to duplicate a DVD VM to libdvdnav
- P00: Skip making examples
2014-05-04 01:56:48 +02:00
Wout Mertens
66216ea6db
libbluray: Add patch from Handbrake project
...
- A01: Make it smarter about filtering duplicates
2014-05-04 01:56:48 +02:00
Wout Mertens
ac80d45419
a52dec: Add patches from Handbrake project
...
this project hasn't been updated in 10 years, so adding patches that
don't break the API should be ok.
Patches:
- A00: Make a52-state-t public
- A01: Make it thread-safe (changing internal API by adding state
objects)
- A02: Quell common error
- A03: Fix for automake vs autoconf
2014-05-04 01:56:48 +02:00
Bjørn Forsman
70b39119c3
qwt: add version 6.x (we already have 5.x)
...
'qgis', one of the few 'qwt' dependees in nixpkgs, fails to build with
qwt 6. So I'm not moving the default version away from 5.x. Also, not
changing the default allows easy/safe cherry-picking to the stable
branch.
2014-05-04 00:11:26 +02:00
Vladimír Čunát
d96f262166
json-c: update to 0.12, fixing CVE-2013-{6370,6371}
2014-05-03 21:30:48 +02:00
Peter Simons
208e7cae1a
happy-1.19.3: patch code to build with ghc-head
...
https://github.com/simonmar/happy/issues/20
2014-05-03 20:22:12 +02:00
Peter Simons
1bfeca7a90
haddock-2.14.2: re-generate with cabal2nix
...
Fixes <https://github.com/NixOS/nixpkgs/issues/2481 >.
2014-05-03 20:03:33 +02:00
Peter Simons
4b307a7b96
haskell-network: update to version 2.5.0.0
2014-05-03 20:03:33 +02:00
Peter Simons
dd1dd06b88
haskell-text: update to version 1.1.1.1
2014-05-03 20:03:32 +02:00
Peter Simons
c1705e8b33
haskell-fgl: add version 5.5.0.1
2014-05-03 20:03:32 +02:00
Peter Simons
eb7958247a
haskell-unordered-containers: update to version 0.2.4.0
2014-05-03 20:03:32 +02:00
Peter Simons
074c128fec
haskell-attoparsec: update to version 0.11.3.0
2014-05-03 20:03:32 +02:00
Peter Simons
c0d742110f
haskell-threadscope: update to version 0.2.3
2014-05-03 20:03:32 +02:00
Peter Simons
0cb0810c96
haskell-hslogger: update to version 1.2.4
2014-05-03 20:03:32 +02:00
Peter Simons
0e4d6747ee
haskell-HaRe: update to version 0.7.2.3
2014-05-03 20:03:32 +02:00
Peter Simons
1940a89112
haskell-stringable: update to version 0.1.3
2014-05-03 20:03:32 +02:00
Peter Simons
3aa5ae8f31
haskell-pcre-light: update to version 0.4.0.2
2014-05-03 20:03:31 +02:00
Peter Simons
e0a257ae59
haskell-monad-extras: update to version 0.5.8
2014-05-03 20:03:31 +02:00
Peter Simons
45165186dc
haskell-logging: update to version 1.4.1
2014-05-03 20:03:31 +02:00
Peter Simons
f899787872
haskell-libmpd: update to version 0.8.0.3
2014-05-03 20:03:31 +02:00
Peter Simons
9953352f3e
haskell-github: update to version 0.8
2014-05-03 20:03:31 +02:00
Peter Simons
b851ea759e
haskell-ghc-events: update to version 0.4.3.0
2014-05-03 20:03:31 +02:00
Peter Simons
3a784a6b8c
haskell-JuicyPixels: update to version 3.1.5.1
2014-05-03 20:03:31 +02:00
Peter Simons
0f6bd32324
haskell-Hipmunk: update to version 5.2.0.14
2014-05-03 20:03:30 +02:00
Peter Simons
13b246b221
ghc-head: update snapshot to 7.9.20140430 (and download the tarball from Debian)
...
https://github.com/NixOS/nixpkgs/pull/2480
2014-05-03 20:03:30 +02:00
Peter Simons
0138b81ed6
Merge pull request #2483 from proger/haskell-ekg-0.4
...
haskell: bump ekg to 0.4, add ekg-core
2014-05-03 19:30:02 +02:00
Cillian de Róiste
f3e0a29338
aubio: update from 0.4.0 to 0.4.1
2014-05-03 17:12:06 +02:00
Vladimir Kirillov
599f9a09fe
haskell: bump ekg to 0.4, add ekg-core
2014-05-03 17:36:03 +03:00
Rob Vermaas
837ddd22f2
Merge pull request #2388 from bennofs/update-jdk7
...
jdk7: update patchversion 51 -> 55.
2014-05-03 15:59:49 +02:00
Peter Simons
64d662e056
Agda: move compiler and standard library into a common directory
...
Also renamed AgdaStdLib attribute to AgdaStdlib, since upstream doesn't
seem to capitalize that name.
2014-05-03 12:37:17 +02:00
Peter Simons
801a4818c8
Merge pull request #2474 from jwiegley/agda-stdlib
...
Add expression for the Agda standard library
2014-05-03 12:33:26 +02:00
Mateusz Kowalczyk
ab7e2f1dc5
haskell-HTTP: update to version 4000.2.13
2014-05-03 12:27:25 +02:00
Oliver Charles
4e70c764f5
Merge pull request #2473 from jwiegley/these
...
Add expression for Haskell library 'these'
2014-05-03 11:19:18 +01:00
Vladimír Čunát
6faa50e11d
libmms: bugfix update, including CVE-2014-2892
2014-05-03 11:38:20 +02:00
Vladimír Čunát
3bb121e50e
dbus: minor update 1.8.0 -> .2
2014-05-03 11:31:28 +02:00
Vladimír Čunát
e0be3df0eb
harfbuzz: minor update 0.9.27 -> .28
2014-05-03 11:31:27 +02:00
Peter Simons
ca35c44408
haskell-streaming-commons: update to version 0.1.2.1
2014-05-03 10:53:22 +02:00
Peter Simons
49503c10c7
haskell-hledger: update to version 0.23
2014-05-03 10:53:22 +02:00
Peter Simons
bad008d48a
haskell-hledger-web: update to version 0.23
2014-05-03 10:53:22 +02:00
Peter Simons
7cbf87792a
haskell-hledger-lib: update to version 0.23
2014-05-03 10:53:22 +02:00
Peter Simons
92c9b2eb8f
haskell-conduit: update to version 1.1.1.1
2014-05-03 10:53:22 +02:00
Peter Simons
6e58bbe32b
haskell-conduit-extra: update to version 1.1.0.3
2014-05-03 10:53:22 +02:00
Peter Simons
6fe44baced
haskell-conduit-combinators: update to version 0.2.5.1
2014-05-03 10:53:22 +02:00
Peter Simons
b4893842d2
haskell-classy-prelude: update to version 0.9.1
2014-05-03 10:53:22 +02:00
Peter Simons
48f2ae7dec
haskell-classy-prelude-conduit: update to version 0.9.1
2014-05-03 10:53:22 +02:00
Peter Simons
084cec9404
haskell-arithmoi: update to version 0.4.1.0
2014-05-03 10:53:21 +02:00
John Wiegley
7d788d5e4f
Add expression for the Agda standard library
2014-05-02 19:15:38 -05:00
宋文武
388d32d966
gst-plugins-bad: build with wildmidi and fluidsynth
...
remove timidity, the plugin does not build at all
2014-05-02 21:31:06 +02:00
宋文武
da98b7d65e
renpy: update from 6.17.3 to 6.17.4
2014-05-02 21:31:05 +02:00
宋文武
b57c9ed9d5
gstreamer: update from 1.2.3 to 1.2.4
2014-05-02 21:31:05 +02:00
宋文武
69c4dae379
gst-plugins-ugly: update from 1.2.3 to 1.2.4
2014-05-02 21:31:05 +02:00
宋文武
cd5702da47
gst-plugins-good: update from 1.2.3 to 1.2.4
2014-05-02 21:31:05 +02:00
宋文武
98dd37afad
gst-plugins-bad: update from 1.2.3 to 1.2.4
2014-05-02 21:31:05 +02:00
宋文武
6324296900
gst-libav: update from 1.2.3 to 1.2.4
2014-05-02 21:31:05 +02:00
Austin Seipp
59528d9f0e
clang-analyzer: respect $NIX_CFLAGS_COMPILE
...
When using scan-build, you're often going to want to use it in the
context of a Nix expression with buildInputs, and the default wrapper
scripts will put things like include locations for those inputs
$NIX_CFLAGS_COMPILE. Thus, scan-build also needs to pass them to the
analyzer - while the link flags aren't relevant, the include flags are.
This is because the analyzer executable that gets run by scan-build is
*not* clang-wrapper, but the actual clang executable, so it doesn't
implicitly add such arguments. The build is two-stage - it runs the real
clang wrapper once, and then the analyzer once.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-02 14:07:37 -05:00
Austin Seipp
27a0d56514
compcert: Fix Hydra platforms
...
Copy-pasta error, and compcert doesn't really make sense on Darwin or
64bit linux (it's callPackage_i686 anyway).
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-02 14:07:36 -05:00
John Wiegley
fb778b705f
Add expression for Haskell library 'these'
2014-05-02 13:43:34 -05:00
Michael Raskin
feddcfaf1e
Readding Erlang R16B02: R17 is a major update and it breaks Ejabberd.
2014-05-02 20:50:58 +04:00
Luca Bruno
63cdda1f4e
zeitgeist: new package
...
Zeitgeist is a service which logs the users's activities and events
https://launchpad.net/zeitgeist
2014-05-02 17:43:02 +02:00
Peter Simons
de26954b30
Merge pull request #2470 from sol/master
...
Update haskell-hspec to version 0.9.5
2014-05-02 12:09:08 +02:00
Simon Hengel
e4dead3171
Update haskell-hspec to version 0.9.5
2014-05-02 14:57:46 +08:00
Austin Seipp
f21d619558
nixpkgs: move frama-c to a more appropriate directory
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-01 19:14:08 -05:00
Austin Seipp
0c51a4ac98
nixpkgs: add CompCert
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-01 19:11:46 -05:00
Peter Simons
303ddfab4c
haskell-ghc-mod: re-generate with cabal2nix
2014-05-01 23:40:13 +02:00
Peter Simons
baa1543dbc
cabal-bounds: re-generate with cabal2nix
2014-05-01 23:38:20 +02:00
Peter Simons
8b67834bf3
haskell-ghc-mod: make sure GHC <7.8 and >7.8 pick the same datadir install path
2014-05-01 22:57:09 +02:00
Peter Simons
d6dd5688a2
haskell-ghc-mod: disable test suite to fix build with GHC 7.8.2
...
https://github.com/kazu-yamamoto/ghc-mod/issues/242
2014-05-01 22:56:44 +02:00
Peter Simons
74a9767c5e
haskell-libmpd: jailbreak to fix build with recent versions of 'text'
2014-05-01 22:28:13 +02:00
Peter Simons
b5113c90a4
haskell-yesod-form: update to version 1.3.8.3
2014-05-01 21:57:04 +02:00
Peter Simons
cf871089b5
haskell-warp: update to version 2.1.5.1
2014-05-01 21:57:04 +02:00
Peter Simons
373defe9cd
haskell-sqlite-simple: update to version 0.4.7.0
2014-05-01 21:57:04 +02:00
Peter Simons
eead385738
haskell-snap-cors: update to version 1.2.4
2014-05-01 21:57:04 +02:00
Peter Simons
07b80292a0
haskell-pandoc-types: update to version 1.12.3.3
2014-05-01 21:57:04 +02:00
Peter Simons
f1ce1480df
haskell-nanospec: update to version 0.2.0
2014-05-01 21:57:04 +02:00
Peter Simons
e942079d46
haskell-mono-traversable: update to version 0.5.0
2014-05-01 21:57:03 +02:00
Peter Simons
c4eb80e485
haskell-lifted-async: update to version 0.2.0
2014-05-01 21:57:03 +02:00
Peter Simons
9921686058
haskell-largeword: update to version 1.2.2
2014-05-01 21:57:03 +02:00
Peter Simons
8fc6f1a080
haskell-language-javascript: update to version 0.5.13
2014-05-01 21:57:03 +02:00
Peter Simons
705888c629
haskell-http-client: update to version 0.3.2.1
2014-05-01 21:57:03 +02:00
Peter Simons
62a775df61
haskell-hspec: update to version 1.9.4
2014-05-01 21:57:03 +02:00
Peter Simons
3b6b967b9d
haskell-hspec-meta: update to version 1.9.4
2014-05-01 21:57:03 +02:00
Peter Simons
a1952b5e13
haskell-hledger-web: update to version 0.22.8
2014-05-01 21:57:03 +02:00
Peter Simons
84c41f46f7
haskell-ghc-mod: update to version 4.1.0
2014-05-01 21:57:03 +02:00
Peter Simons
45af6556f6
haskell-fay: update to version 0.20.0.0
2014-05-01 21:57:03 +02:00
Peter Simons
14edbe5597
haskell-fay-base: update to version 0.19.1.2
2014-05-01 21:57:03 +02:00
Peter Simons
42e324c537
haskell-cassava: update to version 0.4.0.0
2014-05-01 21:57:03 +02:00
Peter Simons
87f8a70f9c
haskell-blaze-html: update to version 0.7.0.2
2014-05-01 21:57:03 +02:00
Peter Simons
7452e8b4eb
haskell-Elm: update to version 0.12.1.3
2014-05-01 21:57:03 +02:00
Peter Simons
e81ac36bff
haskell-spoon: add version 0.3.1
2014-05-01 21:57:02 +02:00
Peter Simons
39c3cb1d99
haskell-groom: add version 0.1.2
2014-05-01 21:57:02 +02:00
Domen Kožar
1d2278f480
pypy: disable sqlite3 tests (failing due to sqlite bump)
2014-05-01 18:38:06 +02:00
Austin Seipp
4fe2f98051
zarith: fix perl path
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-01 09:14:16 -05:00
Peter Simons
979520396e
Merge pull request #2311 from bennofs/haskell-cabal-bounds
...
haskell-cabal-bounds: New expression
2014-05-01 14:53:10 +02:00
Tom Dimiduk
c4f66df29a
add zeromq4 and zeromq4-haskell
2014-05-01 07:52:21 -04:00
Oliver Charles
038645ad97
Merge pull request #2457 from jwiegley/posix-paths
...
Add expression for the Haskell posix-paths library
2014-05-01 11:41:39 +01:00
Eelco Dolstra
ba332accc2
php: Update to 5.4.27
...
CVE-2013-7345, CVE-2014-1943, CVE-2014-2270, CVE-2013-6712
2014-05-01 11:45:35 +02:00
Eelco Dolstra
7e36ddf766
afflib: Fix broken URL
...
Also, use stdenv.mkDerivation and drop unusued libewf dependency.
2014-05-01 10:57:52 +02:00
Austin Seipp
628e914f2b
frama-c: overhaul, upgrade to 20140301-Neon
...
This massively upgrades the frama-c package to be far more useful,
including support for a lot more plugins, including Jessie.
Jessie unfortunately requires that its plugin is installed alongside
frama-c, so we install why2 (where it lives) along with frama-c now.
This increases the size, but makes it much more useful.
In the future, it may be possible to split out the build such that why2
is a separate expression and frama-c only installs the plugin, rather
than all of why2. However, right now this is fine.
Furthermore, why3 is now a dependency - the Jessie plugin can use
either, and defaults to Why3 now. Per the design, Frama-C can also go
from Why2->Why3 as well.
We also make Coq and Alt-Ergo dependencies, so that out-of-the-box users
get at least one SMT solver and a prover for support.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-01 02:42:34 -05:00
Austin Seipp
5f702d52f4
ocamlgraph: upgrade to 1.8.5
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-01 02:30:39 -05:00
Austin Seipp
02351691ba
ocaml-packages: add zarith 1.2.1
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-01 02:30:28 -05:00
Austin Seipp
2d7fe68212
lablgtk: remove old patch
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-01 02:25:45 -05:00
Moritz Ulrich
1ac4383889
elixir: update from 0.12.4 to 0.13.0
2014-04-30 23:52:55 +02:00
Moritz Ulrich
a21486d990
Erlang: Update from R16B02 to 17.0.
2014-04-30 23:52:55 +02:00
John Wiegley
3988f438ef
Add expression for the Haskell posix-paths library
2014-04-30 17:19:34 -04:00
Austin Seipp
3c3256e4a8
nixpkgs: clang-analyzer 3.4
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-29 19:36:43 -05:00
Austin Seipp
52514efb16
cryptol: Replace URLs with something meaningful
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-29 17:54:37 -05:00
Austin Seipp
d9d76f1a3a
cryptol: add 1.8.x expression
...
This also includes support for the verification tools I'm using. Cryptol
2 is still the default obviously.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-29 17:50:55 -05:00
Austin Seipp
1d3b5874ad
nixpkgs: cov-build 7.0.2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-29 16:00:34 -05:00
Jaka Hudoklin
cbfbd01cd7
nodejs: fix on i686-linux
...
Fixes this:
creating ./config.gypi
creating ./config.mk
building
make flags: SHELL=/nix/store/fp0nwhj932kscakw1gbnlmmk8pdfv9sq-bash-4.2-p45/bin/bash
building out/Makefile
/nix/store/vh2zy8l2797yl3mri35y8jnhc81w9hm1-python-2.7.6/bin/python tools/gyp_node.py -f make
/bin/sh: which: command not found
gyp: Call to '(echo | $(echo ${CXX_host:-$(which g++)}) -m32 -E - > /dev/null 2>&1) && echo "-m32" || true' returned exit status 0.
make: *** [out/Makefile] Error 1
[Bjørn: add build error to commit message.]
2014-04-29 22:29:24 +02:00
Jaka Hudoklin
ab53d469f8
erlang: enable and fix builds on darwin
2014-04-29 22:06:53 +02:00
Benno Fünfstück
3685bf378f
haskell: new expression cabal-bounds
2014-04-29 19:19:10 +02:00
Oliver Charles
7fb22dd5a0
Merge pull request #2444 from sol/update-http-kit
...
Update haskell-http-kit to version 0.2.2
2014-04-29 14:10:06 +01:00
Simon Hengel
6cb6694f8b
Update haskell-http-kit to version 0.2.2
2014-04-29 20:24:14 +08:00
Eelco Dolstra
5ae8ed381c
Shut up warning about missing fonts.dtd
2014-04-29 12:27:03 +02:00
Kirill Elagin
8dc287b88c
Let users install fonts to their HOME directory
2014-04-29 12:27:03 +02:00
Vladimír Čunát
920a734a15
qt48: bugfix update 4.8.5 -> .6
...
Some patches dropped, as they seemed included.
2014-04-29 09:29:11 +02:00
Peter Simons
50d5d8b33f
The hamlet and shakespeare-* packages are deprecated and no longer
...
export any code. This means that we cannot run the Haddock phase.
2014-04-29 01:35:50 +02:00
Peter Simons
1a06bcc109
haskell-packunused: update to version 0.1.1.2
2014-04-29 01:35:50 +02:00
Peter Simons
d163de3bdb
haskell-zip-archive: update to version 0.2.2.1
2014-04-29 01:35:49 +02:00
Peter Simons
2b1fc1ad1b
haskell-yesod-test: update to version 1.2.1.4
2014-04-29 01:35:49 +02:00
Peter Simons
247b903b68
haskell-yesod-core: update to version 1.2.15
2014-04-29 01:35:49 +02:00
Peter Simons
91af4b57ac
haskell-yesod-bin: update to version 1.2.9.1
2014-04-29 01:35:49 +02:00
Peter Simons
c1d56bb242
haskell-xml-hamlet: update to version 0.4.0.8
2014-04-29 01:35:49 +02:00
Peter Simons
0c7b8142da
haskell-x509-system: update to version 1.4.5
2014-04-29 01:35:49 +02:00
Peter Simons
b39407d997
haskell-websockets: update to version 0.8.2.2
2014-04-29 01:35:49 +02:00
Peter Simons
b0ea67aa87
haskell-warp: update to version 2.1.5
2014-04-29 01:35:49 +02:00
Peter Simons
045b7d77a1
haskell-warp-tls: update to version 2.0.5
2014-04-29 01:35:49 +02:00
Peter Simons
73bfdbf69f
haskell-wai-test: update to version 2.0.1.2
2014-04-29 01:35:49 +02:00
Peter Simons
76f369772f
haskell-twitter-types: update to version 0.2.20140424
2014-04-29 01:35:49 +02:00
Peter Simons
a9f35c5e67
haskell-tagged: update to version 0.7.2
2014-04-29 01:35:49 +02:00
Peter Simons
74e12c231b
haskell-syntactic: update to version 1.12.1
2014-04-29 01:35:48 +02:00
Peter Simons
e4186ad25c
haskell-stylish-haskell: update to version 0.5.10.0
2014-04-29 01:35:48 +02:00
Peter Simons
8825b68758
haskell-streaming-commons: update to version 0.1.2
2014-04-29 01:35:48 +02:00
Peter Simons
4cc210e793
haskell-sqlite-simple: update to version 0.4.6.1
2014-04-29 01:35:48 +02:00
Peter Simons
fd5cf61924
haskell-snap-server: update to version 0.9.4.4
2014-04-29 01:35:48 +02:00
Peter Simons
8ebb807985
haskell-snap-cors: update to version 1.2.3
2014-04-29 01:35:48 +02:00
Peter Simons
466f5ce639
haskell-smtps-gmail: update to version 1.2.0
2014-04-29 01:35:48 +02:00
Peter Simons
63ec22b6b4
haskell-sized-types: update to version 0.5.0
2014-04-29 01:35:48 +02:00
Peter Simons
e9aa6c017a
haskell-shakespeare: update to version 2.0.0.3
2014-04-29 01:35:48 +02:00
Peter Simons
fa92bc88ca
haskell-shakespeare-text: update to version 1.1.0
2014-04-29 01:35:48 +02:00
Peter Simons
8884a80caf
haskell-shakespeare-js: update to version 1.3.0
2014-04-29 01:35:48 +02:00
Peter Simons
90ad782cc5
haskell-shakespeare-i18n: update to version 1.1.0
2014-04-29 01:35:48 +02:00
Peter Simons
b6d3a73d52
haskell-shakespeare-css: update to version 1.1.0
2014-04-29 01:35:48 +02:00
Peter Simons
d043573059
haskell-retry: update to version 0.4
2014-04-29 01:35:48 +02:00
Peter Simons
7841191a84
haskell-regular: update to version 0.3.4.3
2014-04-29 01:35:48 +02:00
Peter Simons
0823af1708
haskell-pointedlist: update to version 0.6.1
2014-04-29 01:35:47 +02:00
Peter Simons
65ac678f1b
haskell-persistent-postgresql: update to version 1.3.1
2014-04-29 01:35:47 +02:00
Peter Simons
d2a0bde63f
haskell-permutation: update to version 0.5.0.4
2014-04-29 01:35:47 +02:00
Peter Simons
9131908d53
haskell-nats: update to version 0.1.3
2014-04-29 01:35:47 +02:00
Peter Simons
cee7a67810
haskell-monads-tf: update to version 0.1.0.2
2014-04-29 01:35:47 +02:00
Peter Simons
fe5f31bdb1
haskell-mime-mail: update to version 0.4.5.2
2014-04-29 01:35:47 +02:00
Peter Simons
9aab7494bc
haskell-http-conduit: update to version 2.1.2
2014-04-29 01:35:47 +02:00
Peter Simons
4a1340c780
haskell-http-client: update to version 0.3.2
2014-04-29 01:35:47 +02:00
Peter Simons
da7cc3a1f1
haskell-hspec: update to version 1.9.3
2014-04-29 01:35:47 +02:00
Peter Simons
e74db96100
haskell-hspec-meta: update to version 1.9.3
2014-04-29 01:35:47 +02:00
Peter Simons
5717591f43
haskell-hslua: update to version 0.3.12
2014-04-29 01:35:47 +02:00
Peter Simons
c7bd8255a6
haskell-hinotify: update to version 0.3.7
2014-04-29 01:35:47 +02:00
Peter Simons
f80d29805a
haskell-haskell-src-exts: update to version 1.15.0.1
2014-04-29 01:35:47 +02:00
Peter Simons
01494efdd6
haskell-haskell-names: update to version 0.3.3.2
2014-04-29 01:35:47 +02:00
Peter Simons
0e1af854bb
haskell-happstack-hamlet: update to version 7.0.4
2014-04-29 01:35:46 +02:00
Peter Simons
6f47302ead
haskell-hamlet: update to version 1.2.0
2014-04-29 01:35:46 +02:00
Peter Simons
5926fec3f9
haskell-free: update to version 4.7.1
2014-04-29 01:35:46 +02:00
Peter Simons
27be932ff3
haskell-filestore: update to version 0.6.0.2
2014-04-29 01:35:46 +02:00
Peter Simons
75289fbc31
haskell-extensible-effects: update to version 1.6.0
2014-04-29 01:35:46 +02:00
Peter Simons
b9d4464af6
haskell-esqueleto: update to version 1.4
2014-04-29 01:35:46 +02:00
Peter Simons
8ae402a4a6
haskell-distributive: update to version 0.4.3.2
2014-04-29 01:35:46 +02:00
Peter Simons
e2ecbc0267
haskell-direct-sqlite: update to version 2.3.13
2014-04-29 01:35:46 +02:00
Peter Simons
80454adf79
haskell-dataenc: update to version 0.14.0.7
2014-04-29 01:35:46 +02:00
Peter Simons
740470e6a4
haskell-data-ordlist: update to version 0.4.6.1
2014-04-29 01:35:46 +02:00
Peter Simons
f380255792
haskell-cuda: update to version 0.6.0.0
2014-04-29 01:35:46 +02:00
Peter Simons
cc8959c86a
haskell-contravariant: update to version 0.5
2014-04-29 01:35:46 +02:00
Peter Simons
1f8334eacf
haskell-conduit: update to version 1.1.1
2014-04-29 01:35:46 +02:00
Peter Simons
310c4299a9
haskell-conduit-extra: update to version 1.1.0.2
2014-04-29 01:35:46 +02:00
Peter Simons
8f607fca3a
haskell-conduit-combinators: update to version 0.2.5
2014-04-29 01:35:45 +02:00
Peter Simons
f4524394b0
haskell-cereal-conduit: update to version 0.7.2.2
2014-04-29 01:35:45 +02:00
Peter Simons
a0265900f5
haskell-c2hs: update to version 0.17.2
2014-04-29 01:35:45 +02:00
Peter Simons
e7721d7027
haskell-blaze-markup: update to version 0.6.1.0
2014-04-29 01:35:45 +02:00
Peter Simons
f012c2b131
haskell-bifunctors: update to version 4.1.1.1
2014-04-29 01:35:45 +02:00
Peter Simons
ad784bb2f2
haskell-active: update to version 0.1.0.13
2014-04-29 01:35:45 +02:00
Peter Simons
192ef70a7c
haskell-prelude-extras: add version 0.4
2014-04-29 01:35:45 +02:00
Peter Simons
001c64c1df
Merge pull request #2342 from jwiegley/icu
...
Fix icu4c expression for latest gcc (fixes #2341 )
2014-04-28 22:50:31 +02:00
Peter Simons
3445df42a4
Merge pull request #2368 from Chaddai/texmaker
...
TeXmaker
2014-04-28 22:42:47 +02:00
Austin Seipp
fec91fd092
fmod: 4.44.32 -> 4.44.33
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-28 15:27:40 -05:00
Peter Simons
93846bef59
haskell-hfsevents: re-generate with cabal2nix
2014-04-28 19:04:10 +02:00
Peter Simons
11fc857e30
haskell-jack: re-generate with cabal2nix
2014-04-28 19:04:10 +02:00
Peter Simons
5ac35c0f3b
haskell-tz: fix build (of the test suite)
2014-04-28 19:04:10 +02:00
Peter Simons
9eff988bbf
haskell-enumset: re-generate with cabal2nix
2014-04-28 19:04:10 +02:00
Vladimír Čunát
d76b5d5ce3
Merge branch 'x-updates': mesa 10.0.* -> 10.1.1
...
Also minor xorg bumps.
2014-04-28 16:22:55 +02:00
Eelco Dolstra
17336efdd8
apr: Update to 1.5.1
2014-04-28 14:45:54 +02:00
Simon Hengel
62b883070b
Update haskell-base-compat to version 0.5.0
...
Closes #2431
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-28 04:58:12 -05:00
Simon Hengel
692fc6fdc1
Update haskell-http-kit to version 0.2.1
...
Closes #2430
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-28 04:58:09 -05:00
James Cook
39b5a0c3a2
libgnurl, a fork of libcurl used by GNUnet
2014-04-27 22:20:37 -07:00
Luis G. Torres
ad1ce14a68
eigen: upgrading version to 3.2.1
2014-04-28 00:06:07 +02:00
Austin Seipp
e590c0a867
ats/ats2: clean-up, adopt, add Hydra packages
...
This also bumps ATS2 to version 0.0.7
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-27 11:26:16 -05:00
Charles Strahan
64754519d9
libmx: Add package
2014-04-26 17:06:16 -04:00
Benno Fünfstück
9d15c568d8
Fix whitespace
2014-04-26 21:15:06 +02:00
Peter Simons
75da9d640e
Merge pull request #2374 from klao/tz
...
Add tzdata and tz Haskell packages
2014-04-26 16:06:55 +02:00
Oliver Charles
f6e8b77294
Merge pull request #2399 from ttuegel/hmatrix-special
...
Add haskell-hmatrix-special-0.2.0
2014-04-26 09:58:37 +01:00
vi
74efbde57c
Derivation for the Haskell library, "bv".
2014-04-26 16:17:04 +08:00
cillianderoiste
d733b49385
Merge pull request #2401 from linquize/lvtk
...
lvtk: Upgrade to 1.2.0
2014-04-26 09:49:40 +02:00
宋文武
0b99e20a3c
love: update 0.9.0 -> 0.9.1
...
Changelog:
https://www.love2d.org/wiki/0.9.1
2014-04-26 00:03:34 -05:00
Sterling Stein
63b3cf669b
Add subtitle option for ffmpeg.
2014-04-25 20:13:12 -07:00
Linquize
e6359b4048
lvtk: Upgrade to 1.2.0 and switch to github tarball
2014-04-26 01:21:08 +02:00
Thomas Tuegel
7c274bf958
Add haskell-hmatrix-special-0.2.0
2014-04-25 17:17:47 -05:00
Oliver Charles
282a662a32
Merge pull request #2392 from cstrahan/capnproto
...
capnproto: Add package
2014-04-25 17:06:20 +01:00
Charles Strahan
604a4b680c
capnproto: Add package
2014-04-25 11:18:18 -04:00
Mihaly Barasz
8bb3f19c6b
Add tz Haskell package
2014-04-25 16:21:50 +02:00
Mihaly Barasz
2d37f8ecf0
Add tzdata Haskell package
2014-04-25 16:21:50 +02:00
mornfall
abe9fb340e
Merge pull request #2390 from ertes/ertes-haskell-jack
...
haskell: Added enumset and jack.
2014-04-25 14:28:13 +02:00
Shea Levy
e85b164df8
Add php 5.3 variant with fpm support
2014-04-25 08:19:45 -04:00
Ertugrul Söylemez
a3a2222fec
haskell: Added enumset 0.0.4 and jack 0.7.0.2.
2014-04-25 14:03:57 +02:00
Oliver Charles
5de0ca50d7
Merge pull request #2389 from bennofs/haskell-ghc-gc-tune
...
haskell-ghc-gc-tune: new expression
2014-04-25 12:12:57 +01:00
Austin Seipp
5401849e3a
cryptol v2.0.0
...
This comes with several extra libraries, including GraphSCC, monadLib,
presburger, process and smtLib, all required as build dependencies. But
otherwise totally automated via cabal2nix.
Next up is CVC4 (a total pain in the ass to package) for proving/SAT
support.
I have another WIP branch for the unfree 1.x series which I may (or may
not) add later as it has external verification tech at the moment.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-25 05:42:00 -05:00
Benno Fünfstück
027319708e
haskell-ghc-gc-tune: new expression
2014-04-25 12:33:07 +02:00
Benno Fünfstück
a2de61e2b6
jdk7: update patchversion 51 -> 55.
2014-04-25 12:29:25 +02:00
Oliver Charles
cb82334421
Merge pull request #2336 from jwiegley/cabal
...
Add expression for cabal-install 1.20.0.0
2014-04-25 10:55:12 +01:00
Oliver Charles
954bc3131e
haskellPackages.wreq: New expression
2014-04-25 10:33:23 +01:00
Oliver Charles
2fde59d20f
Merge pull request #2356 from hrdinka/haskell-msgpack
...
haskell-msgpack: add version 0.7.2.5
2014-04-25 10:31:45 +01:00
Oliver Charles
f7de4f099f
Merge pull request #2347 from vbmithr/ocaml-pcre
...
Updated OCaml package pcre
2014-04-25 10:31:18 +01:00
Oliver Charles
61d74e4c8c
Merge pull request #2345 from vbmithr/master
...
Updated OCaml package findlib
2014-04-25 10:31:04 +01:00
Oliver Charles
d6a3bb64d2
Merge pull request #2361 from vbmithr/ocaml_react
...
Updated react to 1.0.1
2014-04-25 10:25:58 +01:00
Oliver Charles
4ccda3324f
Merge pull request #2369 from fmap/master
...
New package: lists and its dependency, list-extras (Haskell.)
2014-04-25 10:18:57 +01:00
Shea Levy
c7f2d87a56
Add haskell-http-kit
2014-04-24 13:06:01 -04:00
vi
a16098995a
New package: lists and its dependency, list-extras (Haskell.)
2014-04-24 17:41:40 +08:00
Chaddaï Fouché
7fec0b5832
Fixed pkgconfig support for poppler-qt4
2014-04-24 10:52:42 +02:00
Mathijs Kwik
d2edc329e1
neoload: upgrade to 4.1.4 and fix mem issues
2014-04-24 08:05:44 +02:00
Mathijs Kwik
925c75c68d
node.js - use bundled v8 :14.04-bugfix:
...
node needs v8 3.14, which is no longer maintained.
They bundle an in-tree version which does receive backports.
2014-04-24 08:05:44 +02:00
Domen Kožar
7eabca3409
Merge pull request #2315 from lethalman/gnome3
...
gedit, libmediaart, fix xdg-user-dirs, enable GI in grilo, prioritize nautilus mimetype, seahorse, gnome-music, glade, gnome-documents
2014-04-24 01:16:54 +02:00
Luca Bruno
fcd67236f3
accountsservice: fix creating data under /var/lib
2014-04-23 23:19:48 +02:00
Bjørn Forsman
83d0fd3078
thrift: unbreak build
...
Add a tiny patch (already upstream) that fixes this build error:
<flex>/lib/libfl.so: undefined reference to `yylex'
2014-04-23 21:51:21 +02:00
Vincent Bernardoff
b0a6bb414d
Updated react to 1.0.1
2014-04-23 17:02:46 +02:00
Shea Levy
a3b1f48c5d
Add gcc-4.9.0
2014-04-23 10:45:00 -04:00
Eelco Dolstra
dbd332d147
Fix meta.maintainer -> meta.maintainers
2014-04-23 14:26:32 +02:00
Peter Simons
0753d64478
haskell-hlint: update to version 1.8.61
2014-04-23 11:17:11 +02:00
Peter Simons
c6d74cd5a6
haskell-yesod-static: update to version 1.2.2.5
2014-04-23 11:17:10 +02:00
Peter Simons
8ca9e5975d
haskell-yesod-core: update to version 1.2.14
2014-04-23 11:17:10 +02:00
Peter Simons
5d36a8cc53
haskell-yesod-bin: update to version 1.2.8.1
2014-04-23 11:17:10 +02:00
Peter Simons
d698efaace
haskell-yaml: update to version 0.8.8.2
2014-04-23 11:17:10 +02:00
Peter Simons
40ecb7d787
haskell-warp: update to version 2.1.4.1
2014-04-23 11:17:10 +02:00
Peter Simons
0f3cbb71ad
haskell-vcswrapper: update to version 0.0.4
2014-04-23 11:17:10 +02:00
Peter Simons
751fb11e26
haskell-vcsgui: update to version 0.0.4
2014-04-23 11:17:10 +02:00
Peter Simons
17b1fd5652
haskell-uulib: update to version 0.9.16
2014-04-23 11:17:10 +02:00
Peter Simons
d414e49375
haskell-testing-feat: update to version 0.4.0.2
2014-04-23 11:17:10 +02:00
Peter Simons
8080a35f32
haskell-test-framework-quickcheck2: update to version 0.3.0.3
2014-04-23 11:17:10 +02:00
Peter Simons
e73b6253f0
haskell-terminal-progress-bar: update to version 0.0.1.4
2014-04-23 11:17:10 +02:00
Peter Simons
4817cf0253
haskell-syb-with-class: update to version 0.6.1.5
2014-04-23 11:17:10 +02:00
Peter Simons
92cc1addfd
haskell-svgcairo: update to version 0.12.5.2
2014-04-23 11:17:10 +02:00
Peter Simons
fa61d4ae42
haskell-snap-server: update to version 0.9.4.3
2014-04-23 11:17:10 +02:00
Peter Simons
d7e5724db1
haskell-snap-loader-static: update to version 0.9.0.2
2014-04-23 11:17:10 +02:00
Peter Simons
9d4cfd51d5
haskell-simple-sendfile: update to version 0.2.14
2014-04-23 11:17:10 +02:00
Peter Simons
808b19b3fc
haskell-simple-reflect: update to version 0.3.2
2014-04-23 11:17:10 +02:00
Peter Simons
8455e75173
haskell-resourcet: update to version 1.1.2
2014-04-23 11:17:10 +02:00
Peter Simons
f5df3851af
haskell-pipes: update to version 4.1.1
2014-04-23 11:17:10 +02:00
Peter Simons
2e36bcbb61
haskell-pem: update to version 0.2.2
2014-04-23 11:17:09 +02:00
Peter Simons
6e3e9fce30
haskell-pcre-light: update to version 0.4.0.1
2014-04-23 11:17:09 +02:00
Peter Simons
a5fdc77c4c
haskell-ncurses: update to version 0.2.8
2014-04-23 11:17:09 +02:00
Peter Simons
9425cf9206
haskell-monoid-transformer: update to version 0.0.3
2014-04-23 11:17:09 +02:00
Peter Simons
2bfb9a5458
haskell-midi: update to version 0.2.1.2
2014-04-23 11:17:09 +02:00
Peter Simons
c12db35f57
haskell-linear: update to version 1.10.1.1
2014-04-23 11:17:09 +02:00
Peter Simons
94c86ba55a
haskell-lifted-async: update to version 0.1.2
2014-04-23 11:17:09 +02:00
Peter Simons
0615619335
haskell-language-ecmascript: update to version 0.16.2
2014-04-23 11:17:09 +02:00
Peter Simons
b7223cbda7
haskell-language-c: update to version 0.4.5
2014-04-23 11:17:09 +02:00