Commit Graph

12516 Commits

Author SHA1 Message Date
Vladimír Čunát
68430cf3d7 Merge branch master into x-updates
Conflicts (trivial, minor update on master, major here):
	pkgs/development/libraries/mesa/default.nix
2013-11-16 20:32:44 +01:00
Kim Simmons
db3abf1c45 nanomsg: new package
Socket library built in C but provides bindings in many languages.
Highly efficient and easy to use.

[@bjornfor: whitespace fixes, quote shell variables and add meta.platforms]
2013-11-16 17:06:12 +01:00
Petr Rockai
e3f2e2e10b libcxx: Update to 190100 and build with libc++abi. 2013-11-16 13:53:48 +01:00
Petr Rockai
2c9f0e059a clang: Do not try to build clang-tblgen in LLVM's build path. 2013-11-16 13:53:48 +01:00
Peter Simons
188834603a haskell-shake: update to version 0.10.9 2013-11-16 12:33:40 +01:00
Peter Simons
17fd8d5627 haskell-system-posix-redirect: update to version 1.1.0.1 2013-11-16 12:33:39 +01:00
Kim Simmons
49bf246491 Minifix: didn't use the name variable in the package. 2013-11-15 17:41:33 +01:00
Kim Simmons
a8e3167228 LuaJIT: New package
Just-in-time compiler for lua 5.1 with strong focus on performance.
Uses the same API as lua 5.1 which makes it extremely easy to integrate.
2013-11-15 17:20:29 +01:00
Bjørn Forsman
04ce6241ac lttv: update 1.5-beta1 -> 1.5
This makes lttv build again with the new GTK+ version that was recently
updated in nixpkgs.
2013-11-15 00:19:15 +01:00
Domen Kožar
38185f8e51 pypy: 2.1 -> 2.2 2013-11-14 16:22:04 +01:00
Bjørn Forsman
fbfa569efd stlink: fix chroot build
Add sha256 attribute to fetchgit to make it a fixed-output derivation
(needed for chroot builds).
2013-11-13 23:30:47 +01:00
Bjørn Forsman
a8d63681db stlink: fix package name
To stop nixpkgs-lint from saying "stlink: package has no version".
2013-11-13 23:25:48 +01:00
Eelco Dolstra
847544d895 php: Update to 5.4.21 2013-11-13 17:33:58 +01:00
Peter Simons
e006e06be6 haskell-pem: update to version 0.2.1 2013-11-13 15:12:29 +01:00
Peter Simons
37f44b6089 haskell-crypto-pubkey: update to version 0.2.2 2013-11-13 15:12:29 +01:00
Peter Simons
f646bb6c8b haskell-crypto-numbers: update to version 0.2.3 2013-11-13 15:12:29 +01:00
Peter Simons
4441ae7424 haskell-cpu: update to version 0.1.2 2013-11-13 15:12:29 +01:00
Lluís Batlle i Rossell
fda66c9ff4 Updating tox to master 2013-11-13 09:21:44 +01:00
Aristid Breitkreuz
f923c32204 boost: fix hardcoded hash
Closes #1209

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-11-12 23:02:39 +00:00
Moritz Ulrich
96552b683e Erlang: Update to R16B02.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-11-12 20:06:46 +01:00
Vladimír Čunát
9220d5b002 libxml2 on FreeBSD: disable impure python detection
This might be good for all platforms,
when we do some big rebuild again.
2013-11-12 14:09:15 +01:00
Vladimír Čunát
91028bd151 upower: fix Xfce via --enable-deprecated
Also drop older libusb1 version which is no longer needed with newer upower.
2013-11-12 10:05:57 +01:00
Vladimír Čunát
85d21a6963 libxml2: bump 2.9.0 -> 2.9.1 (CVE-2013-1969)
And drop patch that has been merged upstream.
Close #1199.
Hack around python install problems (the rest is from bjornfor).
2013-11-11 22:32:46 +01:00
Peter Simons
a6d30242a1 Merge pull request #1201 from errge/master
Add direct-sqlite haskell library
2013-11-11 13:16:20 -08:00
Peter Simons
393689dcea Merge pull request #1202 from Zoomulator/master
gtest: New package, the google c++ testing framework.
2013-11-11 13:15:47 -08:00
Peter Simons
2192ddec0e boost: say hello to version 1.55.0 2013-11-11 22:08:47 +01:00
Kim Simmons
530a8dc7dc gtest: New package, the google c++ testing framework.
BSD licensed testing framework from google:
https://code.google.com/p/googletest/
2013-11-11 16:51:23 +01:00
Gergely Risko
d9ed78cbd9 Add direct-sqlite haskell library 2013-11-11 16:36:14 +01:00
Peter Simons
7aefd575b5 haskell-yesod-static: disable the yesod-static test suite
It produces a strange error:

  Running 1 test suites...
  Test suite tests: RUNNING...

  /nix/store/gwm3821513h0jwcgxr73r3ay90shaq7r-haskell-base64-bytestring-ghc7.6.3-1.0.0.1/bin/../lib/ghc-7.6.3/package.conf.d/base64-bytestring-1.0.0.1.installedconf:1:19272:
      Not in scope: `main'
      Perhaps you meant `min' (imported from Prelude)
  ...

