Peter Simons
bd9c8128ad
haskell-gloss: update to version 1.7.8.3
2013-05-30 12:33:41 +02:00
Peter Simons
13a7b3f969
haskell-ghc-mod: update to version 2.0.3
2013-05-30 12:33:41 +02:00
Peter Simons
8c3232f925
haskell-digestive-functors: update to version 0.6.1.0
2013-05-30 12:33:41 +02:00
Peter Simons
f51d2220ca
haskell-digestive-functors-heist: update to version 0.7.0.0
2013-05-30 12:33:41 +02:00
Peter Simons
1309b1d8b4
haskell-crypto-pubkey: update to version 0.1.4
2013-05-30 12:33:41 +02:00
Peter Simons
172b463f5a
haskell-crypto-pubkey-types: update to version 0.4.0
2013-05-30 12:33:41 +02:00
Peter Simons
836b002fd8
haskell-criterion: update to version 0.8.0.0
2013-05-30 12:33:41 +02:00
Peter Simons
ac1f88bef2
haskell-conduit: update to version 1.0.6
2013-05-30 12:33:40 +02:00
Peter Simons
0b433e463b
haskell-certificate: update to version 1.3.8
2013-05-30 12:33:40 +02:00
Peter Simons
de182afeae
haskell-asn1-types: update to version 0.2.0
2013-05-30 12:33:40 +02:00
Peter Simons
03b50b3335
haskell-monad-par: add version 0.3.4.2
2013-05-30 12:33:40 +02:00
Rickard Nilsson
a7dbbd2e25
New package: sbt 0.12.3, a Scala build tool
2013-05-30 12:12:19 +02:00
Peter Simons
0025b681c6
Merge pull request #573 from bjornfor/sourcery-toolchain-manpages
...
sourcery-codebench: fix installation of manpages
2013-05-30 01:10:27 -07:00
Bjørn Forsman
8a1409432e
sourcery-codebench: fix installation of manpages
...
Sourcery CodeBench manpages are installed under
share/doc/<target-triplet>/man/. Add symlinks so that the manpages
become available to "man".
NOTE: I use symlinks instead of moving the manpages, because I think
it is best to do as little as possible to prebuilt packages.
2013-05-29 21:58:29 +02:00
Lluís Batlle i Rossell
8442c7d122
libgphoto2: adding a 2.4 version, for kde 4.7 and 4.8.
2013-05-29 21:50:02 +02:00
Lluís Batlle i Rossell
f54c4c99e3
tcpdmup/libpcap udpate
2013-05-29 19:23:40 +02:00
Shea Levy
d749196f68
buildNodePackage: Utilize the node setup hook
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-29 11:53:36 -04:00
Sander van der Burg
2b1eff8e17
Override the KitchenSink's appName
2013-05-29 15:17:37 +02:00
Sander van der Burg
c30eed4b44
Allow one to override the app's name through the appName parameter
2013-05-29 15:16:21 +02:00
Sander van der Burg
a2b8fb3776
It's impossible to guess the name so we add an extra optional parameter to override it
2013-05-29 15:01:55 +02:00
Sander van der Burg
a7895de1fc
Use double quotes to expand wildcards
2013-05-29 14:50:24 +02:00
Sander van der Burg
cf512cf5c2
Use wildcard for the appname
2013-05-29 14:18:35 +02:00
Sander van der Burg
dde4a92c5c
Generate unique derivation names so that we can easily install them from a Nix channel
2013-05-29 13:50:53 +02:00
Peter Simons
317fcd3b86
Merge pull request #559 from bjornfor/mentor-codebench
...
Add Sourcery CodeBench Lite toolchain(s)
2013-05-29 02:17:46 -07:00
Peter Simons
b1781a1876
Merge pull request #571 from vcunat/p/hs
...
haskell: add pop3-client and smtp-mail (by cabal2nix)
2013-05-29 02:16:20 -07:00
Shea Levy
5ddae35596
Get node.js building on darwin
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-28 18:38:22 -04:00
Shea Levy
9e01205659
Set library path properly for v8 on darwin
2013-05-28 18:38:22 -04:00
Shea Levy
47cbc4cead
Missed some darwin cflags in gyp
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-28 18:38:22 -04:00
Shea Levy
2794d74506
Fix http_parser build on darwin
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-28 18:38:22 -04:00
Shea Levy
c982e84df4
gyp: Fix on darwin
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-28 18:38:22 -04:00
Shea Levy
fe009bcbc4
cyrus-sasl: Fix build on darwin
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-28 18:38:22 -04:00
Domen Kozar
637fa11b20
add pdf2htmlex and upgrade poppler
2013-05-29 00:02:26 +02:00
Vladimír Čunát
43d4e53cd2
haskell: add pop3-client and smtp-mail (by cabal2nix)
2013-05-28 11:08:43 +02:00
Shea Levy
b385fea5fc
Merge branch 'node-update'
...
This branch updates node to 0.10.8, as well as updating its
dependencies. It also updates node-packages to use the new style
generated by npm2nix (some packages may have been lost in the switch,
please check!).
Note that 0.10 had some backwards-compatability breaks with 0.8,
particularly for readable streams. Please see the official documentation
for migration help.
Note that I have not yet tested this on darwin (node.js was already
broken there), but will do so soon and fix it if it's broken.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-27 23:00:24 -04:00
Lluís Batlle i Rossell
42701dece8
Adding gnunet-svn and libgcrypt-git.
...
gnunet-svn can't interoperate with gnunet.
2013-05-27 23:35:34 +02:00
Lluís Batlle i Rossell
7d9acc0866
libgcrypt: update to 1.5.2. Newer is better.
2013-05-27 23:35:34 +02:00
Lluís Batlle i Rossell
296d11a0fb
Updating libgpg-error (required for libgcrypt-git)
2013-05-27 23:35:34 +02:00
Vladimír Čunát
d73c8ed79d
Revert "Merge pull request #555 from errge/master"
...
This reverts commit 8f7cfc0c73
, reversing
changes made to cc85ad4b1c
.
The merge changed stdenv (a bit surprisingly, see #555 for details).
2013-05-27 18:29:53 +02:00
Domen Kožar
8f7cfc0c73
Merge pull request #555 from errge/master
...
Add ncursesw compatibility link also for includes
2013-05-27 06:51:49 -07:00
aszlig
91d0ab7af1
ldns: Update to 1.6.16 and enable drill.
...
Drill is a lightweight DNS lookup command using ldns, which we are going to use
in Gajim, to avoid a dependency on bind.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-05-27 10:18:00 +02:00
Shea Levy
b0e6c66ad7
nodejs: Update to v0.10.8
...
I removed darwin-specific bits, as I can't test them right now. If
it's broken, let me know and I'll fix on darwin.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-27 02:08:24 -04:00
Shea Levy
428aae8c04
Add c-ares DNS library
...
I love it when packages just need name and src
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-27 02:05:55 -04:00
Shea Levy
9d6e49382d
Add http_parser library
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-27 02:05:55 -04:00
Shea Levy
5e064cc871
v8: Bump
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-27 02:05:45 -04:00
Bjørn Forsman
f55117ab8a
Add Sourcery CodeBench Lite toolchain(s)
...
Sourcery CodeBench toolchains are prebuilt GCC toolchains from Mentor
Graphics.
Start out by adding ARM EABI and ARM GNU/Linux toolchains. Sourcery
CodeBench is also available for MIPS, Power, SuperH, ColdFire (and
more), so it should be easy to add later, if needed.
AFAIK, the EABI toolchains use newlib and the GNU/Linux ones use glibc.
2013-05-25 21:09:42 +02:00
aszlig
b59d53cc2d
Revert "haxe: Use ignoreExternals and fix build."
...
This reverts commit a0716f28af
.
Starting with r6706, externals now have a fixed revision, so we no longer need
to ignore them.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Conflicts:
pkgs/development/compilers/haxe/default.nix
2013-05-25 19:01:45 +02:00
aszlig
565b5b522f
haxe: Cosmetics - use -f flag on rm.
...
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-05-25 19:01:45 +02:00
aszlig
64128b7297
haxe: Update to stable version 3.00.
...
So, finally, Haxe 3 is stable :-)
An overview of the new features can be found here:
http://haxe.org/manual/haxe3/features
This version now has a new build target "tools", so let's use it.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-05-25 19:01:45 +02:00
aszlig
b08d6a39f8
mplayer(2): Add support and library for bs2b.
...
This also adds a new package "libbs2b", which is needed in order to support
Bauer stereophonic-to-binaural DSP as an audio filter.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-05-25 19:01:43 +02:00
Peter Simons
2bd7aa7a65
haskell-timeplot: update to version 1.0.20
2013-05-25 11:31:00 +02:00
Peter Simons
6d865e5c38
haskell-language-c-quote: update to version 0.7.2
2013-05-25 11:31:00 +02:00
Peter Simons
c573a65927
haskell-entropy: update to version 0.2.2
2013-05-25 11:31:00 +02:00
Peter Simons
30fc3b8d73
haskell-digestive-functors-heist: update to version 0.6.2.1
2013-05-25 11:31:00 +02:00
Peter Simons
7ef3aea921
erlang: drop obsolete version R15B02
2013-05-25 11:11:37 +02:00
Peter Simons
ce8c051972
Merge pull request #553 from orbitz/upgrade-erl-r15b03-1
...
erlang: add R15B03-1
2013-05-25 02:10:36 -07:00
Evgeny Egorochkin
92d81b1952
libdbusmenu-qt: update to 0.9.2
2013-05-25 12:01:27 +03:00
Evgeny Egorochkin
c1a76a04dc
Soprano: update to 2.9.2
2013-05-25 12:01:27 +03:00
Evgeny Egorochkin
ce084cd4e6
grantlee: update to 0.3.0
2013-05-25 12:01:27 +03:00
Evgeny Egorochkin
a62d29d448
strigi: update to 0.7.8
2013-05-25 12:01:26 +03:00
Evgeny Egorochkin
8b8129d478
libattica: update to 0.4.1
2013-05-25 12:01:26 +03:00
Gergely Risko
1739aab3f2
Add ncursesw compatibility link also for includes
...
This is needed for the ncurses cabal package to compile. It uses
include/ncursesw/curses.h, without trying include/curses.h first. The
files are provided through include/ncursesw on a clean Debian too, in
the unicode case (when the libncursesw5-dev is installed).
2013-05-24 00:56:00 +02:00
Rob Vermaas
da70c21cf7
Fix boost-1.49.0 on Darwin
2013-05-23 22:19:58 +02:00
Malcolm Matalka
33eb2832c3
Add R15B03-1
2013-05-23 11:27:49 +02:00
Peter Simons
4ff031b4ff
haskell-ghc-mod: update to version 2.0.2
2013-05-22 10:44:04 +02:00
Peter Simons
a56e1d1756
haskell-ghc-mod: re-enable the haddock phase
2013-05-22 10:21:17 +02:00
Peter Simons
91ea9b9190
haskell-ghc-mod: disable Haddock phase to fix the build
...
See <https://github.com/kazu-yamamoto/ghc-mod/issues/126 > for further details.
2013-05-21 11:42:58 +02:00
Peter Simons
069a970a81
haskell-dependent-map: add version 0.1.1.1
2013-05-21 11:00:41 +02:00
Peter Simons
6d7dabda6f
haskell-dependent-sum-template: add version 0.0.0.1
2013-05-21 11:00:38 +02:00
Peter Simons
3896471adb
haskell-dependent-sum: add version 0.2.0.1
2013-05-21 11:00:33 +02:00
Peter Simons
32a4d191d0
haskell-dice: add version 0.1
2013-05-21 11:00:28 +02:00
Peter Simons
448dc95943
haskell-hstatsd: add version 0.1
2013-05-21 11:00:09 +02:00
Peter Simons
d85cf7e410
haskell-knob: add version 0.1.1
2013-05-21 10:59:57 +02:00
Peter Simons
1f01aa3ab5
haskell-misfortune: add version 0.1.1.1
2013-05-21 10:59:47 +02:00
Peter Simons
21c25b4c58
haskell-mueval: add version 0.9
2013-05-21 10:59:13 +02:00
Peter Simons
faa2218269
haskell-show: update to version 0.6
2013-05-21 10:58:34 +02:00
Peter Simons
9c19958570
haskell-semigroups: update to version 0.9.2
2013-05-21 10:58:34 +02:00
Peter Simons
368c28f4ff
haskell-reflection: update to version 1.3.2
2013-05-21 10:58:34 +02:00
Peter Simons
60c8f9181e
haskell-numeric-prelude: update to version 0.4.0.1
2013-05-21 10:58:34 +02:00
Peter Simons
612596c2c3
haskell-lambdabot: update to version 4.3
2013-05-21 10:58:34 +02:00
Peter Simons
b23d134019
haskell-haxr: update to version 3000.9.3
2013-05-21 10:58:34 +02:00
Peter Simons
9a422f4ee1
haskell-ghc-mod: update to version 2.0.1
2013-05-21 10:58:34 +02:00
Peter Simons
6899c57dbe
haskell-fgl-visualize: update to version 0.1.0.1
2013-05-21 10:58:34 +02:00
Peter Simons
a6246a3dbd
haskell-comonad-transformers: update to version 3.0.2
2013-05-21 10:58:34 +02:00
Peter Simons
97e453c77d
haskell-classy-prelude: update to version 0.5.7
2013-05-21 10:58:33 +02:00
Rob Vermaas
d5f7976aef
Fix maintainers attribute
2013-05-21 09:20:00 +02:00
Lluís Batlle i Rossell
ec65563e2c
Adding meo: Multiple Eyepairs Only
...
I also add the pkcs11helper it needs.
2013-05-20 23:13:40 +02:00
Lluís Batlle i Rossell
610b499fef
Adding extra urls for enginepkcs11/libp11
...
The usual urls don't work.
2013-05-20 23:13:39 +02:00
Bjørn Forsman
05bb66ce20
Add myself as maintainer for several packages
...
And set missing meta.platforms for the packages I've added earlier.
2013-05-20 20:28:15 +02:00
Domen Kozar
541f2ad531
Revert "python: first fix towards cross-compiling"
...
This reverts commit c89fe1c0ee
.
2013-05-20 12:03:58 +02:00
Domen Kozar
c89fe1c0ee
python: first fix towards cross-compiling
2013-05-20 11:15:32 +02:00
Michael Raskin
f75d60fd90
Adding jq JSON processor
2013-05-20 11:17:20 +04:00
Evgeny Egorochkin
a22f94b4f2
Merge pull request #543 from bjornfor/qmmp
...
Add Qmmp audio player (plus dependencies)
2013-05-19 09:51:56 -07:00
Bjørn Forsman
40d35e4bd5
ninja: include package name in source archive path
...
So that the nix store path becomes this:
/nix/store/HASH-ninja-1.2.0.zip.drv
instead of this anonymous path:
/nix/store/HASH-v1.2.0.zip.drv
2013-05-19 14:39:48 +02:00
Bjørn Forsman
512f0874a1
wildmidi: new package
...
WildMIDI is a simple software midi player which has a core softsynth
library that can be use with other applications.
I have tested the wildmidi executable with a MIDI file. It works.
2013-05-19 14:24:49 +02:00
Peter Simons
d35466a1f5
Re-generate Haskell expressions with Hackage4Nix.
2013-05-18 19:32:44 +02:00
Peter Simons
e3425105fc
haskell-uu-options: update to version 0.1.0.1
2013-05-18 19:32:05 +02:00
Petr Rockai
52f38ce5d6
haskell: Add alsa-core, alsa-pcm, ix-shapable, carray and sample-frame.
...
Conflicts (trivial):
pkgs/top-level/haskell-packages.nix
2013-05-18 13:35:14 +02:00
Petr Rockai
8151d9594b
Add "arbtt" along with its Haskell dependencies.
2013-05-18 13:35:13 +02:00
Vladimír Čunát
7959eaf8dd
glew: update
...
Most code taken from the huge pull request
f28674a68b
and added another update, changed description.
2013-05-18 13:24:30 +02:00
Malcolm Matalka
dcfcacf30f
libssh2: update (merge #510 )
2013-05-18 09:10:24 +02:00