Commit Graph

10940 Commits

Author SHA1 Message Date
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
Lluís Batlle i Rossell
6c961181c2 Revert "gnutls: update to 3.2.0"
Hydra found that the i686 tests fail. I'll work on this later.
  http://hydra.nixos.org/build/4980459

This reverts commit c1708440bd.
2013-05-17 23:40:37 +02:00
Lluís Batlle i Rossell
c1708440bd gnutls: update to 3.2.0
It required a nettle update to 2.7 too.
2013-05-17 22:57:19 +02:00
Lluís Batlle i Rossell
d8f9f47e56 Updating xfe (1.34) and fox (1.6.48) 2013-05-17 16:32:25 +02:00
Eelco Dolstra
8b1bcb720a php: Update to 5.3.25, 5.4.15 2013-05-17 14:06:29 +02:00
Lluís Batlle i Rossell
80d3f6c437 Updating xcache 2013-05-17 10:23:37 +02:00
Lluís Batlle i Rossell
6a4350b68f Making xfe find and load icons fine
I added more dependencies to fox, for that.
I tried to add mesa too, but it wasn't trivial for it to find it, so
I took it out.
2013-05-16 23:40:26 +02:00
Peter Simons
187fdf7240 haskell-graphviz: jailbreak to support recent version of polyparse 2013-05-16 13:45:38 +02:00
Peter Simons
9796b43989 haskell-wai-app-static: update to version 1.3.1.3 2013-05-16 13:40:36 +02:00
Peter Simons
77724cdd5f haskell-uu-parsinglib: update to version 2.8.1 2013-05-16 13:40:36 +02:00
Peter Simons
8eb93a7dbf haskell-stm-chans: update to version 2.0.0 2013-05-16 13:40:36 +02:00
Peter Simons
adf10a6d28 haskell-snap: update to version 0.12.0 2013-05-16 13:40:36 +02:00
Peter Simons
89c80be53c haskell-polyparse: update to version 1.9 2013-05-16 13:40:36 +02:00
Peter Simons
09a86e216e haskell-io-choice: update to version 0.0.4 2013-05-16 13:40:35 +02:00
Peter Simons
b0b1b606dc haskell-hs-bibutils: update to version 4.17.1 2013-05-16 13:40:35 +02:00
Peter Simons
87d2cbeb19 haskell-heist: update to version 0.12.0 2013-05-16 13:40:35 +02:00
Peter Simons
59f4b266d8 haskell-haxr: update to version 3000.9.2.1 2013-05-16 13:40:35 +02:00
Peter Simons
5a9d8abf21 haskell-digestive-functors-heist: jailbrak to fix build with recent version of heist 2013-05-16 13:40:35 +02:00
Peter Simons
8cbc3906a3 haskell-HaXml: update to version 1.24 2013-05-16 13:40:35 +02:00
Peter Simons
0163789e02 haskell-ChasingBottoms: update to version 1.3.0.6 2013-05-16 13:40:35 +02:00
Peter Simons
5057310d07 haskell-lenses: add version 0.1.6 2013-05-16 13:40:34 +02:00
Peter Simons
d3963dbebf haskell-uu-options: add version 0.1.0.0 2013-05-16 13:40:34 +02:00
Peter Simons
f191a6eddf haskell-uu-interleaved: add version 0.1.0.0 2013-05-16 13:22:23 +02:00
Peter Simons
aa51bc57f8 haskell-aeson: disable test suite to avoid build error
See <https://github.com/bos/aeson/issues/122> for further detail.
2013-05-16 13:21:20 +02:00
Gergely Risko
51c69ea60e oracle jdk/jre: use requireFile instead of fetchurl (merge #537)
The user has to accept the EULA nowadays on the oracle website.
2013-05-16 10:58:08 +02:00
Domen Kožar
83747f519a Merge pull request #519 from offlinehacker/powerline2
Add powerline beta, libgit2 and pygit2
2013-05-15 06:17:23 -07:00
Rickard Nilsson
30b3522c14 scala: Remove scalacheck.jar from scala's classpath 2013-05-14 11:28:24 +02:00
Lluís Batlle i Rossell
d4039f99fd go: 1.1 released 2013-05-14 10:58:48 +02:00
Peter Simons
25b7c65b34 haskell-hlint: update to version 1.8.45 2013-05-13 13:43:44 +02:00
Peter Simons
057ec53542 haskell-haskdogs: update to version 0.3.2 2013-05-13 13:43:44 +02:00
Peter Simons
4e359215c5 haskell-uuid: update to version 1.2.13 2013-05-13 13:43:44 +02:00
Peter Simons
6b33985fc7 haskell-unix-time: update to version 0.1.8 2013-05-13 13:43:44 +02:00
Peter Simons
05369891a9 haskell-shake: update to version 0.10.3 2013-05-13 13:43:44 +02:00
Peter Simons
bc50c0f467 haskell-largeword: update to version 1.0.5 2013-05-13 13:43:44 +02:00
Peter Simons
4d545eddcd haskell-ghc-mod: update to version 1.12.5 2013-05-13 13:43:44 +02:00
Peter Simons
9e609d2369 haskell-accelerate: update to version 0.13.0.1 2013-05-13 13:43:44 +02:00
Peter Simons
82759ee4c0 haskell-accelerate-io: update to version 0.13.0.1 2013-05-13 13:43:43 +02:00
Peter Simons
825fc23a63 haskell-accelerate-cuda: update to version 0.13.0.1 2013-05-13 13:43:43 +02:00
Lluís Batlle i Rossell
c48fe0fea6 opencv: update to 2.4.5 2013-05-13 09:18:27 +02:00
Mathijs Kwik
81022e4b0a neoload: upgrade to 4.1.2 2013-05-12 22:46:41 +02:00
Mathijs Kwik
c987cb34c6 x264: upgrade to latest stable 2013-05-12 22:46:41 +02:00
Mathijs Kwik
6c423de052 yasm: upgrade to 1.2.0 2013-05-12 22:46:41 +02:00
Peter Simons
6cfb49954f haskell-type-equality: update to version 0.1.2 2013-05-12 16:13:10 +02:00
Peter Simons
63a048f79c haskell-reactive-banana: update to version 0.7.1.2 2013-05-12 16:13:10 +02:00
Peter Simons
631d59adc3 haskell-platform: add release candidate for 2013.2.0.0 2013-05-12 16:13:10 +02:00
Peter Simons
aec64e12d3 haskell-ChasingBottoms: jailbreak to fix build with recent versions of QuickCheck 2013-05-12 16:13:10 +02:00
Peter Simons
2c96335b6d haskell-case-insensitive: use version 1.0.0.1 for HP 2013.2.0.0 2013-05-12 16:12:59 +02:00
Peter Simons
a6b8852b9a haskell-attoparsec: rename file for inclusion in HP 2013.2.0.0 2013-05-12 16:12:58 +02:00
Peter Simons
480ac921fb haskell-GLURaw: rename file for inclusion in HP 2013.2.0.0 2013-05-12 16:12:58 +02:00
Peter Simons
026700b527 haskell-OpenGLRaw: rename file for inclusion in HP 2013.2.0.0 2013-05-12 16:12:58 +02:00
Peter Simons
1884de2f6f haskell-attoparsec-enumerator: move this package into its own directory 2013-05-12 16:12:58 +02:00
Peter Simons
58b81e21f0 haskell-unordered-containers: use version 0.2.3.0 for HP 2013.2.0.0 2013-05-12 16:12:36 +02:00
Bjørn Forsman
df09b7fb5f tcptrack: new package
tcptrack is a small libpcap based program (with ncurses UI) for live TCP
connection monitoring.

It seems upstream homepage is down, so download the source code from a
fedora server instead.
2013-05-12 14:03:24 +02:00
Tim Dysinger
c2c129d378 Add Jansson C JSON lib 2013-05-11 11:38:01 -10:00
Evgeny Egorochkin
cef9ee5aab Merge pull request #513 from offlinehacker/firefox_libcanberra
firefoxWrapper: Add libcanberra gtk module to firefox
2013-05-11 14:29:38 -07:00
Eelco Dolstra
3e56da4e77 libarchive: Don't propagate dependencies
There doesn't seem to be a good reason for it.
2013-05-11 19:41:33 +02:00
Peter Simons
0d175b7c60 haskell-accelerate: disable haddock phase to avoid build error
Running Haddock for accelerate-0.13.0.0...
    Warning: The documentation for the following packages are not installed. No
    links will be generated to these packages: rts-1.0
    Preprocessing library accelerate-0.13.0.0...
    Setup: dist/doc/html/accelerate/haddock-prolog16263.txt: invalid argument
2013-05-11 15:55:35 +02:00
Peter Simons
5c54449663 haskell-accelerate-fft: add version 0.13.0.0 2013-05-11 15:55:35 +02:00
Peter Simons
bbbb8f833c haskell-cufft: add version 0.1.0.1 2013-05-11 15:55:35 +02:00
Peter Simons
daec67fbf5 haskell-cuda: drop obsolete version 0.4.1.1 2013-05-11 15:55:35 +02:00
Peter Simons
5735fd0128 haskell-language-c-quote: remove obsolete version 0.4.4 2013-05-11 15:55:35 +02:00
Peter Simons
2daf1ab356 haskell-monad-loops: update to version 0.4.2 2013-05-11 15:55:35 +02:00
Peter Simons
3d3b5ba472 haskell-accelerate: update to version 0.13.0.0 2013-05-11 15:55:35 +02:00
Peter Simons
f3c909143a haskell-accelerate-io: update to version 0.13.0.0 2013-05-11 15:55:35 +02:00
Peter Simons
eea7bbaf1a haskell-accelerate-examples: update to version 0.13.0.0 2013-05-11 15:55:34 +02:00
Peter Simons
e7bf966cd8 haskell-accelerate-cuda: update to version 0.13.0.0 2013-05-11 15:55:34 +02:00
Evgeny Egorochkin
c7b3fbddf0 Merge pull request #520 from dysinger/t/leveldb
Add Google's LevelDB (BSD) to Nix
2013-05-11 04:35:23 -07:00
Bjørn Forsman
7f1509aba6 ninja: use version attribute
...to avoid the risk of downloading a different version than the package
name suggests (i.e. on the next version bump).
2013-05-11 12:01:33 +02:00
Bjørn Forsman
beb2a7a579 ninja: add description and license 2013-05-11 12:01:31 +02:00
Bjørn Forsman
5ab346a327 ninja: move out of pythonPackages
ninja is a build system written in C++ that just happens to use python
to build/install *itself*. It is not a "python package".

After this commit, ninja will be at pkgs.ninja instead of
pkgs.pythonPackages.ninja.
2013-05-11 12:01:00 +02:00
Tim Dysinger
3fc7f4e68f add leveldb 2013-05-10 21:00:31 -10:00
Peter Simons
3b2254a3af Remove myself from the meta.maintainer field of most Haskell packages.
There is no point in receiving hundreds of e-mails; I cannot read them anyway.
2013-05-11 00:36:59 +02:00
Jaka Hudoklin
67af13dbf8 Add libgit2, pygit2 and powerline beta 2013-05-10 20:41:12 +00:00
Peter Simons
c413721d7c haskell-atomic-primops: add version 0.1.0.2 2013-05-10 22:23:32 +02:00
Peter Simons
60195e10ba haskell-haskdogs: update to version 0.3.1 2013-05-10 21:55:38 +02:00
Peter Simons
a6c09a975d haskell-authenticate-oauth: update to version 1.4.0.6 2013-05-10 21:55:38 +02:00
Peter Simons
780689f9f5 haskell-crypto-api: update to version 0.12.2.1 2013-05-10 21:55:37 +02:00
Peter Simons
738cc68fcb haskell-texmath: update to version 0.6.1.5 2013-05-10 21:55:37 +02:00
Peter Simons
23d93b521d haskell-lockfree-queue: update to version 0.2.0.2 2013-05-10 21:55:37 +02:00
Peter Simons
7eb6fa31a6 haskell-hspec: update to version 1.5.4 2013-05-10 21:55:37 +02:00
Peter Simons
794976cc68 haskell-hspec-meta: update to version 1.5.4 2013-05-10 21:55:37 +02:00
Peter Simons
0667548598 haskell-highlighting-kate: update to version 0.5.3.9 2013-05-10 21:55:37 +02:00
Peter Simons
f23da9db3c haskell-abstract-deque: update to version 0.2 2013-05-10 21:55:37 +02:00
Peter Simons
35618d1692 haskell-IORefCAS: update to version 0.2.0.1 2013-05-10 21:55:37 +02:00
Evgeny Egorochkin
9a2685af9b Merge pull request #515 from bjornfor/openocd
OpenOCD: bump from 0.6.1 to 0.7.0
2013-05-10 08:18:52 -07:00
Bjørn Forsman
263b411639 openocd: update homepage
The old one still works, but it redirects to the new one:
http://openocd.sourceforge.net/
2013-05-10 15:30:25 +02:00
Bjørn Forsman
6ad413668e openocd: bump to version 0.7.0
OpenOCD 0.7.0 has grown a dependency on libusb1.
2013-05-10 15:30:25 +02:00
Bjørn Forsman
d67fc9d604 libftdi: bump to version 0.20
Needed for openocd 0.7.0 (added in the next commit).

NOTE: There is also a libftdi 1.0 version, but openocd only needs 0.20
so I didn't bother. (libftdi 1.0 uses CMake build system and has lots of
changes.)
2013-05-10 15:30:11 +02:00
Karn Kallio
5c95ebf300 pakcs: update to version 1.11.2 2013-05-10 14:41:29 +02:00
Lluís Batlle i Rossell
5e4a456e6f Typo in pcl meta 2013-05-10 12:04:59 +02:00
Evgeny Egorochkin
6310f39a5e libbluedevil: update to 1.9.3 2013-05-10 04:37:49 +03:00
Jaka Hudoklin
09f342edc9 firefoxWrapper: Add libcanberra gtk module to firefox 2013-05-10 00:44:03 +00:00
Michael Raskin
76d685d347 Update Racket: patch by Karn Kallio 2013-05-10 00:50:18 +04:00
Lluís Batlle i Rossell
ac4dcaba52 Adding pygobject3 (for bluez4).
bluez-simple-agent fails to work otherwise.
We discussed this a bit on #486, and this looks like the simplest way to
get bluez-simple-agent again.
2013-05-09 19:11:30 +00:00
Vladimír Čunát
ec3965d8d0 Revert Merge x-updates into master due to mesa bloat
See #490 discussion.