I'm not sure what this means.
2013-11-11 14:39:59 +01:00
Peter Simons
716318c54d haskell-process-conduit: add version 1.0.0.1 2013-11-11 14:39:59 +01:00
Peter Simons
4159147663 haskell-control-monad-loop: add version 0.1 2013-11-11 14:39:59 +01:00
Peter Simons
c9afccda1d haskell-yesod: update to version 1.2.3 2013-11-11 14:39:59 +01:00
Peter Simons
bdbda93222 haskell-yesod-static: update to version 1.2.1 2013-11-11 14:39:59 +01:00
Peter Simons
07fa9cec40 haskell-yesod-form: update to version 1.3.4 2013-11-11 14:39:59 +01:00
Peter Simons
e3f874c0f7 haskell-yesod-core: update to version 1.2.5 2013-11-11 14:39:59 +01:00
Peter Simons
59d4efda21 haskell-yesod-bin: update to version 1.2.4 2013-11-11 14:39:59 +01:00
Peter Simons
f4775459ac haskell-threads: update to version 0.5.0.3 2013-11-11 14:39:59 +01:00
Peter Simons
598541fc15 haskell-html-conduit: update to version 1.1.0.1 2013-11-11 14:39:59 +01:00
Peter Simons
95fdcdb200 haskell-conduit: update to version 1.0.9 2013-11-11 14:39:58 +01:00
Peter Simons
876e2278c9 haskell-bifunctors: update to version 4.1.1 2013-11-11 14:39:58 +01:00
Peter Simons
20b512de7c haskell-keter: update to version 1.0.1.2 2013-11-11 14:39:58 +01:00
Peter Simons
6509447e81 haskell-thyme: update to version 0.3.0.3 2013-11-11 14:39:58 +01:00
Peter Simons
57d39d5083 haskell-tasty: update to version 0.4.0.1 2013-11-11 14:39:58 +01:00
Peter Simons
11c930d02a haskell-language-c-quote: update to version 0.7.5 2013-11-11 14:39:58 +01:00
Peter Simons
2f466ae9a0 haskell-cereal: update to version 0.4.0.1 2013-11-11 14:39:58 +01:00
Peter Simons
cbaf113858 haskell-HsSyck: update to version 0.51 2013-11-11 14:39:58 +01:00
Peter Simons
9537b2c8d2 haskell-HList: update to version 0.2.3 2013-11-11 14:39:58 +01:00
Peter Simons
0cd6b6e896 haskell-thyme: update to version 0.3.0.2 2013-11-11 14:39:58 +01:00
Peter Simons
7d97e8c982 haskell-texmath: update to version 0.6.5.2 2013-11-11 14:39:58 +01:00
Peter Simons
f25b2c1be6 haskell-HsOpenSSL: update to version 0.10.3.5 2013-11-11 14:39:58 +01:00