Rob Vermaas
d1d5c6d983
Update URL for xmlbeans 2.2.0
2012-08-25 19:40:15 +02:00
Mathijs Kwik
8c96572638
add liblockfile-1.09
2012-08-25 11:20:09 +02:00
Peter Simons
4cc7571b9d
haskell-fclabels: update to version 1.1.4.1
2012-08-24 13:42:56 +02:00
Peter Simons
165257a8ee
haskell-yesod: update to version 1.1.0.2
2012-08-23 17:42:12 +02:00
Peter Simons
1138fe5085
haskell-yesod-form: update to version 1.1.1
2012-08-23 17:42:12 +02:00
Peter Simons
336aa54bf0
haskell-yesod-core: update to version 1.1.1
2012-08-23 17:42:12 +02:00
Peter Simons
bbd07b136f
haskell-wl-pprint-text: update to version 1.1.0.0
2012-08-23 17:42:12 +02:00
Peter Simons
da94736f6a
haskell-vault: update to version 0.2.0.1
2012-08-23 17:42:12 +02:00
Peter Simons
7f80024b2a
haskell-unbound: update to version 0.4.1.1
2012-08-23 17:42:12 +02:00
Peter Simons
ff960a5603
haskell-split: update to version 0.2.0.0
2012-08-23 17:42:12 +02:00
Peter Simons
776d748c5b
haskell-postgresql-simple: update to version 0.2.4.0
2012-08-23 17:42:11 +02:00
Peter Simons
636db52af2
haskell-postgresql-libpq: update to version 0.8.2.1
2012-08-23 17:42:11 +02:00
Peter Simons
a9a09e632a
haskell-http-types: update to version 0.7.3
2012-08-23 17:42:11 +02:00
Peter Simons
f3d1ddc21f
haskell-glpk-hs: update to version 0.3.3
2012-08-23 17:42:11 +02:00
Peter Simons
87fdf726ca
haskell-async: update to version 2.0.1.2
2012-08-23 17:42:11 +02:00
Peter Simons
f3f58a8465
haskell-RepLib: update to version 0.5.3.1
2012-08-23 17:42:11 +02:00
Peter Simons
5318c4652c
Patch overzealous dependency restrictions in Haskell packages.
2012-08-23 17:42:10 +02:00
Sergey Mironov
222b6e21a5
gimp: revert broken gimp-2.6 dependencies
2012-08-23 03:09:19 +04:00
Ludovic Courtès
a167fadc07
gnutls: Disable tests on FreeBSD.
2012-08-23 00:37:29 +02:00
Andres Loeh
39cfbf6163
Set platforms for packages depending on CUDA to none.
2012-08-22 17:52:18 +02:00
aszlig
808108105d
nss: Just delete files if includeTools is false.
...
Before, the entire directory was deleted and recreated, which fails if we want
to sign libraries (shlibsign is obviously deleted in that step as well), so we
delete everything but "nss-config" on postFixup.
2012-08-22 08:29:10 +02:00
aszlig
c672997dc6
nss: Remove redundant nss-config.in.
...
This file is already contained in nss-3.12.5-gentoo-fixups.diff, so we don't
need to do all that cruft twice.
2012-08-22 08:29:10 +02:00
aszlig
38a4d77665
nss: Fix referencePath to security modules.
...
This adds a patch from Debian, as they're already have security modules from NSS
in it's own library directory rather than /usr/lib{,64}/ and patch in loading of
libsoftokn as well.
The patch and our own fix of the patch (well, they hardcode Debian specific
stuff in there) ensures that SECMOD_AddNewModule() will find the right module
from the derivation's output path, so the built-in CA root certificates are
recognized and verified correctly.
2012-08-22 08:29:09 +02:00
aszlig
9e0aaf30aa
nss: Sign libraries after striping.
...
Running NSS in FIPS mode is only possible if the libraries are signed correctly,
so we're doing this in the postFixup hook, to insure nothing gets altered after
that phase.
For more information about FIPS mode, please see:
https://developer.mozilla.org/en-US/docs/NSS/FIPS_Mode_-_an_explanation
2012-08-22 08:29:09 +02:00
aszlig
29fce94665
nss: Clean up build/make flags.
...
First of all, let's remove that redundant BUILD_OPT variable.
This variable already is in makeFlags, so we really don't want it to be lurking
around in the attribute set of the derivation, and it annoys me for being there
for days.
We now state build targets explicitly rather than relying on "nss_build_all".
This makes NSPR_CONFIG_STATUS and the touch of build_nspr stamp obsolete, as
only nss_build_all includes build_nspr.
In addition, we don't need the -lz hack anymore, as this has been fixed in
recent NSS versions, so we can completly remove the postBuild hook.
And while we're at it, we're removing those outdated build instructions as well,
especially because we don't and can't follow official building guidelines
anymore, as those are difficult to apply to Nix.
2012-08-22 08:29:09 +02:00
aszlig
5f4ca8ec18
nss: Add nss-pem module from fedora.
...
This is a compatibility module which adds suport for PEM certificates used by
OpenSSL and compatible libraries. The module gets built but isn't used at the
moment, so we're going to work on integration of it later.
2012-08-22 08:29:09 +02:00
aszlig
485dcc9152
nss: Build using system libsqlite.
...
Let's use system SQLite library, which makes sense anyway. More importantly
because it conflicts with the sqlite package, as NSS is building this as a
shared library aswell.
2012-08-22 08:29:09 +02:00
aszlig
0e768ba98d
nss: Update NSS to version 3.13.6.
...
So to begin with fixing NSS let's get to the latest upstream release and start
fixing, so we won't carry around historic crap we then will throw away anyway.
2012-08-22 08:29:09 +02:00
Ludovic Courtès
11602dad82
glib: Use libiconvOrNull' instead of
libiconv'.
2012-08-21 15:53:43 +02:00
Eelco Dolstra
8b6edfe78d
polkit: Update to 0.105 and enable systemd (logind) support
...
There are even newer polkit releases, but they have a spidermonkey
dependency which I don't want to bother with right now.
2012-08-21 08:42:44 -04:00
Peter Simons
2731fd220f
haskell-threadmanager: update to version 0.1.5
2012-08-20 10:34:56 +02:00
Peter Simons
490f8c4382
haskell-tagsoup: update to version 0.12.7
2012-08-20 10:34:56 +02:00
Peter Simons
5e19db2ce5
haskell-semigroups: update to version 0.8.4
2012-08-20 10:34:56 +02:00
Peter Simons
439ba01f0a
haskell-io-choice: update to version 0.0.2
2012-08-20 10:34:56 +02:00
Peter Simons
f3ad914481
haskell-hoogle: update to version 4.2.13
2012-08-20 10:34:55 +02:00
Peter Simons
2f187b26ac
haskell-case-insensitive: update to version 0.4.0.3
2012-08-20 10:34:55 +02:00
Peter Simons
46d8125a70
haskell-MonadCatchIO-mtl: update to version 0.3.0.5
2012-08-20 10:34:55 +02:00
Peter Simons
2879d112b0
haskell-network: update to version 2.3.1.0
2012-08-20 10:34:54 +02:00
Peter Simons
08e09e4caf
haskell-comonad: update to version 3.0.0.2
2012-08-20 10:34:54 +02:00
Peter Simons
dad33bbfe5
haskell-uu-parsinglib: update to version 2.7.3.4
2012-08-17 12:52:38 +02:00
Peter Simons
6d6189082b
haskell-skein: update to version 0.1.0.8
2012-08-17 12:52:37 +02:00
Peter Simons
79883d78c8
haskell-lifted-base: update to version 0.1.2
2012-08-17 12:52:37 +02:00
Peter Simons
483fcf47a5
haskell-case-insensitive: update to version 0.4.0.2
2012-08-17 12:52:37 +02:00
Peter Simons
019fc2d03d
haskell-happstack-hamlet: fix build in presence for recent versions of hamlet
2012-08-17 11:07:14 +02:00
Peter Simons
cf2071e9c0
haskell-yesod: update to version 1.1.0.1
2012-08-16 15:41:23 +02:00
Peter Simons
f8914fa177
haskell-yesod-auth: update to version 1.1.1
2012-08-16 15:41:23 +02:00
Peter Simons
100e13fca7
haskell-vector-algorithms: update to version 0.5.4.1
2012-08-16 15:41:23 +02:00
Peter Simons
bc9d3787e2
haskell-unordered-containers: update to version 0.2.2.0
2012-08-16 15:41:23 +02:00
Peter Simons
ad78f75434
haskell-tls: update to version 0.9.9
2012-08-16 15:41:22 +02:00
Peter Simons
55c100564d
haskell-simple-sendfile: update to version 0.2.6
2012-08-16 15:41:22 +02:00
Peter Simons
f1a5724ae8
haskell-mwc-random: update to version 0.12.0.1
2012-08-16 15:41:22 +02:00
Peter Simons
3999d82a40
haskell-http-types: update to version 0.7.2
2012-08-16 15:41:22 +02:00
Peter Simons
75506e4005
haskell-http-conduit: update to version 1.6.0
2012-08-16 15:41:22 +02:00
Peter Simons
e9ac89975a
haskell-hashable: update to version 1.1.2.5
2012-08-16 15:41:22 +02:00
Peter Simons
f6b2363b72
haskell-fast-logger: update to version 0.2.2
2012-08-16 15:41:21 +02:00
Peter Simons
dc745663eb
haskell-criterion: update to version 0.6.1.1
2012-08-16 15:41:21 +02:00
Peter Simons
d2347755e0
haskell-certificate: update to version 1.2.5
2012-08-16 15:41:21 +02:00
Peter Simons
3f857bd69c
haskell-authenticate: update to version 1.3.1
2012-08-16 15:41:21 +02:00
Peter Simons
5bbf9d5b25
haskell-attoparsec-enumerator: update to version 0.3.1
2012-08-16 15:41:21 +02:00
Peter Simons
cf7be76526
haskell-ListLike: update to version 3.1.6
2012-08-16 15:41:21 +02:00
Peter Simons
a72e2a076d
haskell-text: update to version 0.11.2.3
2012-08-16 15:35:34 +02:00
Peter Simons
f136179002
haskell-zlib-bindings: update to version 0.1.1
2012-08-14 14:28:06 +02:00
Peter Simons
0d8d30884b
haskell-yesod-form: update to version 1.1.0.1
2012-08-14 14:28:06 +02:00
Peter Simons
fec4c86291
haskell-yesod-core: update to version 1.1.0.1
2012-08-14 14:28:05 +02:00
Peter Simons
8754609371
haskell-yesod-auth: update to version 1.1.0.1
2012-08-14 14:28:05 +02:00
Peter Simons
28eb30c211
haskell-shakespeare: update to version 1.0.1.1
2012-08-14 14:28:05 +02:00
Peter Simons
f12301c4f9
haskell-shakespeare-text: update to version 1.0.0.4
2012-08-14 14:28:05 +02:00
Peter Simons
94f77400c4
haskell-shakespeare-js: update to version 1.0.0.5
2012-08-14 14:28:05 +02:00
Peter Simons
0879e2889b
haskell-shakespeare-css: update to version 1.0.1.4
2012-08-14 14:28:05 +02:00
Peter Simons
4efed5529b
haskell-hamlet: update to version 1.1.0.2
2012-08-14 14:28:05 +02:00
Peter Simons
82097115b6
haskell-cmdargs: update to version 0.9.7
2012-08-14 14:28:04 +02:00
Ludovic Courtès
04661ec850
openssl: fix GNU/kFreeBSD builds
2012-08-13 14:12:54 +02:00
Peter Simons
59d4db07bc
haskell-unix-time: update to version 0.1.2
2012-08-13 14:01:13 +02:00
Peter Simons
4de2d810e0
haskell-process-extras: update to version 0.1.3
2012-08-13 14:01:13 +02:00
Peter Simons
156f399995
haskell-highlighting-kate: update to version 0.5.2
2012-08-13 14:01:13 +02:00
Peter Simons
78ac496dc5
haskell-blaze-builder-enumerator: update to version 0.2.0.5
2012-08-13 14:01:13 +02:00
Ludovic Courtès
0dea12ff8d
gnutls: FreeBSD: patch Makefile.in, not Makefile.am
2012-08-11 21:57:17 +02:00
Ludovic Courtès
aa5220c701
gnutls: fix FreeBSD builds
2012-08-10 23:28:23 +02:00
Ludovic Courtès
a9764e7599
gnutls: update to 3.0.22
2012-08-10 17:17:32 +02:00
Ludovic Courtès
13f133f71f
libgpg-error: re-run `config.status' with Bash on OpenIndiana
2012-08-10 16:39:00 +02:00
Peter Simons
9459860678
haskell-unix-time: update to version 0.1.1
2012-08-10 11:48:20 +02:00
Peter Simons
78aa1ccfb2
haskell-postgresql-simple: update to version 0.2.3.0
2012-08-10 11:48:20 +02:00
Peter Simons
59e78c12e4
haskell-hakyll: update to version 3.4.1.0
2012-08-10 11:48:20 +02:00
Peter Simons
bcafa07c25
haskell-lrucache: add version 1.1.1
2012-08-10 11:47:48 +02:00
Ludovic Courtès
711d1fc6f0
nettle: allow GMP to be found on OpenSolaris
2012-08-09 18:32:53 +02:00
Peter Simons
63bcec08b3
haskell-zlib-conduit: update to version 0.5.0
2012-08-09 12:11:18 +02:00
Peter Simons
edd12bf490
haskell-yesod: update to version 1.1.0
2012-08-09 12:11:18 +02:00
Peter Simons
4d67ae81f5
haskell-yesod-static: update to version 1.1.0
2012-08-09 12:11:18 +02:00
Peter Simons
55dc4972cb
haskell-yesod-routes: update to version 1.1.0
2012-08-09 12:11:18 +02:00
Peter Simons
75342a50e4
haskell-yesod-persistent: update to version 1.1.0
2012-08-09 12:11:17 +02:00
Peter Simons
959c23183b
haskell-yesod-json: update to version 1.1.0
2012-08-09 12:11:17 +02:00
Peter Simons
5cd5c8df14
haskell-yesod-form: update to version 1.1.0
2012-08-09 12:11:17 +02:00
Peter Simons
fcd1e9eee4
haskell-yesod-default: update to version 1.1.0
2012-08-09 12:11:17 +02:00
Peter Simons
19dca37062
haskell-yesod-core: update to version 1.1.0
2012-08-09 12:11:17 +02:00
Peter Simons
f40657e94b
haskell-yesod-auth: update to version 1.1.0
2012-08-09 12:11:16 +02:00
Peter Simons
d2be882ab1
haskell-yaml: update to version 0.8.0.1
2012-08-09 12:11:16 +02:00
Peter Simons
3a6a59920b
haskell-xml-conduit: update to version 1.0.3
2012-08-09 12:11:16 +02:00
Peter Simons
655c7d61d7
haskell-warp: update to version 1.3.0.1
2012-08-09 12:11:16 +02:00
Peter Simons
d58036f542
haskell-wai: update to version 1.3.0
2012-08-09 12:11:16 +02:00
Peter Simons
89a0de93f5
haskell-wai-logger: update to version 0.2.0
2012-08-09 12:11:16 +02:00
Peter Simons
54f1ff4cff
haskell-wai-extra: update to version 1.3.0
2012-08-09 12:11:16 +02:00
Peter Simons
34e0642359
haskell-wai-app-static: update to version 1.3.0
2012-08-09 12:11:16 +02:00
Peter Simons
34af15ebe0
haskell-vacuum: update to version 2.0.0.0
2012-08-09 12:11:15 +02:00
Peter Simons
8387a3e51b
haskell-terminfo: update to version 0.3.2.5
2012-08-09 12:11:15 +02:00
Peter Simons
6cf377b963
haskell-postgresql-simple: update to version 0.2.2.0
2012-08-09 12:11:15 +02:00
Peter Simons
7dbc731dca
haskell-persistent: update to version 1.0.0
2012-08-09 12:11:15 +02:00
Peter Simons
3bc886d04b
haskell-persistent-template: update to version 1.0.0
2012-08-09 12:11:15 +02:00
Peter Simons
33906970d7
haskell-persistent-sqlite: update to version 1.0.0
2012-08-09 12:11:15 +02:00
Peter Simons
155895087c
haskell-persistent-postgresql: update to version 1.0.0
2012-08-09 12:11:15 +02:00
Peter Simons
7e50fc4bc5
haskell-network-conduit: update to version 0.5.0
2012-08-09 12:11:15 +02:00
Peter Simons
0d16a90c96
haskell-http-types: update to version 0.7.1
2012-08-09 12:11:14 +02:00
Peter Simons
58aac6b0b8
haskell-http-conduit: update to version 1.5.0.3
2012-08-09 12:11:14 +02:00
Peter Simons
7294f7e31a
haskell-hoogle: update to version 4.2.12
2012-08-09 12:11:14 +02:00
Peter Simons
7e40c4950c
haskell-happstack-server: update to version 7.0.4
2012-08-09 12:11:14 +02:00
Peter Simons
b477528c80
haskell-hamlet: update to version 1.1.0.1
2012-08-09 12:11:14 +02:00
Peter Simons
33cd3511ac
haskell-fast-logger: update to version 0.2.1
2012-08-09 12:11:14 +02:00
Peter Simons
626f0fa4c7
haskell-data-default: update to version 0.5.0
2012-08-09 12:11:14 +02:00
Peter Simons
82ad60c861
haskell-crypto-conduit: update to version 0.4.0
2012-08-09 12:11:14 +02:00
Peter Simons
106e21f216
haskell-conduit: update to version 0.5.2.3
2012-08-09 12:11:13 +02:00
Peter Simons
19a790ddb8
haskell-clientsession: update to version 0.8.0
2012-08-09 12:11:13 +02:00
Peter Simons
ae1cb6006c
haskell-blaze-builder-conduit: update to version 0.5.0
2012-08-09 12:11:13 +02:00
Peter Simons
caa14bb60b
haskell-authenticate: update to version 1.3.0.1
2012-08-09 12:11:13 +02:00
Peter Simons
f061cfe2f3
haskell-attoparsec-conduit: update to version 0.5.0
2012-08-09 12:11:13 +02:00
Peter Simons
63a87e38c6
haskell-HStringTemplate: update to version 0.6.9
2012-08-09 12:11:13 +02:00
Peter Simons
e0c204a940
haskell-hakyll: patch to allow building with latest version of 'hamlet'
2012-08-09 12:11:13 +02:00
Peter Simons
0979c3df69
haskell-snap: patch to allow building with latest version of 'clientsession'
2012-08-09 12:11:12 +02:00
Peter Simons
7aa98d2f5e
haskell-monad-logger: add version 0.2.0
2012-08-09 12:11:12 +02:00
Peter Simons
b454e2e43e
haskell-unix-time: add version 0.1.0
2012-08-09 12:11:12 +02:00
Vladimír Čunát
54651b2662
Hunspell upgrade.
2012-08-07 16:38:26 +02:00
Peter Simons
3e2e746d5a
haskell-shelly: update to version 0.14.0.1
2012-08-06 12:44:35 +02:00
Peter Simons
f020eac1ff
haskell-multiplate: update to version 0.0.2
2012-08-06 12:44:35 +02:00
Peter Simons
b2eb3b886e
haskell-irc: update to version 0.5.1.0
2012-08-06 12:44:35 +02:00
Peter Simons
f3ae30b8d6
haskell-accelerate-cuda: update to version 0.12.1.1
2012-08-06 12:44:35 +02:00
Alexander Foremny
97081611e2
Add package haskell-digestive-functors-heist
...
Generated by cabal2nix, builds locally.
2012-08-06 12:44:35 +02:00
Peter Simons
58d1298c45
haskell-xml-types: update to version 0.3.3
2012-08-03 17:42:48 +02:00
Peter Simons
bb6b804fd1
haskell-void: update to version 0.5.7
2012-08-03 17:42:48 +02:00
Peter Simons
6dbbb861cc
haskell-socks: update to version 0.4.2
2012-08-03 17:42:48 +02:00
Peter Simons
efbc72d31e
haskell-shelly: update to version 0.13.4
2012-08-03 17:42:48 +02:00
Peter Simons
42b11c6474
haskell-instant-generics: update to version 0.3.5
2012-08-03 17:42:48 +02:00
Peter Simons
cbe1d3163d
haskell-hmatrix: update to version 0.14.1.0
2012-08-03 17:42:47 +02:00
Peter Simons
6370084870
haskell-hastache: update to version 0.4.2
2012-08-03 17:42:47 +02:00
Peter Simons
de73ae1aac
haskell-fclabels: update to version 1.1.4
2012-08-03 17:42:47 +02:00
Peter Simons
3ff06e92a2
haskell-derive: update to version 2.5.10
2012-08-03 17:42:47 +02:00
Peter Simons
ff7d63d2bf
haskell-data-lens: update to version 2.10.2
2012-08-03 17:42:47 +02:00
Peter Simons
0a1ffe3dc9
haskell-cmdargs: update to version 0.9.6
2012-08-03 17:42:47 +02:00
Peter Simons
972f9dab8f
haskell-certificate: update to version 1.2.4
2012-08-03 17:42:47 +02:00
Peter Simons
a1c1e671e2
haskell-Vec: update to version 1.0.1
2012-08-03 17:42:46 +02:00
Peter Simons
def966e7e7
haskell-Chart: update to version 0.16
2012-08-03 17:42:46 +02:00
Peter Simons
2dbe88630b
haskell-AspectAG: update to version 0.3.6.1
2012-08-03 17:42:45 +02:00
Peter Simons
09cf14f73d
Drop haskell-Shellac-{readline,haskeline}.
...
Both packages are broken with recent versions of the compiler and upstream
doesn't respond to e-mail.
2012-08-03 16:09:52 +02:00
Peter Simons
1e0b1b211b
Merge pull request #74 from aforemny/haskell-snap
...
Haskell snap
2012-08-03 06:43:22 -07:00
Daniel Santa Cruz
51c95330b3
Extra libraries required for web dev with Snap
...
[shlevy]: Fixed missing .nix in haskell-packages.nix
2012-08-03 08:15:15 -04:00
Eelco Dolstra
866ed72060
libjpeg-turbo: Update to 1.2.1
...
CVE-2012-2806
2012-08-02 12:07:54 -04:00
Michael Raskin
901574fe8a
Julia language: update to a fresh version
...
Update julia and some of its dependencies
Split PCRE because a lot of packages depend on it and I am not sure we
want to test them in a hurry (and Julia specifies exact version).
2012-08-02 17:48:36 +04:00
Alexander Foremny
8ea5b1aeaa
Fix naming convention for haskell-packages.nix
2012-08-01 12:59:34 +02:00
Shea Levy
6c0b7103c9
Add sbc
2012-08-01 06:12:20 -04:00
Alexander Foremny
a636d4b13a
Add package haskell-digestive-functors-snap
...
Add dependency haskell-digestive-functors.
2012-07-27 06:23:28 +02:00
Mathijs Kwik
c0fda4da9b
v8: depend on which during i686-linux build
2012-07-26 20:46:33 +02:00
Alexander Foremny
d987fedd43
Merge remote-tracking branch 'upstream/master' into haskell-snap
...
Conflicts:
pkgs/development/libraries/haskell/comonad-transformers/default.nix
pkgs/development/libraries/haskell/semigroupoids/default.nix
pkgs/top-level/haskell-packages.nix
2012-07-26 12:27:59 +02:00
Alexander Foremny
932574a529
Add package haskell-snap and dependencies
...
comonad-1.1.1.6
comonad-3.0.0.1
configurator-0.2.0.0
contravariant-0.2.0.2
data-lens-2.10.1
data-lens-template-2.1.5
distributive-0.2.2
heist-0.8.1.1
semigroupoids-1.3.4
snap-0.9.1.1
xmlhtml-0.2.0.0
2012-07-26 12:17:26 +02:00
Peter Simons
da63b3d2e7
haskell-benchpress: update to version 0.2.2.6
2012-07-26 11:07:00 +02:00
Lluís Batlle i Rossell
beb64d1bea
readline: picking more patches from upstream
...
I'm particularly interested in 003, which solves a copy-paste trouble I have
copying matrices into octave, having enabled fltk.
2012-07-25 18:14:52 +02:00
Shea Levy
3a37f47fd4
v8: build with gyp.
...
The scons build has been deprecated
2012-07-25 11:42:15 -04:00
Shea Levy
a9cd20e601
v8: Update to 3.11.10.15
2012-07-25 10:26:34 -04:00
Peter Simons
2302e45632
haskell-vector-space: update to version 0.8.2
2012-07-25 15:48:12 +02:00
Peter Simons
076d0635b3
haskell-tls: update to version 0.9.8
2012-07-25 15:48:12 +02:00
Peter Simons
99903896a8
haskell-snap: update to version 0.9.1.1
2012-07-25 15:48:11 +02:00
Peter Simons
6d7f1e10ad
haskell-semigroupoids: update to version 3.0
2012-07-25 15:48:11 +02:00
Peter Simons
2cadf555b0
haskell-data-lens: update to version 2.10.1
2012-07-25 15:48:11 +02:00
Peter Simons
1d5c4851a0
haskell-comonad: update to version 3.0.0.1
2012-07-25 15:48:10 +02:00
Peter Simons
acd0cdbe72
haskell-comonad-transformers: update to version 3.0
2012-07-25 15:48:10 +02:00
Peter Simons
96fd0e446a
haskell-HsOpenSSL: update to version 0.10.3.2
2012-07-25 15:48:10 +02:00
Eelco Dolstra
63b257e0e1
Revert "ffmpeg: Update to latest version 0.11.1."
...
This reverts commit c6a2a1f885
.
2012-07-24 11:43:31 -04:00
Eelco Dolstra
bb8ac70291
Revert "ffmpeg: Add option to enable x11grab support."
...
This reverts commit 05831d3a66
.
2012-07-24 11:43:30 -04:00
Eelco Dolstra
605f9bec52
Revert "ffmpeg: Add alsaLib to dependencies."
...
This reverts commit d9f08cf6f2
.
2012-07-24 11:43:29 -04:00
Eelco Dolstra
bf4c4d7a36
Revert "ffmpeg: Add optional Jack audio support."
...
This reverts commit fe42f8add9
.
2012-07-24 11:43:24 -04:00
Florian Friesdorf
471a9615a2
fix mpich2 and mplayer
2012-07-24 14:17:45 +02:00
Peter Simons
65235ec558
Merge pull request #54 from aszlig/ffmpeg-x11grab
...
ffmpeg: Add option to enable x11grab support.
2012-07-23 11:22:09 -07:00
Peter Simons
bef1738d0e
Merge pull request #57 from dstcruz/snap
...
Haskell libraries required for Snap development
2012-07-23 11:18:43 -07:00
Lluís Batlle i Rossell
8686b20bec
opencv: update from 2.4.1 to 2.4.2
2012-07-23 16:09:45 +02:00
Peter Simons
1e9adc147d
haskell-tls: update to version 0.9.7
2012-07-23 11:56:21 +02:00
Peter Simons
176e44ab69
haskell-terminfo: update to version 0.3.2.4
2012-07-23 11:56:21 +02:00
Peter Simons
7ffb4c1471
haskell-shakespeare: update to version 1.0.1
2012-07-23 11:56:21 +02:00
Peter Simons
3c92eb2e66
haskell-shakespeare-text: update to version 1.0.0.3
2012-07-23 11:56:21 +02:00
Peter Simons
49a87bc72b
haskell-shakespeare-js: update to version 1.0.0.4
2012-07-23 11:56:21 +02:00
Peter Simons
0909580c51
haskell-shakespeare-css: update to version 1.0.1.3
2012-07-23 11:56:21 +02:00
Peter Simons
17c2d161d8
haskell-process-extras: update to version 0.1.1
2012-07-23 11:56:21 +02:00
Peter Simons
4bfa404d75
haskell-directory-tree: update to version 0.10.1
2012-07-23 11:56:21 +02:00
Peter Simons
f110ebe38e
haskell-benchpress: update to version 0.2.2.5
2012-07-23 11:56:21 +02:00
Peter Simons
974fcebd7f
haskell-AspectAG: update to version 0.3.5
2012-07-23 11:56:21 +02:00
Peter Simons
b400d48a99
haskell-HUnit: update to version 1.2.5.1
2012-07-23 11:37:23 +02:00
Lluis Batlle
d23b81b6ee
libextractor: Fixing about videoSupport builtInputs.
...
I don't know how could I commit the weird lines I fix.
2012-07-22 10:28:04 +02:00
Lluís Batlle i Rossell
a78098451e
webkit-1.4: fix build (perl versions)
...
Setting perl 5.10 later on buildInputs so it detects this 5.10 perl instead of
the 5.14 that comes through some propagatedBuildInputs. I don't know what one.
2012-07-21 15:46:23 +02:00
Daniel Santa Cruz
a2762b5254
Haskell libraries required for Snap development
2012-07-19 22:37:21 -04:00
Cillian de Róiste
fe42f8add9
ffmpeg: Add optional Jack audio support.
...
The author of this commit is @cillianderoiste because he made the patch and I'm
just committing it.
This change adds support for Jack audio "while we're at it", see discussion at
pull request #54 .
2012-07-19 04:37:33 +02:00
aszlig
d9f08cf6f2
ffmpeg: Add alsaLib to dependencies.
...
As @cillianderoiste pointed out, it makes sense to have this in, not only to
record audio while grabbing the display. This is not optional in this case, as
it isn't a compile time option either. And on the other hand, having ffmpeg
running with OSS doesn't appear reasonable to me, as ffmpeg will fall back to
OSS if alsa isn't available anyway.
2012-07-18 17:27:24 +02:00
Eelco Dolstra
c101d6fd63
Fix Nixpkgs evaluation
...
http://hydra.nixos.org/build/2842914
2012-07-18 11:16:02 -04:00
Peter Simons
bdc0530f93
Revert updates to srcloc, mainland-pretty, and language-c-quote to un-break accelerate-cuda.
2012-07-18 16:05:10 +02:00
Peter Simons
24f7a2b72b
haskell-hslogger-template: update to version 2.0.1
2012-07-18 14:37:08 +02:00
Peter Simons
05952b2e37
haskell-Hipmunk: update to version 5.2.0.10
2012-07-18 14:37:07 +02:00
Peter Simons
5b0edeb003
haskell-HUnit: add version 1.2.5.0
2012-07-18 14:37:01 +02:00
aszlig
05831d3a66
ffmpeg: Add option to enable x11grab support.
...
This is especially useful if you want to do screencasts and other sorts of
things like that.
2012-07-18 14:33:26 +02:00
aszlig
c6a2a1f885
ffmpeg: Update to latest version 0.11.1.
...
This is needed in order to enable x11grab, as it isn't included in 0.10.
2012-07-18 13:34:22 +02:00
Peter Simons
b6325a7213
tbb: add version 4.0-u5
2012-07-18 12:44:37 +02:00
Peter Simons
bf195b742e
haskell-srcloc: update to version 0.2.0
2012-07-18 11:43:54 +02:00
Peter Simons
0ed4ac39b6
haskell-mainland-pretty: update to version 0.2.1
2012-07-18 11:43:53 +02:00
Peter Simons
11e260ec74
haskell-language-c-quote: update to version 0.4.0
2012-07-18 11:43:53 +02:00
Peter Simons
f3aa348936
haskell-benchpress: fix build with modern versions of GHC
2012-07-18 11:43:53 +02:00
Peter Simons
884e91e9a7
Merge pull request #45 from 7c6f434c/texlive-2012
...
TeXLive: update to 2012 snapshot from Debian
2012-07-18 02:39:42 -07:00
Peter Simons
3c167d0340
Add meta.maintainer to Haskell packages.
2012-07-18 11:36:17 +02:00
Peter Simons
63d6e4fe2e
Merge pull request #49 from dmalikov/master
...
Add haskell-lambdabot
2012-07-18 02:35:41 -07:00
Andres Loeh
c432af3932
Revert "haskell-language-c-quote: update to version 0.4.0"
...
This reverts commit 3be2d8d9cd
.
Depends on recent version of mainland-pretty, which in turn depends on
srcloc-2 which in turns breaks accelerate-cuda.
2012-07-18 10:25:52 +02:00
Andres Loeh
fe4677de2f
Revert "haskell-mainland-pretty: update to version 0.2.1"
...
This reverts commit 8e85516e04
.
This depends on srcloc-2, and srcloc-2 breaks accelerate-cuda.
2012-07-18 10:25:52 +02:00
Andres Loeh
001fb53524
Revert "haskell-srcloc: update to version 0.2.0"
...
This reverts commit ffbdd377f1
.
Version 0.2.0 breaks accelerate-cuda, and doesn't seem to be required
or used in many other places, so I'll just revert.
2012-07-18 10:25:52 +02:00
Andres Loeh
a6bf9b8bdf
Add haskell-glpk-hs.
2012-07-18 10:25:52 +02:00
Dmitry Malikov
18c6e6c9d6
Bump lambdabot version
2012-07-18 08:56:41 +02:00
Dmitry Malikov
c145369e3c
Add haskell/dataInttrie
2012-07-18 08:48:34 +02:00
Dmitry Malikov
71be80e8e9
Some correctness
2012-07-18 08:48:34 +02:00
Dmitry Malikov
d16ef6d182
Add haskell/unlambda
2012-07-18 08:48:34 +02:00
Dmitry Malikov
0e8b4cd7ad
Add haskell/show
2012-07-18 08:48:34 +02:00
Dmitry Malikov
f3319f0cf6
Add haskell/oeis
2012-07-18 08:48:34 +02:00
Dmitry Malikov
67e105efd0
Add haskell/numbers
2012-07-18 08:48:34 +02:00
Dmitry Malikov
d972bae84f
Add haskell/logict
2012-07-18 08:48:34 +02:00
Dmitry Malikov
0a5a20d365
Add haskell/lambdabot-utils
2012-07-18 08:48:33 +02:00
Dmitry Malikov
269f013d90
Add haskell-IOSpec
2012-07-18 08:48:33 +02:00
Dmitry Malikov
4c50696a1b
Add haskell/data-memocombinators
2012-07-18 08:48:33 +02:00
Dmitry Malikov
cac9051fbf
Add brainfuck
2012-07-18 08:48:33 +02:00
Dmitry Malikov
5c12df46cf
Add haskell-lambdabot
2012-07-18 08:48:33 +02:00
Peter Simons
0b0babffc5
Add meta.maintainer attribute to Haskell packages.
2012-07-16 11:36:56 +02:00
Peter Simons
76c096e4ea
haskell-hoogle: revert update to version 4.2.12
...
We need a current version of http-types for this update.
2012-07-16 11:22:51 +02:00
Peter Simons
ffbdd377f1
haskell-srcloc: update to version 0.2.0
2012-07-16 11:21:30 +02:00
Peter Simons
932ee764a4
haskell-simple-sendfile: update to version 0.2.5
2012-07-16 11:21:30 +02:00
Peter Simons
8e85516e04
haskell-mainland-pretty: update to version 0.2.1
2012-07-16 11:21:30 +02:00
Peter Simons
3be2d8d9cd
haskell-language-c-quote: update to version 0.4.0
2012-07-16 11:21:29 +02:00
Peter Simons
666a1aa727
haskell-hoogle: update to version 4.2.12
2012-07-16 11:21:29 +02:00
Peter Simons
3c090b3f29
haskell-gitit: patch to support current version of hslogger
2012-07-16 11:21:29 +02:00
Peter Simons
e97fd3491a
Merge pull request #50 from dstcruz/yesod
...
Packages needed for Yesod + Postgresql development
2012-07-16 01:19:49 -07:00
Daniel Santa Cruz
0d64ae8335
Packages needed for Yesod + Postgresql development
2012-07-15 14:40:58 -04:00
Peter Simons
d4f99e2395
haskell-yesod-json: update to version 1.0.1.0
2012-07-14 11:14:40 +02:00
Peter Simons
d5cbb3ce2c
haskell-system-fileio: update to version 0.3.9
2012-07-14 11:14:40 +02:00
Peter Simons
58a5340112
haskell-symbol: update to version 0.1.3
2012-07-14 11:14:40 +02:00
Peter Simons
618a95a37b
haskell-srcloc: update to version 0.1.2
2012-07-14 11:14:40 +02:00
Peter Simons
e2b33fbbca
haskell-shelly: update to version 0.13.0.1
2012-07-14 11:14:39 +02:00
Peter Simons
50df34469d
haskell-mainland-pretty: update to version 0.1.3.0
2012-07-14 11:14:39 +02:00
Peter Simons
f405ab6467
haskell-largeword: update to version 1.0.2
2012-07-14 11:14:39 +02:00
Peter Simons
b012e956ad
haskell-language-c-quote: update to version 0.3.2
2012-07-14 11:14:39 +02:00
Peter Simons
3ff1801d9e
haskell-hledger: update to version 0.18.2
2012-07-14 11:14:39 +02:00
Peter Simons
3a602ec029
haskell-hledger-web: update to version 0.18.2
2012-07-14 11:14:39 +02:00
Peter Simons
23dcb273a1
haskell-hledger-lib: update to version 0.18.2
2012-07-14 11:14:39 +02:00
Peter Simons
7a539c2b1b
haskell-haxr: update to version 3000.9.0.1
2012-07-14 11:14:39 +02:00
Peter Simons
ad0f0d6817
haskell-hastache: update to version 0.4.1
2012-07-14 11:14:39 +02:00
Peter Simons
658b9855fe
haskell-happstack-server: update to version 7.0.3
2012-07-14 11:14:39 +02:00
Peter Simons
6838d503ab
haskell-hakyll: update to version 3.4.0.0
2012-07-14 11:14:38 +02:00
Peter Simons
39fb1d6f38
haskell-binary: update to version 0.5.1.1
2012-07-14 11:14:38 +02:00
Peter Simons
d29fe161ce
haskell-base-unicode-symbols: update to version 0.2.2.4
2012-07-14 11:14:38 +02:00
Peter Simons
9dfeb7c0d0
haskell-async: update to version 2.0.1.1
2012-07-14 11:14:38 +02:00
Peter Simons
bb7be36700
haskell-Vec: update to version 1.0
2012-07-14 11:14:38 +02:00
Peter Simons
3b532b371a
haskell-SHA: update to version 1.5.1
2012-07-14 11:14:38 +02:00
Peter Simons
65b67ce2a1
haskell-Hipmunk: update to version 5.2.0.9
2012-07-14 11:14:38 +02:00
Peter Simons
3f7c859b8e
haskell-maude: update to version 0.6.1
2012-07-14 11:02:38 +02:00
Peter Simons
b52336f242
haskell-process-extras: add version 0.1.0
2012-07-14 11:02:12 +02:00
Peter Simons
297982be34
haskell-mime-types: add version 0.1.0.0
2012-07-14 11:01:59 +02:00
Peter Simons
45f6ee29ec
haskell-JuicyPixels: add meta.maintainer
2012-07-14 10:55:23 +02:00
Peter Simons
b5d312a56c
haskell-hoauth: add meta.maintainer
2012-07-14 10:54:43 +02:00
Eelco Dolstra
ae67368e54
exif / libexif: Update to 0.6.21
...
Addresses CVE-2012-2812, CVE-2012-2813, CVE-2012-2814, CVE-2012-2836,
CVE-2012-2837, CVE-2012-2840, CVE-2012-2841 and CVE-2012-2845.
2012-07-13 12:34:22 -04:00
Michael Raskin
f2a77f5d9d
TeXLive: update to 2012 snapshot from Debian
2012-07-13 18:18:52 +04:00
Shea Levy
9e7363b750
Merge commit 'b9e1a3f'
...
Add JuicyPixels package from Hackage.
2012-07-11 22:13:31 -04:00
Alexander Foremny
b9e1a3f109
Add JuicyPixels Haskell package
...
Forgot to attach the Nix expression for that package. It is generated by
cabal2nix and works fine on my machine (i686, ghc7.4.1).
2012-07-11 21:55:39 +02:00
Lluís Batlle i Rossell
8fd57ff21e
libextractor: fixing the videoSupport = false
...
I comitted it wrong before.
2012-07-11 20:29:44 +02:00
Lluís Batlle i Rossell
b4e0565a86
libextractor: allow disabling video support.
2012-07-11 20:20:14 +02:00
Lluís Batlle i Rossell
6163742ea4
libgsf: fix build without gnome support
...
I recently committed it with broken without-gnome support.
2012-07-11 20:15:06 +02:00
Lluís Batlle i Rossell
db46c668b8
libgsf and libextractor: allow build without gtk/gnome
...
I leave them enabled by default though; I don't really know how much it helps,
having them built with gtk or gnome support.
I head towards building gnunet without gtk dependencies.
2012-07-11 20:05:36 +02:00
Alexander Foremny
0b71387b76
Add haskell-hoauth-0.3.4
2012-07-11 11:05:24 +02:00
Peter Simons
12c0998e03
libmng: build library with Automake 1.10.x; the build fails with later versions
2012-07-10 16:15:30 +02:00
Andres Loeh
91cfda020b
haskell-accelerate-cuda: Patch Setup file
2012-07-10 10:44:51 +02:00
Shea Levy
158e74fd43
Merge branch 'lv2-support' of https://github.com/cillianderoiste/nixpkgs-goibhniu
...
Add lv2 support
All builds, and the only change that's not a pure addition is to
ardour3, which Cillian maintains.
If there are future lv2 plugins coming, it may make sense to group them
somehow in all-packages.
2012-07-07 20:53:14 -04:00
Peter Simons
af61749b18
cyrus-sasl: update to version 2.1.25
2012-07-07 13:01:02 +02:00
Peter Simons
a59ed42a8b
boost-1.50: added 'taggedLayout' parameter to force use of tagged layout in single variant builds
2012-07-07 12:01:25 +02:00
Peter Simons
eb7ad413b8
boost-1.44: add 'taggedLayout' parameter to force use of tagged layout in single-variant builds
2012-07-07 11:57:14 +02:00
Peter Simons
fda57fdd5e
ccrtp-1.8: fix build with gcc 4.6
2012-07-07 11:44:28 +02:00
Peter Simons
2659c3be45
apr-util: enable SSL support by default and enable ldapSupport on Darwin, too
2012-07-07 08:47:19 +02:00
Peter Simons
2199730941
apr: strip trailing whitespace
2012-07-07 08:47:19 +02:00
Peter Simons
f47c5d6bd7
openldap: update to version 2.4.31
2012-07-07 08:47:19 +02:00
Ludovic Courtès
5debe94bb3
gmp: don't build fat binaries on Solaris
2012-07-07 00:59:40 +02:00
Lluís Batlle i Rossell
96a0a68598
ffmpeg: build the ffserver
...
Since the first expression of ffmpeg, it's disabled. I don't know why.
It does not require more dependencies.
2012-07-06 12:10:06 +02:00
Lluís Batlle i Rossell
8427f56203
ffmpeg: adding libdc1394 support (default false)
2012-07-06 12:01:58 +02:00
Lluís Batlle i Rossell
758209f075
Adding libdivsufsort.
...
Required for zpaq; I want to package it.
2012-07-06 12:01:49 +02:00
Cillian de Róiste
a2501c3561
Adding lv2 support
...
LV2 is a portable plugin standard for audio systems, similar in scope to LADSPA, VST, AU, and others. The Calf audio plugin pack uses LV2 and Ardour3 has also been updated to support LV2 Plugins
2012-07-05 23:29:45 +02:00
Ludovic Courtès
1ae3ea8385
hwloc: Propagate `pciutils'.
2012-07-05 11:55:24 +02:00
Peter Simons
622a53ca61
haskell-yesod-core: update to version 1.0.1.3
2012-07-05 11:22:36 +02:00
Peter Simons
6e6a037272
haskell-wxcore: update to version 0.90.0.3
2012-07-05 11:22:36 +02:00
Peter Simons
5784af1772
haskell-wxc: update to version 0.90.0.4
2012-07-05 11:22:36 +02:00
Peter Simons
54b28b0300
haskell-tls: update to version 0.9.6
2012-07-05 11:22:35 +02:00
Peter Simons
83c234b48a
haskell-async: update to version 2.0.1.0
2012-07-05 11:22:35 +02:00
Peter Simons
9fdec86356
haskell-syb: add version 0.3.7
2012-07-05 11:22:35 +02:00
Peter Simons
e8cbee8278
haskell-stm: add version 2.4
2012-07-05 11:22:35 +02:00
Lluís Batlle i Rossell
aa75c065d4
libmikmod and mikmod: update the former to 3.2.0, and add mikmod.
2012-07-04 23:43:25 +02:00
Lluís Batlle i Rossell
d0bfd4b623
opencv: updating to 2.4.1.
...
Let's hydra tell us if it breaks anything.
2012-07-04 09:59:31 +02:00
Lluís Batlle i Rossell
ef1d8eb915
xine-lib: removing a now unused patch
...
I forgot that in a previous commit.
2012-07-02 23:09:01 +02:00
Lluís Batlle i Rossell
946f2c10ea
xineLib: update to 1.2.2
2012-07-02 23:04:11 +02:00
Lluís Batlle i Rossell
f0e4e770f0
fltk: updating, the old url didn't work.
2012-07-02 22:26:38 +02:00
Lluís Batlle i Rossell
cace272941
opencv 2.1: fixing the build
...
Related to libpng versions, and the gcc change (ptrdiff_t vs std::ptrdiff_t)
2012-07-02 20:18:48 +02:00
Peter Simons
2e1e7fcc4c
gtkdatabox: add version 0.9.1.3
...
Patch submitted by Jan Malakhovski <oxij@oxij.org>.
2012-07-02 17:13:36 +02:00
Peter Simons
a2981c1d24
SDL_net: fix-up installed headers
...
Patch submitted by Jan Malakhovski <oxij@oxij.org>.
2012-07-02 16:53:54 +02:00
Peter Simons
225ee0a26c
ffmpeg: enable support for libvdpau acceleration
...
Patch submitted by Jan Malakhovski <oxij@oxij.org>.
2012-07-02 16:53:53 +02:00
Peter Simons
a2f4366497
libvdpau: simplify arguments to this function
...
Patch submitted by Jan Malakhovski <oxij@oxij.org>.
2012-07-02 16:53:52 +02:00
Peter Simons
281494cd51
libdrm: enable support for experimental radeon API
...
Patch submitted by Jan Malakhovski <oxij@oxij.org>.
2012-07-02 16:53:52 +02:00
Peter Simons
d98161617f
Update Haskell packages.
...
- hinotify: added meta.maintainers section
- hledger-lib: update to version 0.18.1
- hledger: update to version 0.18.1
- hledger-web: update to version 0.18.1
- lifted-base: update to version 0.1.1.1
- monad-control: update to version 0.3.1.4
- multiarg: update to version 0.4.0.0
- pandoc: update to version 1.9.4.2
- shelly: update to version 0.12.2
2012-07-02 10:46:19 +02:00
Shea Levy
4f8d6d0ee2
Merge remote-tracking branch 'peti/boost-cleanup'
...
Keep boost-1.49 for now.
2012-07-02 01:05:52 -04:00
Andres Loeh
823f7d012b
Add haskell-remote.
2012-07-01 18:58:50 +02:00
David Guibert
a97e27fc82
git-annex: update to 3.20120624
2012-06-29 21:09:52 +02:00
Peter Simons
b9f9ed68e8
haskell-shelly: update to version 0.12.1
2012-06-29 12:05:29 +02:00
Peter Simons
bcfe8814cc
haskell-resourcet: update to version 0.3.3.1
2012-06-29 12:05:29 +02:00
Peter Simons
42faecad0d
boost: delete unused versions 1.42.0, 1.48.0, and 1.49.0 as well as 1.49.0-headers
2012-06-28 18:06:59 +02:00
Peter Simons
8498c9b86c
boost: update to version 1.50.0
2012-06-28 16:42:41 +02:00
Peter Simons
c5c98b7617
Updated Haskell packages.
...
- derive: updated to version 2.5.9
- ghc-mod: updated to version 1.11.0
- hamlet: updated to version 1.0.1.4
- http-conduit: updated to version 1.4.1.10
- leksah: updated to version 0.12.1.3
- mmap: updated to version 0.5.8
- mtl: added version 2.1.2
- prolog-graph-lib: updated to version 0.2.0.1
- prolog: updated to version 0.2.0.1
- reactive-banana-wx: updated to version 0.6.0.1
- resourcet: updated to version 0.3.3
- shelly: updated to version 0.12.0.2
- simple-sendfile: updated to version 0.2.4
- syb: added version 0.3.6.2
- wai-app-static: updated to version 1.2.0.4
- wai: updated to version 1.2.0.3
- warp: updated to version 1.2.2
- xml-types: updated to version 0.3.2
- zlib-conduit: updated to version 0.4.0.2
2012-06-28 14:50:44 +02:00
Mathijs Kwik
38bcd42219
shelly: new package through cabal2nix
2012-06-28 11:41:58 +02:00
Mathijs Kwik
d4d440ae0a
libmatroska: upgrade 1.0.0 -> 1.3.0
2012-06-28 11:41:57 +02:00
Mathijs Kwik
af7fe29943
libebml: upgrade 1.0.0 -> 1.2.2
2012-06-28 11:41:57 +02:00
Shea Levy
9400646dcd
Merge remote-tracking branch 'aszlig/glibc_ssp_fix'
...
glibc 2.13 and 2.14 fail to build with our current stdenv unless the ssp is
disabled. For glibc 2.13, I've only disabled the ssp when it's being built with
a complete stdenv to avoid a stdenv rebuild
2012-06-27 11:11:36 -04:00
aszlig
f5a5915f6e
Work around SSP build failure in glibc214, too.
...
Glibc 2.14 also produces a build failure in Hydra, so we need to apply the same
fix here, too.
2012-06-27 16:41:33 +02:00
aszlig
572cc12321
Add tkabber dependency tcltls v1.6.
2012-06-22 14:47:34 -04:00
aszlig
3c7da30e12
Add tkabber dependency tcllib v1.14.
2012-06-22 14:47:34 -04:00
aszlig
6c8509b98d
Add tkabber dependency bwidget v1.9.5.
2012-06-22 14:47:34 -04:00
Eelco Dolstra
0881877021
sqlite: Updated to 3.7.13
...
First Nixpkgs Git commit! Yay!
2012-06-20 23:13:22 -04:00
Peter Simons
4490fe934e
Updated Haskell packages.
...
- base64-bytestring: updated to version 0.1.2.0
- binary-shared: updated to version 0.8.2
- bson: updated to version 0.2.1
- leksah-server: updated to version 0.12.1.2
- leksah: updated to version 0.12.1.2
- MonadRandom: updated to version 0.1.7
- random-shuffle: updated to version 0.0.4
svn path=/nixpkgs/trunk/; revision=34569
2012-06-20 10:56:24 +00:00
Peter Simons
4007f29367
haskell-haxr: patched to support HaXml 1.12.3
...
svn path=/nixpkgs/trunk/; revision=34556
2012-06-19 08:24:22 +00:00
Peter Simons
ecbccbcd1c
haskell-HaXml: updated to version 1.23.3
...
svn path=/nixpkgs/trunk/; revision=34555
2012-06-19 08:24:18 +00:00
Peter Simons
8261e2a133
Removed obsolete hledger-{chart,vty} packages.
...
svn path=/nixpkgs/trunk/; revision=34547
2012-06-18 15:22:05 +00:00
Peter Simons
df3afb4d13
haskell-QuickCheck: added version 2.5
...
svn path=/nixpkgs/trunk/; revision=34546
2012-06-18 15:22:01 +00:00
Peter Simons
bc7c4c1951
Updated Haskell packages.
...
- base16-bytestring: updated to version 0.1.1.5
- base64-bytestring: updated to version 0.1.1.3
- bloomfilter: updated to version 1.2.6.10
- cryptocipher: updated to version 0.3.5
- gtk: updated to version 0.12.3.1
- http-conduit: updated to version 1.4.1.9
- snap-core: updated to version 0.9.0
- snap-server: updated to version 0.9.0
- stringsearch: updated to version 0.3.6.3
- text: updated to version 0.11.2.2
- void: updated to version 0.5.6
svn path=/nixpkgs/trunk/; revision=34542
2012-06-18 09:52:42 +00:00
Peter Simons
a77ecd2199
libsigcxx: strip trailing whitespace
...
svn path=/nixpkgs/trunk/; revision=34524
2012-06-16 14:15:32 +00:00
Peter Simons
da350b93a2
Updated Haskell packages.
...
- bson: updated to version 0.2.0
- cpu: updated to version 0.1.1
- defaults.nix: cosmetic
- iteratee: updated to version 0.8.9.1
- ListLike: updated to version 3.1.5
- mongoDB: updated to version 1.3.0
- packages.nix: cosmetic
- stringsearch: added version 0.3.6.3
- system-fileio: updated to version 0.3.8
- wai-extra: updated to version 1.2.0.5
svn path=/nixpkgs/trunk/; revision=34517
2012-06-15 08:06:11 +00:00
Lluís Batlle i Rossell
24ed82236a
Changing an 'if' to cleaner optionalAttrs.
...
svn path=/nixpkgs/trunk/; revision=34513
2012-06-14 21:28:41 +00:00
Lluís Batlle i Rossell
0f795aea78
Making libtheora build on mips64el-linux
...
svn path=/nixpkgs/trunk/; revision=34511
2012-06-14 19:54:19 +00:00
Eelco Dolstra
3c948a1a03
* libiodbc: fix the iodbctest program, which had a broken RPATH.
...
svn path=/nixpkgs/trunk/; revision=34506
2012-06-13 15:26:50 +00:00
Peter Simons
abdd4f3498
haskell-ghc-mod: updated to version 1.10.18
...
svn path=/nixpkgs/trunk/; revision=34498
2012-06-13 12:57:33 +00:00
Peter Simons
1de91e33f3
haskell-async: updated to version 2.0.0.0
...
svn path=/nixpkgs/trunk/; revision=34497
2012-06-13 12:57:29 +00:00
Yury G. Kudryashov
5487fbe94a
telepathy-glib-0.18.1 (0.19.x requires glib-2.32.x)
...
Drop pkg-config patch, pass pkgconfigUpstream to rakia and salut.
svn path=/nixpkgs/trunk/; revision=34495
2012-06-13 07:09:23 +00:00
Peter Simons
ff2b57f957
Updated Haskell packages.
...
- BNFC-meta: updated to version 0.3.0.3
- HUnit: added version 1.2.4.3
- multirec: updated to version 0.7.2
- resourcet: updated to version 0.3.2.2
svn path=/nixpkgs/trunk/; revision=34489
2012-06-13 07:08:57 +00:00
Peter Simons
7a626565df
Updated Haskell packages.
...
- parsec: added version 3.1.3
- xmonad-extras: updated to version 0.10.1.1
svn path=/nixpkgs/trunk/; revision=34475
2012-06-12 08:39:32 +00:00
Peter Simons
ac3df043d6
haskell-happstack-data: obsolete package removed
...
svn path=/nixpkgs/trunk/; revision=34463
2012-06-11 17:15:52 +00:00
Peter Simons
6054beaee7
haskell-Agda: patched to support modern versions of mtl
...
Committed on behalf of Karn Kallio.
svn path=/nixpkgs/trunk/; revision=34454
2012-06-11 10:40:10 +00:00
Florian Friesdorf
3133b57940
leptonica-1.68 needs older libpng12
...
no newer leptonica release available
svn path=/nixpkgs/trunk/; revision=34452
2012-06-11 10:28:25 +00:00
Ludovic Courtès
22da1866a7
Qt 4.8: Disable dependency on MESA when the platform doesn't support it.
...
svn path=/nixpkgs/trunk/; revision=34450
2012-06-11 09:31:43 +00:00
Peter Simons
a7949741f6
gimp 2.8
...
- rename package from gimp_2_8_0 to gimp_2_8 as discussed on mailing list[1]
- remove babl_0_1_10 and gegl_0_2_0 and use them as default versions
[1] http://article.gmane.org/gmane.linux.distributions.nixos/8708
svn path=/nixpkgs/trunk/; revision=34444
2012-06-11 07:17:39 +00:00
Peter Simons
58f3a6e25e
Updated Haskell packages.
...
- accelerate-cuda: updated to version 0.12.1.0
- accelerate-examples: updated to version 0.12.1.0
- accelerate-io: updated to version 0.12.1.0
- accelerate: updated to version 0.12.1.0
- hakyll: updated to version 3.3.0.1
- pandoc: updated to version 1.9.4.1
- Vec: updated to version 0.9.9
svn path=/nixpkgs/trunk/; revision=34431
2012-06-11 07:04:40 +00:00
Joachim Schiele
249badd76f
a minor update as the package seems to be incomplete
...
svn path=/nixpkgs/trunk/; revision=34428
2012-06-10 22:35:35 +00:00
Joachim Schiele
9629d66928
qt_mobility is a requirement for monav i'm going to package soon
...
svn path=/nixpkgs/trunk/; revision=34427
2012-06-10 21:31:06 +00:00
Karn Kallio
b81add3520
Change download location for qt everywhere 4.8.2; was not found.
...
svn path=/nixpkgs/trunk/; revision=34414
2012-06-10 00:51:46 +00:00
Yury G. Kudryashov
1629524bb2
qt-gstreamer-0.10.2
...
svn path=/nixpkgs/trunk/; revision=34401
2012-06-09 13:09:33 +00:00
Yury G. Kudryashov
ecc8549965
soprano-2.7.6, update patch
...
svn path=/nixpkgs/trunk/; revision=34399
2012-06-09 13:09:24 +00:00
Yury G. Kudryashov
70316d4e42
attica-0.4.0
...
svn path=/nixpkgs/trunk/; revision=34398
2012-06-09 13:09:20 +00:00
Yury G. Kudryashov
0d83120fd8
qt-4.8.2
...
svn path=/nixpkgs/trunk/; revision=34397
2012-06-09 13:09:16 +00:00
Eelco Dolstra
b36fce8040
* NSPR updated to 4.9.1.
...
svn path=/nixpkgs/trunk/; revision=34390
2012-06-08 17:41:59 +00:00
Peter Simons
e55ca0628f
Updated Haskell packages.
...
- generic-deriving: updated to version 1.2.1
- ghc-mod: updated to version 1.10.17
- gitit: updated to version 0.10.0.1
- graphviz: updated to version 2999.13.0.3
- hsemail: updated to version 1.7.2
- split: updated to version 0.1.4.3
svn path=/nixpkgs/trunk/; revision=34384
2012-06-08 13:38:20 +00:00
Andres Löh
4d7e4334d9
Patching ghc-events to work with latest mtl.
...
svn path=/nixpkgs/trunk/; revision=34377
2012-06-07 10:58:24 +00:00
Marco Maggesi
4a5f21239f
Fix build of neon on darwin
...
svn path=/nixpkgs/trunk/; revision=34375
2012-06-06 21:47:26 +00:00
Marco Maggesi
93f41f5ad3
Fix build of apr on darwin
...
svn path=/nixpkgs/trunk/; revision=34374
2012-06-06 21:44:20 +00:00
Peter Simons
36d30b8279
Updated Haskell packages.
...
- cereal: updated to version 0.3.5.2
- leksah-server: updated to version 0.12.1.1
- repa-algorithms: updated to version 3.2.1.1
- repa-examples: updated to version 3.2.1.1
- repa-io: updated to version 3.2.1.1
- repa: updated to version 3.2.1.1
- RepLib: updated to version 0.5.3
- unbound: updated to version 0.4.1
svn path=/nixpkgs/trunk/; revision=34366
2012-06-06 08:08:25 +00:00
Lluís Batlle i Rossell
430b055516
Adding crossAttrs to cross-build qt with mingw32 and mingw64
...
svn path=/nixpkgs/trunk/; revision=34364
2012-06-05 21:21:21 +00:00
Cillian de Roiste
1067f51f92
Updating Kdenlive to 0.9.2, and also updating mlt to 0.8.0 since it's a dependency
...
svn path=/nixpkgs/trunk/; revision=34362
2012-06-05 16:52:11 +00:00
Ludovic Courtès
797fafd808
hwloc: Disable tests on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=34359
2012-06-05 12:29:03 +00:00
Peter Simons
7d15ad90b9
Updated Haskell packages.
...
- http-conduit: updated to version 1.4.1.8
- leksah-server: updated to version 0.12.1.0
- leksah: updated to version 0.12.1.0
- ltk: updated to version 0.12.1.0
- yaml: updated to version 0.7.0.3
svn path=/nixpkgs/trunk/; revision=34356
2012-06-05 08:31:42 +00:00
aszlig
d0d4123962
Compile glibc without -fstack-protector.
...
At least until NixOS full supports -fstack-protector it's better to turn it off
at the moment, as previous successful builds didn't include it either.
2012-06-04 19:54:32 +02:00
Cillian de Roiste
27bef25b17
Applying the patch from Rok Garbas to add GIMP 2.8.0
...
svn path=/nixpkgs/trunk/; revision=34352
2012-06-04 17:38:47 +00:00
Peter Simons
c63096c9a9
haskell-filestore: disable Haddock phase to fix build with GHC 7.0.4
...
svn path=/nixpkgs/trunk/; revision=34340
2012-06-04 09:46:16 +00:00
Peter Simons
4fdbd75e4f
Updated Haskell packages.
...
- ghc-mod: updated to version 1.10.16
- network: added version 2.3.0.14
- pandoc: updated to version 1.9.4
- xmobar: updated to version 0.15
svn path=/nixpkgs/trunk/; revision=34337
2012-06-04 09:24:14 +00:00
Peter Simons
b89f433951
haskell-reactive-banana-wx: re-generated expression with the latest version of Cabal2Nix
...
The package won't compile when 'buildExamples' is enabled. First of all,
it depends on an ancient version of the 'executable-path' library. That
problem can be remedied by adding
patchPhase = ''
sed -i -e 's|executable-path == 0.0.\*|executable-path|' reactive-banana-wx.cabal
'';
..., but even then it won't build because the Cabal file doesn't declare
all dependencies properly. Both GHC 7.0.4 and 7.4.1 fail complaining
about the absence of Prelude.
svn path=/nixpkgs/trunk/; revision=34328
2012-06-03 18:52:43 +00:00
Peter Simons
7ea86fc8a2
Updated Haskell packages.
...
- hlint: updated to version 1.8.29
- hscolour: updated to version 1.20.2
- random-fu: updated to version 0.2.3.0
svn path=/nixpkgs/trunk/; revision=34324
2012-06-03 18:26:09 +00:00
Ludovic Courtès
ad17bee255
hwloc: Fix typo.
...
svn path=/nixpkgs/trunk/; revision=34315
2012-06-01 13:06:35 +00:00
Ludovic Courtès
6bba2234c4
hwloc: Add -L' for numactl in
libhwloc.la'.
...
svn path=/nixpkgs/trunk/; revision=34306
2012-05-31 16:45:37 +00:00
Ludovic Courtès
99e9ea69b5
hwloc: Add dependency on pciutils and numactl on Linux.
...
svn path=/nixpkgs/trunk/; revision=34304
2012-05-31 15:47:38 +00:00
Peter Simons
83d7540add
haskell-regex-pcre: updated to version 0.94.4
...
svn path=/nixpkgs/trunk/; revision=34299
2012-05-31 07:24:54 +00:00
Peter Simons
bd1c986e5b
haskell-monad-loops: updated to version 0.3.3.0
...
svn path=/nixpkgs/trunk/; revision=34298
2012-05-31 07:24:50 +00:00
Peter Simons
0781e6718c
haskell-highlighting-kate: updated to version 0.5.1
...
svn path=/nixpkgs/trunk/; revision=34297
2012-05-31 07:24:47 +00:00
Peter Simons
1dcdab8988
haskell-gitit: updated to version 0.10
...
svn path=/nixpkgs/trunk/; revision=34296
2012-05-31 07:24:44 +00:00
Peter Simons
0deabf5eaa
haskell-filestore: updated to version 0.5
...
svn path=/nixpkgs/trunk/; revision=34295
2012-05-31 07:24:40 +00:00
Peter Simons
0b56a39d46
haskell-multiplate: patched to support current mtl and transformers
...
svn path=/nixpkgs/trunk/; revision=34289
2012-05-29 21:26:15 +00:00
Peter Simons
8fad2b0a98
haskell-happstack-util: patched to support current mtl and transformers
...
svn path=/nixpkgs/trunk/; revision=34288
2012-05-29 21:26:09 +00:00
Peter Simons
5fb3ac1d5b
haskell-happstack-data: patched to support current mtl and transformers
...
svn path=/nixpkgs/trunk/; revision=34287
2012-05-29 21:25:52 +00:00
Peter Simons
72a4c7aa88
haskell-Shellac-haskeline: patched to support current mtl and transformers
...
svn path=/nixpkgs/trunk/; revision=34286
2012-05-29 21:25:45 +00:00
Peter Simons
e70b655b3c
haskell-hledger: updated to version 0.18
...
svn path=/nixpkgs/trunk/; revision=34283
2012-05-29 20:16:08 +00:00
Peter Simons
bb2d3311a2
haskell-hledger-web: updated to version 0.18
...
svn path=/nixpkgs/trunk/; revision=34282
2012-05-29 20:16:06 +00:00
Peter Simons
011cd1baa6
haskell-hledger-lib: updated to version 0.18
...
svn path=/nixpkgs/trunk/; revision=34281
2012-05-29 20:16:01 +00:00
Ludovic Courtès
7e9eb60cfe
hwloc 1.4.2.
...
svn path=/nixpkgs/trunk/; revision=34279
2012-05-29 16:37:34 +00:00
Ludovic Courtès
606913fc8f
hwloc: Disable dependency on Cairo and X11 on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=34278
2012-05-29 16:37:31 +00:00
Andres Löh
4e10015cab
Added gnumeric.
...
svn path=/nixpkgs/trunk/; revision=34272
2012-05-29 12:21:33 +00:00
Ludovic Courtès
ae23a33b9a
GNU Gettext: Fix Cygwin build.
...
svn path=/nixpkgs/trunk/; revision=34270
2012-05-29 10:13:23 +00:00
Ludovic Courtès
8c810af59b
GNU libiconv: Build the static library on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=34269
2012-05-29 09:08:55 +00:00
Mathijs Kwik
4129e8e78c
v8: upgraded to latest stable (3.6.6.25)
...
svn path=/nixpkgs/trunk/; revision=34265
2012-05-29 07:43:50 +00:00
Peter Simons
e6f2845b30
haskell-defaults.nix: switch ghc 7.4.1 to latest versions of 'mtl' and 'transformers'
...
svn path=/nixpkgs/trunk/; revision=34256
2012-05-28 10:53:46 +00:00
Peter Simons
c664157e7d
Updated Haskell packages.
...
- attoparsec: updated to version 0.10.2.0
- blaze-html: dropped obsolete version 0.4.3.4
- cairo: updated to version 0.12.3.1
- cryptocipher: updated to version 0.3.4
- file-embed: updated to version 0.0.4.4
- glib: updated to version 0.12.3.1
- gtk2hs-buildtools: updated to version 0.12.3.1
- gtksourceview2: updated to version 0.12.3.1
- hakyll: updated to version 3.3.0.0
- happstack-server: updated to version 7.0.2
- hjsmin: updated to version 0.1.2
- http-conduit: updated to version 1.4.1.7
- http-types: updated to version 0.6.11
- language-c-quote: updated to version 0.3.1.2
- parallel: added version 3.2.0.3
- regex-pcre: updated to version 0.94.3
- regex-posix: added version 0.95.2
- shakespeare-js: updated to version 1.0.0.3
- svgcairo: updated to version 0.12.1.1
- text: added version 0.11.2.1
- vty: updated to version 4.7.0.14
- warp: updated to version 1.2.1.1
- yaml: updated to version 0.7.0.2
- yesod-static: updated to version 1.0.0.3
svn path=/nixpkgs/trunk/; revision=34255
2012-05-28 10:23:20 +00:00
Lluís Batlle i Rossell
d40123a247
Making librsync not stripped by native strip; it breaks the static lib.
...
It's the case of mingw64 by default, it seems.
svn path=/nixpkgs/trunk/; revision=34248
2012-05-25 17:52:45 +00:00
Andres Löh
3ff236c739
Latest change (or reverse change) for the upcoming Haskell Platform.
...
svn path=/nixpkgs/trunk/; revision=34245
2012-05-25 16:19:52 +00:00
Lluís Batlle i Rossell
c0be42fd68
Trying to fix crossGNU builds (attribute `platform.kernelMajor' missing)
...
svn path=/nixpkgs/trunk/; revision=34239
2012-05-25 08:15:41 +00:00
Lluís Batlle i Rossell
5aa41fb2ef
Adding a check for linux 2.6 related cross build parameters in glibc.
...
svn path=/nixpkgs/trunk/; revision=34230
2012-05-24 21:45:18 +00:00
Ludovic Courtès
0524b60614
PCRE: Disable tests on Cygwin.
...
svn path=/nixpkgs/trunk/; revision=34219
2012-05-24 15:03:54 +00:00
Lluís Batlle i Rossell
7962af0fe5
Updating libv4l (part of v4l-utils). I moved v4l-utils to stdenv.mkDerivation style,
...
and it's used to build either libv4l or the utils (with qt4).
svn path=/nixpkgs/trunk/; revision=34208
2012-05-22 14:30:12 +00:00
Andres Löh
f0e99eca2a
Updated the Haskell Platform prerelease.
...
svn path=/nixpkgs/trunk/; revision=34206
2012-05-22 06:14:35 +00:00
Andres Löh
6706ef1e99
Fixed incorrect version number of Haskell Platform.
...
svn path=/nixpkgs/trunk/; revision=34192
2012-05-21 06:17:27 +00:00
Andres Löh
0542d35900
Added prerelease version of haskell-platform-2012.2.0.0
...
svn path=/nixpkgs/trunk/; revision=34191
2012-05-20 21:04:52 +00:00
Andres Löh
513b42ef2b
Regenerated accelerate-examples expression with cabal2nix.
...
svn path=/nixpkgs/trunk/; revision=34190
2012-05-20 20:31:15 +00:00
Andres Löh
5144845d71
Platform refinement.
...
This should be stable under regeneration with hackage4nix.
svn path=/nixpkgs/trunk/; revision=34189
2012-05-20 20:21:55 +00:00
Andres Löh
56a2503c80
Remove platforms from accelerate-cuda.
...
svn path=/nixpkgs/trunk/; revision=34188
2012-05-20 19:56:35 +00:00
Andres Löh
7aa85ac536
Adding NVIDIA CUDA toolkit and haskell-accelerate-cuda plus deps.
...
svn path=/nixpkgs/trunk/; revision=34186
2012-05-20 17:38:03 +00:00
Mathijs Kwik
c84bc77774
reactive-banana-wx haskell package
...
svn path=/nixpkgs/trunk/; revision=34152
2012-05-17 10:16:14 +00:00
Mathijs Kwik
14968a4923
cabal-macosx haskell package
...
svn path=/nixpkgs/trunk/; revision=34151
2012-05-17 10:16:10 +00:00
Mathijs Kwik
660341c395
executable-path haskell package
...
svn path=/nixpkgs/trunk/; revision=34150
2012-05-17 10:16:05 +00:00
Peter Simons
9be7b3b4be
haskell-reactive-banana: updated to version 0.6.0.0
...
svn path=/nixpkgs/trunk/; revision=34136
2012-05-16 08:58:34 +00:00
Peter Simons
e2df1da1e0
haskell-certificate: updated to version 1.2.3
...
svn path=/nixpkgs/trunk/; revision=34135
2012-05-16 08:58:30 +00:00
Peter Simons
201bdca962
Updated Haskell packages.
...
- cryptocipher: updated to version 0.3.2
- Crypto: updated to version 4.2.5
- darcs: updated to version 2.8.1
- hamlet: updated to version 1.0.1.3
- monad-par-extras: updated to version 0.3.2
- persistent-template: updated to version 0.9.0.2
- pool-conduit: updated to version 0.1.0.2
- shakespeare-css: updated to version 1.0.1.2
- shakespeare-i18n: updated to version 1.0.0.2
- shakespeare-js: updated to version 1.0.0.2
- shakespeare-text: updated to version 1.0.0.2
- shakespeare: updated to version 1.0.0.2
- warp: updated to version 1.2.1
- wxcore: updated to version 0.90.0.1
- wxc: updated to version 0.90.0.3
- wx: updated to version 0.90.0.1
- xml-conduit: updated to version 0.7.0.3
- xss-sanitize: updated to version 0.3.2
- yesod-auth: updated to version 1.0.2.1
- yesod-core: updated to version 1.0.1.2
- yesod-default: updated to version 1.0.1.1
- yesod-form: updated to version 1.0.0.4
- yesod-json: updated to version 1.0.0.1
- yesod-persistent: updated to version 1.0.0.1
- yesod-routes: updated to version 1.0.1.2
- yesod-static: updated to version 1.0.0.2
- yesod: updated to version 1.0.1.6
svn path=/nixpkgs/trunk/; revision=34102
2012-05-15 11:50:48 +00:00
Peter Simons
13a10c3e54
Updated Haskell packages.
...
- authenticate: updated to version 1.2.1.1
- blaze-html: added version 0.5.0.0 (unused right now because happstack can't deal with it)
- BNFC-meta: updated to version 0.3.0.2
- graphviz: patched build to succeed with transformers 0.3.x
- haskeline: updated to version 0.6.4.7
- http-conduit: updated to version 1.4.1.3
- numeric-prelude: updated to version 0.3.0.2
- pandoc: updated to version 1.9.3
svn path=/nixpkgs/trunk/; revision=34087
2012-05-14 09:56:52 +00:00
Peter Simons
5dd0d85528
Updated Haskell packages.
...
- haskell-src-exts: updated to version 1.13.3
- MemoTrie: updated to version 0.5
- semigroups: updated to version 0.8.3.2
- tagged: updated to version 0.4.2.1
- vector-space: updated to version 0.8.1
- WebBits: updated to version 2.2
svn path=/nixpkgs/trunk/; revision=34060
2012-05-11 13:04:35 +00:00
Ludovic Courtès
e3ccebccec
GNU libc 2.13: Skip `dont_use_system_ld_so_cache.patch' on GNU.
...
svn path=/nixpkgs/trunk/; revision=34053
2012-05-10 20:23:45 +00:00
Eelco Dolstra
3bb2f92106
* Final sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=34045
2012-05-10 14:41:16 +00:00
Andres Löh
50a51c7654
Reverting some more Haskell changes, to make things complete again.
...
svn path=/nixpkgs/trunk/; revision=34044
2012-05-10 14:23:48 +00:00
Peter Simons
c07854ace4
Updated Haskell packages.
...
- DSH: updated to version 0.7.8.1
- alex: updated to versino 3.0.2
- certificate: updated to version 1.2.2
- language-c: updated to version 0.4.2
- xhtml: updated to version 3000.2.1
Also, downgraded GHC 7.4.1 environment to use mtl 2.0 and transformers 2.0 to
avoid lots of build errors, i.e. with monad-par.
svn path=/nixpkgs/trunk/; revision=34042
2012-05-10 10:28:49 +00:00
Eelco Dolstra
bf2d945a02
* Disable some failing builds on specific platforms.
...
svn path=/nixpkgs/trunk/; revision=34033
2012-05-09 21:10:12 +00:00
Andres Löh
40274ca75c
Adapted the ghc-7.4.1 package version defaults to upcoming Platform release.
...
svn path=/nixpkgs/trunk/; revision=34032
2012-05-09 17:21:37 +00:00
Andres Löh
aa6e1f4586
Added haskell-mpi and dependencies.
...
svn path=/nixpkgs/trunk/; revision=34030
2012-05-09 16:19:52 +00:00
Eelco Dolstra
24594b0fb3
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=34028
2012-05-09 11:49:52 +00:00
Peter Simons
5930e47068
Updated Haskell packages.
...
- attoparsec-conduit: updated to version 0.4.0.1
- conduit: updated to version 0.4.2
- network-conduit: updated to version 0.4.0.1
- persistent-sqlite: updated to version 0.9.0.2
- persistent: updated to version 0.9.0.4
- semigroups: updated to version 0.8.3.1
- wai-app-static: updated to version 1.2.0.3
- wai-extra: updated to version 1.2.0.4
- wai: updated to version 1.2.0.2
- warp: updated to version 1.2.0.2
- xml-conduit: updated to version 0.7.0.2
svn path=/nixpkgs/trunk/; revision=34027
2012-05-09 11:25:59 +00:00
Peter Simons
58c83ceae2
haskell-file-embed: updated to version 0.0.4.3
...
svn path=/nixpkgs/trunk/; revision=34016
2012-05-08 10:08:16 +00:00
Peter Simons
10e9b46ffb
haskell-abstract-par: updated to version 0.3.1
...
svn path=/nixpkgs/trunk/; revision=34015
2012-05-08 10:08:13 +00:00
Lluís Batlle i Rossell
57397d3331
Updating libraw1394 to 2.0.8.
...
svn path=/nixpkgs/trunk/; revision=34014
2012-05-08 09:52:16 +00:00
Lluís Batlle i Rossell
97abdd38a5
Adding the Allied Technologies libdc1394 variant and the cc1394 viewer.
...
svn path=/nixpkgs/trunk/; revision=34013
2012-05-08 09:50:58 +00:00
Eelco Dolstra
32649ce94c
* libpng 1.5.10, which includes a fix for CVE-2011-3048.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=34010
2012-05-07 20:12:53 +00:00
Eelco Dolstra
b5fa2175db
* Zlib updated to 1.2.7.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=34009
2012-05-07 20:10:50 +00:00
Eelco Dolstra
ab55de20c1
* GMP 5.0.5.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=34007
2012-05-07 20:03:12 +00:00
Eelco Dolstra
6c36eece34
* Remove the FreeBSD patch. It no longer applies and no longer seems needed.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=34006
2012-05-07 19:56:14 +00:00
Peter Simons
3a61a44035
Added missing meta.maintainers tags.
...
svn path=/nixpkgs/trunk/; revision=34004
2012-05-07 09:38:04 +00:00
Peter Simons
acc5a88cdd
Updated Haskell packages.
...
- abstract-deque: added version 0.1.5
- abstract-par: added version 0.3
- bits-atomic: added version 0.1.3
- blaze-builder-conduit: updated to version 0.4.0.2
- IORefCAS: added version 0.2
- MemoTrie: updated to version 0.4.12
- monad-par: added version 0.3
- monad-par-extras: added version 0.3
- repa: updated to version 3.1.4.2
- texmath: updated to version 0.6.0.6
svn path=/nixpkgs/trunk/; revision=34003
2012-05-07 09:36:49 +00:00
Eelco Dolstra
d0a1fe6b90
* Revert to the OpenSSL 1.0.0 series (though a newer version) because
...
1.0.1 doesn't build on FreeBSD and Darwin (due to our patches).
svn path=/nixpkgs/branches/stdenv-updates/; revision=34001
2012-05-07 01:08:33 +00:00
Joachim Schiele
38ec761dcf
nearly there, please someone check: libvirt/default.nix and see this post: http://www.redhat.com/archives/libvir-list/2007-May/msg00064.html
...
svn path=/nixpkgs/trunk/; revision=33998
2012-05-06 22:39:39 +00:00
Eelco Dolstra
0ae007e26f
* OpenSSL 1.0.1b (includes security fixes).
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=33989
2012-05-05 15:00:10 +00:00
Lluís Batlle i Rossell
6209407d7a
Adding the license meta for two packages I added today.
...
svn path=/nixpkgs/trunk/; revision=33977
2012-05-03 09:41:11 +00:00
Lluís Batlle i Rossell
b30b5a192e
Adding libdc1394
...
svn path=/nixpkgs/trunk/; revision=33975
2012-05-03 07:38:58 +00:00
Peter Simons
8b8ab3e977
Updated Haskell packages.
...
- reactive-banana: updated to version 0.5.0.3
- vault: updated to version 0.2.0.0
- wai: patched to support recent versions of the vault library
svn path=/nixpkgs/trunk/; revision=33974
2012-05-03 07:23:57 +00:00
Eelco Dolstra
5bdea119d4
* Sync with the trunk.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=33971
2012-05-02 13:19:07 +00:00
Peter Simons
dec4675e86
Updated Haskell packages.
...
- cpu: added version 0.1.0
- cryptocipher: updated to version 0.3.1
- fclabels: updated to version 1.1.3
- hamlet: updated to version 1.0.1.2
- highlighting-kate: updated to version 0.5.0.6
- lifted-base: updated to version 0.1.1
- monad-control: updated to version 0.3.1.3
- reactive-banana: updated to version 0.5.0.2
- test-framework-quickcheck2: updated to version 0.2.12.2
- test-framework-quickcheck: updated to version 0.2.8.1
svn path=/nixpkgs/trunk/; revision=33969
2012-05-02 09:25:23 +00:00
Peter Simons
ce7f9e1d14
Updated Haskell packages.
...
- crypto-api: updated to version 0.10.2
- hashtables: updated to version 1.0.1.6
- hjsmin: updated to version 0.1.1
- repa: updated to version 3.1.3.3
svn path=/nixpkgs/trunk/; revision=33940
2012-04-27 13:18:36 +00:00
Eelco Dolstra
fbd90d2103
* SQLite updated to 3.7.11.
...
svn path=/nixpkgs/trunk/; revision=33930
2012-04-26 13:24:58 +00:00
Peter Simons
9ed244d86c
Updated Haskell packages.
...
- language-javascript: updated to version 0.5.4
- syb: updated to version 0.3.6.1
- yesod: updated to version 1.0.1.5
- zlib-enum: updated to version 0.2.2.1
svn path=/nixpkgs/trunk/; revision=33923
2012-04-26 08:01:34 +00:00
Peter Simons
3117cc72fb
Updated Haskell packages.
...
- clientsession: updated to version 0.7.5
- gloss: updated to version 1.7.4.1
- haskeline: enable terminfo support and patch to support mtl >= 2.1
- HaskellForMaths: updated to version 0.4.5
- HsOpenSSL: updated to version 0.10.3.1
- language-javascript: updated to version 0.5.3
- mtl: added version 2.1.1
- network: updated to version 2.3.0.13
- repa-algorithms: updated to version 3.1.3.1
- repa-examples: updated to version 3.1.3.1
- repa-io: updated to version 3.1.3.1
- repa: updated to version 3.1.3.2
- resourcet: updated to version 0.3.2.1
- RSA: updated to version 1.2.1.0
- yesod-auth: updated to version 1.0.2
- yesod-form: updated to version 1.0.0.3
- yesod: updated to version 1.0.1.3
- zlib-enum: updated to version 0.2.2
svn path=/nixpkgs/trunk/; revision=33913
2012-04-25 10:12:44 +00:00
Yury G. Kudryashov
cdc3fa0462
Fix ilbc build
...
svn path=/nixpkgs/trunk/; revision=33912
2012-04-24 17:14:24 +00:00
Ludovic Courtès
29bc53265d
Darwin: Use GCC 4.6 in `stdenvNix'.
...
svn path=/nixpkgs/trunk/; revision=33894
2012-04-23 15:47:37 +00:00
Ludovic Courtès
04600bbec1
Darwin: Add mig',
lipo', etc. to `stdenvNative'.
...
Consequently, remove `darwinLipoUtility', `darwinArchUtility', etc.
svn path=/nixpkgs/trunk/; revision=33893
2012-04-23 15:47:31 +00:00
Eelco Dolstra
661d16d3fe
* Revert pcre (r33561). It breaks Apache
...
(http://hydra.nixos.org/build/2447441 ).
svn path=/nixpkgs/branches/stdenv-updates/; revision=33890
2012-04-23 12:42:03 +00:00
Peter Simons
f1135ba545
Updated Haskell packages.
...
- alternative-io: updated to version 0.0.1
- blaze-markup: added version 0.5.1.0
- crypto-conduit: updated to version 0.3.2
- cryptohash: updated to version 0.7.5
- darcs: updated to version 2.8.0
- filestore: updated to version 0.4.2
- Graphalyze: cosmetic change
- hamlet: updated to version 1.0.1.1
- happstack-hamlet: updated to version 7.0.1
- happstack-server: updated to version 7.0.1
- HFuse: updated to version 0.2.4.1
- Hipmunk: updated to version 5.2.0.8
- language-javascript: updated to version 0.5.2
- libmpd: updated to version 0.8.0
- lifted-base: updated to version 0.1.0.4
- monad-control: updated to version 0.3.1.2
- persistent: updated to version 0.9.0.3
- regex-compat: use latest version when building with GHC 7.4.1
- skein: updated to version 0.1.0.7
- snap-core: updated to version 0.8.1
- snap-server: updated to version 0.8.1.1
- tls: updated to version 0.9.5
- vty: updated to version 4.7.0.12
- wai-app-static: updated to version 1.2.0.2
- yesod-core: updated to version 1.0.1.1
svn path=/nixpkgs/trunk/; revision=33889
2012-04-23 09:34:01 +00:00