This reverts commit 1278859d31, reversing
changes made to 0c020c98f9.

Conflicts:
	pkgs/desktops/xfce/core/xfce4-session.nix (take master)
	pkgs/lib/misc.nix (auto)
2013-05-09 14:03:35 +02:00
Lluís Batlle i Rossell
f1e2c585b6 Adding pcl. (Also updating flann, reworking vtk) 2013-05-09 12:36:22 +02:00
Tim Dysinger
d52b1931f7 added libcello 2013-05-08 16:18:45 -10:00
Phreedom
7a4b06e0e8 Merge pull request #511 from bjornfor/buildbot
Buildbot version bump and add buildbot-slave
2013-05-08 15:45:20 -07:00
Bjørn Forsman
9fa9afe71e buildbot-slave: new package
Tested with buildbot (master).
2013-05-08 22:26:43 +02:00
Bjørn Forsman
a36577367e buildbot: bump to version 0.8.7p1 (latest stable)
* 0.8.7p1 doesn't contain *.info documentation; use manpage
  instead
* Update meta.description to not contain the package name (redundant)
* 0.8.7p1 only builds with python dateutil==1.5, so that has to be added
  as well

Runtime tested with the buildbot slave that is added in the next commit.
2013-05-08 22:09:05 +02:00
Vladimír Čunát
1278859d31 Merge branch 'master' into x-updates
Conflicts (just splitting version from name):
	pkgs/os-specific/linux/systemd/default.nix
