Jack Cummings
437419a124
rawtherapee-4.0.10 . Add a 'float' option to fftw, as this version of rawtherapee requires it.
2013-03-31 21:33:21 -07:00
Lluís Batlle i Rossell
6281042def
Adding oath-toolkit and xmlsec
...
I added xmlsec to make it work with oath-toolkit (to build one extra tool
there, that I don't need), but I couldn't make it work together.
2013-03-31 00:08:17 +01:00
Peter Simons
9c92db9e52
haskell-hackage-db: update to version 1.5
2013-03-29 23:55:13 +01:00
Ludovic Courtès
4d8cd0aa24
glibc: hurd: Use the old `rpcgen-path.patch'.
2013-03-29 22:04:25 +01:00
Ludovic Courtès
e80ec28da1
libiconv: disable stripping when cross-compiling
2013-03-29 21:46:39 +01:00
Peter Simons
694ecd4737
libtirpc: update to version 0.2.3
2013-03-29 19:04:29 +01:00
Peter Simons
e83c6b2749
haskell-language-c-quote: add version 0.7.1
2013-03-29 17:51:29 +01:00
Peter Simons
82030c4ba2
haskell-split: add version 0.2.1.3
2013-03-29 17:51:29 +01:00
Peter Simons
8a134745de
haskell-hspec-expectations: add version 0.3.2
2013-03-29 17:51:29 +01:00
Peter Simons
a1d4a00dcd
haskell-snap: jailbreak to support building with lens 3.9.0.2
2013-03-29 17:51:29 +01:00
Peter Simons
78b8be47e2
haskell-reflection: update to version 1.2.0.1
2013-03-29 17:51:29 +01:00
Peter Simons
717d894f83
haskell-profunctors: update to version 3.3.0.1
2013-03-29 17:51:29 +01:00
Peter Simons
eb665f3b3d
haskell-lifted-base: update to version 0.2.0.3
2013-03-29 17:51:29 +01:00
Peter Simons
deeb058dfb
haskell-diagrams-lib: update to version 0.6.0.2
2013-03-29 17:51:29 +01:00
Peter Simons
c24df87bfe
haskell-certificate: update to version 1.3.6
2013-03-29 17:51:29 +01:00
Peter Simons
504d9563a4
haskell-case-insensitive: update to version 1.0.0.1
2013-03-29 17:51:29 +01:00
Peter Simons
0e32b1462b
haskell-vector-space-points: update to version 0.1.2.1
2013-03-29 17:51:29 +01:00
Peter Simons
b5bda573d5
haskell-monoid-extras: update to version 0.2.2.3
2013-03-29 17:51:29 +01:00
Peter Simons
8f2c094801
haskell-dual-tree: update to version 0.1.0.2
2013-03-29 17:51:29 +01:00
Peter Simons
7d64583919
haskell-persistent-postgresql: jailbreak to fix build with latest version of postgres-simple
2013-03-29 17:51:29 +01:00
Peter Simons
71b00ef300
haskell-unix-compat: update to version 0.4.1.1
2013-03-29 17:51:28 +01:00
Peter Simons
4ad1be1b3e
haskell-multiarg: update to version 0.12.0.0
2013-03-29 17:51:28 +01:00
Peter Simons
44cf7ed71c
haskell-liblastfm: update to version 0.1.1.1
2013-03-29 17:51:28 +01:00
Peter Simons
9f260baa50
haskell-lens: update to version 3.9.0.2
2013-03-29 17:51:28 +01:00
Peter Simons
484b5c34d3
haskell-generic-deriving: update to version 1.5.0
2013-03-29 17:51:28 +01:00
Peter Simons
8c8b243570
haskell-fclabels: update to version 1.1.5
2013-03-29 17:51:28 +01:00
Peter Simons
2670f68f54
haskell-conduit: update to version 1.0.4.2
2013-03-29 17:51:28 +01:00
Eelco Dolstra
c98af108d0
libvirt: Update to 1.0.3
2013-03-28 18:05:24 +01:00
Cillian de Róiste
0caed13c85
Merge: use Python 3.3 as the default version of Python3
2013-03-28 01:13:37 +01:00
Cillian de Róiste
8ef25cf876
Add OpenColorIO, a color management framework. Used by Blender
2013-03-28 00:45:22 +01:00
Cillian de Róiste
67a1becfdc
OpenImageIO Tidy Up: moved to applications/graphics
...
oiio includes CLI tools for manipulating graphics
2013-03-27 23:29:17 +01:00
Cillian de Róiste
64bc336f50
Blender 2.66 WIP
2013-03-27 22:25:33 +01:00
Eelco Dolstra
cffc126e14
Make Nixpkgs jobs unique
...
That is, there are now distinct jobs like ‘coreutils.x86_64-linux’ and
‘coreutils.x86_64-darwin’, rather than a single job ‘coreutils’ with
multiple builds. This means that testing a job is simpler:
$ nix-build pkgs/top-level/release.nix -A coreutils.x86_64-linux
See https://github.com/NixOS/hydra/issues/60 for the motivation.
2013-03-26 11:58:59 +01:00
Peter Simons
557b8daa33
haskell-xdot: jailbreak to fix build with recent versions of polyparse
2013-03-25 14:26:58 +01:00
Peter Simons
b7a8b5fc11
haskell-HGL: drop obsolete library that doesn't compile anymore with recent GHCs
2013-03-25 14:25:52 +01:00
Peter Simons
1764ea2b0a
libxslt: fix impurity on 'native-stdenv' platforms
...
libxslt has optional dependencies which may be found in /usr or
/usr/local on platforms that have a native stdenv. With those features
enabled, the build generated binaries that depend on libraries outside
of the store. In this particular case, the NixOS channel had binaries
for FreeBSD that depended on libgcrypt, apparently because that packages
happens to be installed outside of Nix on the build machine. On other
machines, however, those binaries failed with unresolvable references.
2013-03-25 13:16:28 +01:00
Peter Simons
e655c6afd7
libxslt: revert impurity fix on 'native-stdenv' platforms
...
Commit 16863d8ffe
caused massive re-builds.
This change needs to be made differently.
2013-03-25 13:02:03 +01:00
Peter Simons
16863d8ffe
libxslt: fix impurity on 'native-stdenv' platforms
...
libxslt has optional dependencies which may be found in /usr or
/usr/local on platforms that have a native stdenv. With those features
enabled, the build generated binaries that depend on libraries outside
of the store. In this particular case, the NixOS channel had binaries
for FreeBSD that depended on libgcrypt, apparently because that packages
happens to be installed outside of Nix on the build machine. On other
machines, however, those binaries failed with unresolvable references.
2013-03-25 12:44:23 +01:00
Peter Simons
67c9b39b60
haskell-hakyll: update to version 4.2.2.0
2013-03-25 11:47:58 +01:00
Peter Simons
7943ac41cd
haskell-circle-packing: add myself as maintainer
2013-03-25 11:47:58 +01:00
Peter Simons
aff27c669e
haskell-cuda: add version 0.5.0.1
2013-03-25 11:47:58 +01:00
Peter Simons
6f85323164
haskell-circle-packing: add version 0.1.0.2
2013-03-24 18:08:35 +01:00
Peter Simons
8de45f4da4
haskell-arithmoi: add version 0.4.0.3
2013-03-24 17:44:05 +01:00
Peter Simons
194673f1f5
haskell-wai-extra: update to version 1.3.3.2
2013-03-24 17:33:53 +01:00
Peter Simons
62480ce404
haskell-hamlet: update to version 1.1.7
2013-03-24 17:33:53 +01:00
Peter Simons
40b194caf9
haskell-diagrams-contrib: update to version 0.6.1
2013-03-24 17:33:53 +01:00
Peter Simons
9497164f61
haskell-conduit: update to version 1.0.4.1
2013-03-24 17:33:53 +01:00
Peter Simons
17a4e0f13c
haskell-blaze-builder: update to version 0.3.1.1
2013-03-24 17:33:53 +01:00
Peter Simons
b6aaccc816
haskell-attoparsec-conduit: update to version 1.0.1
2013-03-24 17:33:52 +01:00
Peter Simons
1670613203
haskell-editline: add myself as maintainer
2013-03-24 17:33:26 +01:00
Peter Simons
f684ed19ba
haskell-editline: add old version 0.2.1.0
2013-03-23 18:44:44 +01:00
Peter Simons
6fc2cccfe6
Add myself as a maintainer to all Haskell packages (re-)generated by hackage4nix.
2013-03-23 15:58:14 +01:00
Peter Simons
ac8b39f66a
haskell-wai-extra: jailbreak to fix build with latest version of 'void'
2013-03-23 15:58:14 +01:00
Peter Simons
81970ff445
haskell-conduit: jailbreak to fix build with latest version of 'void'
2013-03-23 15:58:14 +01:00
Peter Simons
9e5910620f
haskell-void: update to version 0.6
2013-03-23 15:58:14 +01:00
Peter Simons
3aab8525ed
haskell-bytestring-lexing: update to version 0.4.3
2013-03-23 15:58:14 +01:00
Rok Garbas
54d81f1b6b
opencv: python bindings
2013-03-23 00:44:19 +01:00
Mathijs Kwik
69237ccb12
haskell-bson: disable tests
...
they need an older version of test-framework
using jailbreak didn't work in this case so for now, disabling tests
is the easiest solution until upstream upgrades its test-framework
2013-03-22 00:00:06 +01:00
Peter Simons
efd18b91fd
haskell-HSH: fix build with ghc 7.4.x
2013-03-21 22:43:34 +01:00
Ludovic Courtès
c8ff101724
glibc 2.17: Make the `fetchgit' argument optional.
2013-03-21 13:25:51 +01:00
Ludovic Courtès
d69e680035
glibc 2.17: Reinstate support for cross-GNU builds.
2013-03-21 13:08:38 +01:00
Peter Simons
8993677607
haskell-transformers-compat: update to version 0.1.1.1
2013-03-21 11:15:43 +01:00
Peter Simons
e4fd98a2ef
haskell-persistent-template: update to version 1.1.3.1
2013-03-21 11:15:42 +01:00
Peter Simons
95961786c7
haskell-libxml-sax: update to version 0.7.4
2013-03-21 11:15:42 +01:00
Peter Simons
bbc516c59e
haskell-gitit: update to version 0.10.3.1
2013-03-21 11:15:42 +01:00
Peter Simons
fda16ef232
haskell-filestore: update to version 0.6.0.1
2013-03-21 11:15:42 +01:00
Peter Simons
c06acb1bfb
haskell-diagrams-contrib: update to version 0.6.0.4
2013-03-21 11:15:42 +01:00
Peter Simons
53b329cd9d
haskell-bytestring-lexing: update to version 0.4.2
2013-03-21 11:15:42 +01:00
Peter Simons
75551477ce
haskell-active: update to version 0.1.0.4
2013-03-21 11:15:42 +01:00
Lluís Batlle i Rossell
39be94cb68
ffmpeg: enabling ffplay
...
Playing sound, it displays great ffts.
2013-03-20 22:20:51 +01:00
Lluís Batlle i Rossell
a799b8ef5d
ffmpeg: add opus support, enabled by default
2013-03-20 22:20:51 +01:00
Lluís Batlle i Rossell
cd370052b8
libopus: update
2013-03-20 20:28:39 +01:00
Peter Simons
35520356fd
haskell-warp: update to version 1.3.7.5
2013-03-20 10:44:55 +01:00
Peter Simons
5bc4ec3f07
haskell-stm-conduit: update to version 1.0.0
2013-03-20 10:44:55 +01:00
Peter Simons
e61805cc77
haskell-comonad: update to version 3.0.2
2013-03-20 10:44:55 +01:00
Peter Simons
4d54ec0444
haskell-cereal-conduit: update to version 0.7
2013-03-20 10:44:55 +01:00
Peter Simons
2d00a0f8d5
haskell-bson: update to version 0.2.2
2013-03-20 10:44:55 +01:00
Peter Simons
60295ebd98
haskell-X11: update to version 1.6.1.1
2013-03-20 10:44:54 +01:00
Florian Friesdorf
1c86db4bc3
openldap: support building without cyrus-sasl and tls
2013-03-19 19:14:47 +01:00
Florian Friesdorf
4ab9c00850
openldap-2.4.34
2013-03-19 19:14:47 +01:00
Peter Simons
a3e96d7d94
Merge pull request #393 from aforemny/haskell-authenticate-oauth
...
Add haskell-authenticate-oauth
2013-03-18 06:21:56 -07:00
Alexander Foremny
7c071ade78
Add haskell-authenticate-oauth
2013-03-18 13:29:00 +01:00
Lluís Batlle i Rossell
36054d4e3c
podofo: update 0.9.1 to 0.9.2
2013-03-18 12:21:47 +01:00
Peter Simons
3e4b863c62
Merge pull request #388 from aforemny/haskell-netwire
...
Add haskell-netwire
2013-03-18 04:20:23 -07:00
Peter Simons
c78d28fb72
Merge pull request #389 from aforemny/haskell-cereal-conduit
...
Add haskell-cereal-conduit
2013-03-18 04:19:51 -07:00
Peter Simons
dad328f766
Merge pull request #390 from aforemny/haskell-stm-conduit
...
Add haskell-stm-conduit
2013-03-18 04:19:29 -07:00
Peter Simons
21a7031e3e
haskell-vty-ui: jailbreak to fix build with recent versions of QuickCheck
2013-03-18 12:17:26 +01:00
Peter Simons
db5a48aebc
haskell-wai-test: update to version 1.3.0.5
2013-03-18 12:17:26 +01:00
Peter Simons
4f347dc96d
haskell-uu-parsinglib: update to version 2.7.4.3
2013-03-18 12:17:26 +01:00
Peter Simons
a5c4b2e236
haskell-tagged: update to version 0.4.5
2013-03-18 12:17:25 +01:00
Peter Simons
944f226311
haskell-shake: update to version 0.10.1
2013-03-18 12:17:25 +01:00
Peter Simons
b76ede07c9
haskell-resourcet: update to version 0.4.7
2013-03-18 12:17:25 +01:00
Peter Simons
a36ecf090c
haskell-persistent-template: update to version 1.1.3
2013-03-18 12:17:25 +01:00
Peter Simons
9d7344d8aa
haskell-pandoc: update to version 1.11.1
2013-03-18 12:17:25 +01:00
Peter Simons
fff5c6f0a0
haskell-http-conduit: update to version 1.9.2.2
2013-03-18 12:17:25 +01:00
Peter Simons
76ffb599df
haskell-hspec: update to version 1.4.5
2013-03-18 12:17:25 +01:00
Peter Simons
c1cc7cfd00
haskell-hspec-meta: update to version 1.4.5
2013-03-18 12:17:25 +01:00
Peter Simons
bcba4c0829
haskell-hamlet: update to version 1.1.6.4
2013-03-18 12:17:25 +01:00
Peter Simons
faba472204
haskell-hS3: update to version 0.5.7
2013-03-18 12:17:24 +01:00
Peter Simons
68ac128d2d
haskell-ghc-mod: update to version 1.12.3
2013-03-18 12:17:24 +01:00
Peter Simons
872f114a4f
haskell-doctest: update to version 0.9.5.1
2013-03-18 12:17:24 +01:00
Peter Simons
ba21dc51bc
haskell-conduit: update to version 1.0.4
2013-03-18 12:17:24 +01:00
Peter Simons
2eaec021cc
haskell-classy-prelude: update to version 0.5.4
2013-03-18 12:17:24 +01:00
Peter Simons
c435b34471
haskell-HStringTemplate: update to version 0.7.1
2013-03-18 12:17:24 +01:00
Peter Simons
da3b05204b
haskell-Boolean: update to version 0.2
2013-03-18 12:17:24 +01:00
Peter Simons
07bbcaf29e
haskell-GLUT: add version 2.4.0.0
2013-03-18 12:17:24 +01:00
Peter Simons
f642dcd638
haskell-OpenGL: add version 2.8.0.0
2013-03-18 12:17:24 +01:00
Peter Simons
852350301f
haskell-mmorph: add version 1.0.0
2013-03-18 12:17:24 +01:00
Peter Simons
26a39d2dbc
haskell-monad-par: update to version 0.3.4.1
2013-03-18 12:17:24 +01:00
Alexander Foremny
8082dd3753
Add haskell-stm-conduit
...
This adds the dependency haskell-stm-chans as well.
2013-03-16 15:33:16 +01:00
Alexander Foremny
4873645bef
Add haskell-cereal-conduit
2013-03-16 15:24:09 +01:00
Alexander Foremny
47ca534deb
Add haskell-netwire
2013-03-16 15:14:29 +01:00
Lluís Batlle i Rossell
9db9af4fa6
opencascade: Adding ode version
...
(Open Community version)
2013-03-15 14:34:53 +01:00
Vladimír Čunát
00e272a11c
libnotify: major update, no dependency on gtk+ now
...
As a result it can be easily used with both gtk2 and gtk3.
2013-03-14 15:32:53 +01:00
Sander van der Burg
ccb2c7ebb7
Removed Xrender from cairo and add fontconfig to pango on Darwin: this fixes the compilation of graphviz and imagemagick on these platforms
2013-03-14 15:18:55 +01:00
Rob Vermaas
4619675011
Add rsyslog 7.2.6 and its dependencies
2013-03-14 14:13:55 +01:00
Vladimír Čunát
8db4152ddf
A more complete fix of cyrus-sasl update (broken KDEs).
...
This amends commit af656c6698
.
2013-03-13 21:06:37 +01:00
Lluís Batlle i Rossell
729c3a8174
gamin: adding a patch against a deadlock
...
https://bugzilla.gnome.org/show_bug.cgi?id=667230
We've seen this annoying deadlock sometimes, and all in kde blocked until
gam_server was killed.
2013-03-13 16:48:52 +01:00
Lluís Batlle i Rossell
74275af383
boost: properly quoting cflags parameters
2013-03-13 16:48:51 +01:00
Peter Simons
a07ae64cee
haskell-punycode: disable the test suite
...
The test suite runs for 20+ minutes on my EeePC. That seems a little excessive.
2013-03-13 14:52:15 +01:00
Peter Simons
4a1d32134b
haskell-wai-extra: update to version 1.3.3.1
2013-03-13 13:59:33 +01:00
Peter Simons
a356a2e59f
haskell-threads: update to version 0.5.0.2
2013-03-13 13:59:33 +01:00
Peter Simons
a487304397
haskell-smallcheck: update to version 1.0.2
2013-03-13 13:59:33 +01:00
Peter Simons
67e72eea76
haskell-persistent-template: update to version 1.1.2.5
2013-03-13 13:59:33 +01:00
Peter Simons
9d52ffce02
haskell-numbers: update to version 3000.1.0.3
2013-03-13 13:59:33 +01:00
Peter Simons
865a59815b
haskell-monad-logger: update to version 0.3.1.1
2013-03-13 13:59:33 +01:00
Peter Simons
79d3d6e698
haskell-liblastfm: update to version 0.1.1.0
2013-03-13 13:59:32 +01:00
Peter Simons
72d80f0419
haskell-http-conduit: update to version 1.9.2.1
2013-03-13 13:59:32 +01:00
Peter Simons
2533c32595
haskell-hint: update to version 0.3.3.6
2013-03-13 13:59:32 +01:00
Peter Simons
b8550949a8
haskell-ghc-mod: update to version 1.12.2
2013-03-13 13:59:32 +01:00
Peter Simons
2ead0aa4c6
haskell-conduit: update to version 1.0.3
2013-03-13 13:59:32 +01:00
Peter Simons
ccb850fda6
haskell-NumInstances: update to version 1.2
2013-03-13 13:59:32 +01:00
Lluís Batlle i Rossell
4684a47989
glibcInfo: fixing build
...
The manual is built into 'build', not sourceRoot.
2013-03-12 11:46:09 +01:00
Florian Friesdorf
36c6b4260b
cyrus-sasl-2.1.26
2013-03-12 10:05:49 +01:00
Shea Levy
2d4d0cbef7
tinyxml: fix whitespace
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-11 21:22:59 -04:00
Domen Kozar
acf4697a5f
upgrade xbmc to 12.0
2013-03-12 01:35:16 +01:00
Shea Levy
897840f76f
Add cairo-1.12.2
...
Needed for an upcoming fix to eclipse.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-11 19:19:48 -04:00
Lluís Batlle i Rossell
7868a3e6b2
Revert "Fixing tarball build (failure evaluating glibcInfo in powerpc-linux)"
...
This reverts commit c94595f13b
.
This was fixed by shlevy in 1c86181857
, and I
didn't notice it.
2013-03-11 14:02:16 +01:00
Andres Loeh
db104a8c3f
haskell-constraints: add package
2013-03-11 12:47:01 +01:00
Peter Simons
c3dc9fbe61
haskell-yesod-json: update to version 1.1.2.2
2013-03-11 11:26:14 +01:00
Peter Simons
b749ce135d
haskell-monad-logger: update to version 0.3.1
2013-03-11 11:26:14 +01:00
Peter Simons
0f18c143e5
haskell-hakyll: update to version 4.2.1.2
2013-03-11 11:26:14 +01:00
Lluís Batlle i Rossell
c94595f13b
Fixing tarball build (failure evaluating glibcInfo in powerpc-linux)
2013-03-11 09:41:55 +01:00
Shea Levy
1c86181857
glibc-2.17: Don't link to stdenv.lib.gcc if it's null.
...
This fixes the tarball
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-10 19:47:59 -04:00
Peter Simons
8cc8359351
haskell-doctest: re-generate expression with recent version of cabal2nix
2013-03-10 00:32:32 +01:00
Peter Simons
83bd0eec47
haskell-yst: update to version 0.3.1.1
2013-03-10 00:32:04 +01:00
Peter Simons
4e494d0722
haskell-wl-pprint-terminfo: update to version 3.6
2013-03-10 00:32:04 +01:00
Peter Simons
7a36e6fa03
haskell-wl-pprint-extras: update to version 3.4
2013-03-10 00:32:04 +01:00
Peter Simons
3dcc961cff
haskell-void: update to version 0.5.12
2013-03-10 00:32:03 +01:00
Peter Simons
29dac4ea39
haskell-stylish-haskell: update to version 0.5.6.1
2013-03-10 00:32:03 +01:00