2013-05-08 13:46:46 +02:00
Michael Raskin
0c020c98f9 Updates: Wine, SBCL, XBoard 2013-05-08 10:52:47 +04:00
Vladimír Čunát
f58d12c31d libgphoto2: fix build on i686 via a minor update 2013-05-07 17:37:38 +02:00
Eelco Dolstra
d4561be1cb fontconfig: Use /etc/fonts by default again
This removes the need to set $FONTCONFIG_FILE, which is especially
important when using Nixpkgs binaries on non-NixOS systems.

See also 9301524c50.  This is a
regression caused by a change in fontconfig's configure switches.
2013-05-07 13:03:25 +02:00
Evgeny Egorochkin
4ad55db0ad Adding myself as a maintainer of Qt and KDE 2013-05-07 09:57:10 +03:00
Evgeny Egorochkin
a08fba4fce PyQt4: Advance version to 4.10.1. Note: needed for KDE4.10 to build.
Patch contributed by Karn Kallio.
2013-05-06 22:15:06 +03:00
Evgeny Egorochkin
7280f5a44f python sip: Advance to version 4.14.6. Note: Needed for KDE4.10 to build.
Patch contributed by Karn Kallio.
2013-05-06 22:15:06 +03:00
Evgeny Egorochkin
9097d35321 libvncserver: Advance to version 0.9.9. Note: Fixes KDE4.10 build.
Patch contributed by Karn Kallio.
2013-05-06 22:15:05 +03:00
Evgeny Egorochkin
e90c15355c indilib: Advance to version 0.9.6. Note: this fixes the build of kstars from KDE4.10.
Patch contributed by Karn Kallio.
2013-05-06 22:15:05 +03:00
Eelco Dolstra
7480746a12 php-5.4: Don't build gd as a dynamically-loaded extension
We didn't do this in PHP 5.3 either, so it causes regressions if
php.ini isn't set up to load the gd extension.
2013-05-06 14:03:26 +02:00
Peter Simons
9a08612286 haskell-diagrams-core: jailbreak to fix build with monoid-extras 0.3.x 2013-05-05 23:11:25 +02:00
Peter Simons
033a15841f haskell-dual-tree: jailbreak to fix build with monoid-extras 0.3.x 2013-05-05 23:11:25 +02:00
Peter Simons
f475955bc0 haskell-texmath: update to version 0.6.1.4 2013-05-05 23:11:25 +02:00
Peter Simons
9d390c25dd haskell-lifted-base: update to version 0.2.0.5 2013-05-05 23:11:25 +02:00
Peter Simons
dd35bae4ac haskell-hledger: update to version 0.20.0.1 2013-05-05 23:11:24 +02:00
Peter Simons
da3b555857 haskell-hledger-web: update to version 0.20.0.1 2013-05-05 23:11:24 +02:00
Peter Simons
c4556c7456 haskell-hledger-lib: update to version 0.20.0.1 2013-05-05 23:11:24 +02:00
Peter Simons
391f30a2c9 haskell-haxr: update to version 3000.9.1 2013-05-05 23:11:24 +02:00
Peter Simons
d9fa3a5ee2 haskell-doctest: update to version 0.9.7 2013-05-05 23:11:24 +02:00
Peter Simons
4d22681789 haskell-diagrams-lib: update to version 0.6.0.3 2013-05-05 23:11:24 +02:00
Peter Simons
a43495c64f haskell-case-insensitive: update to version 1.0.0.2 2013-05-05 23:11:24 +02:00
Peter Simons
23c536c6ac haskell-binary-shared: update to version 0.8.3 2013-05-05 23:11:23 +02:00
Shea Levy
f8f9f3b1cc binutils_gold: Don't require unneded dependencies.
Based on my scan of the logs they weren't even used when enabled

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-04 18:05:45 -04:00
Shea Levy
88864e331a Try to fix the tarball.
stdenv.gcc.gcc might be null, e.g. on ppc-linux

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-04 17:30:04 -04:00
Domen Kozar
b5241215b1 cython: set platforms 2013-05-04 22:20:27 +02:00
Shea Levy
c4edee4d39 clang: Pass the real gcc install prefix
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-05-04 15:18:37 -04:00
Domen Kozar
d74eece6df libevent: set platforms 2013-05-04 20:29:16 +02:00
Peter Simons
304feb380c haskell-authenticate-oauth: jailbreak to support crypto-pubkey-types 0.3.x 2013-05-03 16:36:23 +02:00
Evgeny Egorochkin
7636315648 Phonon GStreamer backend bugfix version bump 2013-05-03 16:59:14 +03:00
Peter Simons
a0ec8bd020 haskell-cgi: downgrade to version 3001.1.7.5 in GHC 7.6.x
The next Haskell Platform will contain this fairly old version, because
3001.1.8.4 depends on monad-catchio, which is not part of HP.
2013-05-03 11:38:57 +02:00
Peter Simons
05f4568340 haskell-snap: update to version 0.11.3.1 2013-05-03 11:38:57 +02:00
Peter Simons
0b946a6374 haddock: update to version 2.13.2 2013-05-03 11:38:57 +02:00
Peter Simons
c0eca109ed haskell-text: update to version 0.11.3.1 2013-05-03 11:38:56 +02:00
Peter Simons
e39f1607c9 haskell-snap: jailbreak to support current version of hashable 2013-05-03 11:38:56 +02:00
Peter Simons
98dae954cf haskell-vector-binary-instances: add version 0.2.1.0 2013-05-03 11:38:56 +02:00
Peter Simons
14660eb7e5 haskell-hashable: update to version 1.2.0.7 2013-05-03 11:38:55 +02:00
Peter Simons
cb842f9717 haskell-snap: update to version 0.11.3 2013-05-03 11:38:55 +02:00
Peter Simons
8f10a42a32 haskell-reflection: update to version 1.3.1 2013-05-03 11:38:55 +02:00
Peter Simons
074955e2bd haskell-hledger: update to version 0.20 2013-05-03 11:38:54 +02:00
Peter Simons
67aa6b1641 haskell-hledger-web: update to version 0.20 2013-05-03 11:38:54 +02:00
Peter Simons
73c2481889 haskell-hledger-lib: update to version 0.20 2013-05-03 11:38:53 +02:00
Peter Simons
5d6b71b2ff haskell-binary: update to version 0.7.1.0 2013-05-03 11:38:53 +02:00
Peter Simons
3ec2ddf685 haskell-asn1-types: update to version 0.1.3 2013-05-03 11:38:53 +02:00
Peter Simons
cd0b4ebcac haskell-DAV: update to version 0.4.1 2013-05-03 11:38:52 +02:00
Peter Simons
9fd0479f32 haskell-yaml: update to version 0.8.2.4 2013-05-03 11:38:51 +02:00
Peter Simons
73db2859d7 haskell-uuid: update to version 1.2.12 2013-05-03 11:38:51 +02:00
Peter Simons
dc52f9b8a1 haskell-skein: update to version 1.0.3 2013-05-03 11:38:50 +02:00
Peter Simons
e658070162 haskell-reflection: update to version 1.3 2013-05-03 11:38:50 +02:00
Peter Simons
8b99593f18 haskell-pool-conduit: update to version 0.1.2 2013-05-03 11:38:49 +02:00
Peter Simons
842459b22b haskell-ghc-vis: update to version 0.7.0.1 2013-05-03 11:38:49 +02:00
Peter Simons
9e28ed89d1 haskell-cryptocipher: update to version 0.5.0 2013-05-03 11:38:49 +02:00
Peter Simons
ee291973cf haskell-crypto-pubkey: update to version 0.1.3 2013-05-03 11:38:48 +02:00
Peter Simons
6dc8a1158f haskell-crypto-pubkey-types: update to version 0.3.2 2013-05-03 11:38:48 +02:00
Peter Simons
319fc22b7c haskell-conduit: update to version 1.0.5 2013-05-03 11:38:48 +02:00
Peter Simons
6c9c18833f haskell-certificate: update to version 1.3.7 2013-05-03 11:38:47 +02:00
Peter Simons
a6deed86c1 haskell-basic-prelude: update to version 0.3.5.0 2013-05-03 11:38:47 +02:00
Peter Simons
1399445d59 haskell-DAV: update to version 0.4 2013-05-03 11:38:47 +02:00
Domen Kozar
bf58711b2b python: 2.7.3 -> 2.7.4 2013-05-03 09:06:06 +02:00
Vladimír Čunát
55aed5fc1f dbus: bugfix update (still 1.6 branch) 2013-05-02 18:34:21 +02:00
Vladimír Čunát
7c23c0cb47 libgcrypt, libgpgerror: bugfix updates 2013-05-02 18:33:54 +02:00
Vladimír Čunát
03f5775f87 gdk_pixbuf: bugfix update 2013-05-02 18:33:20 +02:00
Peter Simons
318b7e2eeb Merge pull request #495 from bjornfor/stlink
stlink: new package
2013-05-02 06:21:37 -07:00
Lluís Batlle i Rossell
290bc17ff6 Updating go 1.1beta2 to 1.1rc1 2013-05-02 13:17:01 +04:00
Domen Kozar
52edd648d3 fix jquery-ui link 2013-05-02 01:32:12 +02:00