1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

9328 commits

Author SHA1 Message Date
Mathijs Kwik 67ff54e4e9 iso-codes: upgrade to 3.40 2013-01-13 14:30:54 +01:00
Peter Simons 8d003b28e4 haskell-wai-extra: update to version 1.3.2 2013-01-12 15:30:35 +01:00
Peter Simons cefe3bf331 haskell-reactive-banana: update to version 0.7.1.1 2013-01-12 15:30:35 +01:00
Peter Simons a1ac3801dd haskell-libmpd: update to version 0.8.0.2 2013-01-12 15:30:35 +01:00
Peter Simons 5c4b91506e haskell-http-conduit: update to version 1.8.6.3 2013-01-12 15:30:35 +01:00
Peter Simons 4d6f490c31 haskell-gitit: update to version 0.10.1.2 2013-01-12 15:30:35 +01:00
Peter Simons 3180c593f0 haskell-cprng-aes: update to version 0.3.4 2013-01-12 15:30:34 +01:00
Peter Simons bf86b890c8 haskell-cipher-aes: update to version 0.1.7 2013-01-12 15:30:34 +01:00
Alexander Foremny 0500d16899 Fix mit-scheme
These changes are necessary for me to use mit-scheme on i686 NixOS.
mit-scheme in the current state should be broken on x86_64 either and
these changes should fix, too. I however did not test this.
2013-01-12 13:11:55 +01:00
Florian Friesdorf 24d48d9170 don't put propagated recursivePthLoader into pth file, #257 2013-01-11 18:04:27 +01:00
Sander van der Burg ed78245478 Merge branch 'master' of github.com:NixOS/nixpkgs 2013-01-11 18:02:58 +01:00
Sander van der Burg f2c66f54e6 Fix compliation of gts on Darwin 2013-01-11 18:02:36 +01:00
Florian Friesdorf a7a6173a3f pygtk in pythonPackages, checks disabled, demo works, relates #223
Previously the checkPhase was not executed. It is now and a couple of
issues with it are seded away.
2013-01-11 17:45:26 +01:00
Florian Friesdorf 59879f6496 fixup: pygobject rename pth 2013-01-11 16:11:07 +01:00
Florian Friesdorf e856c72159 pygobject: in pythonPackages, removed hack handled now by pth 2013-01-11 15:30:56 +01:00
Florian Friesdorf 87423443b8 pycairo: move to pythonPackages 2013-01-11 15:23:44 +01:00
Florian Friesdorf a59164e931 modules propgate recursivePthLoader
An alternative would be to include it with the plain `python`.
2013-01-11 10:54:25 +01:00
Florian Friesdorf 212b4df91c recursivePthLoader included via wrapper, not propagated by modules 2013-01-11 09:53:28 +01:00
Florian Friesdorf 4329ba3fb1 Merge branch 'channel-nixos' into python 2013-01-11 07:35:30 +01:00
Lluís Batlle i Rossell 7e1d0c12a3 stuntrally: updating from 1.4 to 1.8
I updated ogre and mygui, too. Now myguiSvn is older than mygui.
We should check if this commit breaks other games that use ogre (ror?)
2013-01-10 15:11:12 +01:00
Florian Friesdorf 42d49b47ba comment unneeded buildInputStrings 2013-01-10 12:50:17 +01:00
Florian Friesdorf 0f52f5a945 Revert "don't propagate recursivePthLoader, it is needed to process it already"
This reverts commit edd160452e.

If we propagate it, derivations that use a python package will also
get the recursivePthLoader needed to process the pth files of the
package.
2013-01-09 22:29:46 +01:00
Florian Friesdorf 1cd2bd460b whitespace 2013-01-09 22:29:41 +01:00
Florian Friesdorf 06ca1e4768 Merge branch 'channel-nixos' into python 2013-01-09 22:18:38 +01:00
Peter Simons 1036942197 haskell-dimensional-tf: add version 0.1.1 2013-01-09 17:08:51 +01:00
Peter Simons 9e1df1ada3 haskell-numtype-tf: add version 0.1 2013-01-09 17:08:17 +01:00
Peter Simons 029439c0f6 haskell-type-level-natural-number: add version 1.1.1 2013-01-09 16:57:46 +01:00
Peter Simons aeef9a1ed4 haskell-warp: update to version 1.3.7 2013-01-09 16:54:31 +01:00
Peter Simons 65fe988502 haskell-multiarg: update to version 0.8.0.0 2013-01-09 16:54:31 +01:00
Peter Simons 7004eced83 haskell-monoid-extras: update to version 0.2.2.2 2013-01-09 16:54:31 +01:00
Peter Simons c080c85572 haskell-lens: update to version 3.7.3 2013-01-09 16:54:31 +01:00
Peter Simons 8d1e639df2 haskell-dual-tree: update to version 0.1.0.1 2013-01-09 16:54:30 +01:00
Peter Simons be8637c1f7 haskell-diagrams-lib: update to version 0.6.0.1 2013-01-09 16:54:30 +01:00
Peter Simons ef4706675c haskell-diagrams-core: update to version 0.6.0.1 2013-01-09 16:54:30 +01:00
Peter Simons 3b4b0d56be haskell-active: update to version 0.1.0.3 2013-01-09 16:54:30 +01:00
Peter Simons 90952495db haskell-naturals: add version 0.2.0.2 2013-01-09 16:54:29 +01:00
Peter Simons 59aa248876 haskell-nat: add version 0.3 2013-01-09 16:54:29 +01:00
Rob Vermaas cfdf35d6f9 Add preInstall ot buildPythonPackage (postInstall already existed) to allow selenium to work properly again. 2013-01-09 15:46:14 +01:00
Florian Friesdorf 0f007baf70 Merge branch 'channel-nixos' into python 2013-01-09 10:44:45 +01:00
Florian Friesdorf a37cabdbb7 fix python-2.6 build: purity for systems with stdenv.gcc.libc
On other systems python26 will continue to look for
/usr/include/netinet/in.h among others. I don't know whether/what to
do about that.
2013-01-09 08:45:03 +01:00
Florian Friesdorf 56517508d8 python-2.6.8: long overdue 2013-01-09 08:44:58 +01:00
Florian Friesdorf ee0204d2c8 for some reason the python2.6 manpage is not gzipped 2013-01-09 08:27:39 +01:00
Florian Friesdorf 723d5a5581 fix python-2.6 build: purity for systems with stdenv.gcc.libc
On other systems python26 will continue to look for
/usr/include/netinet/in.h among others. I don't know whether/what to
do about that.
2013-01-09 08:26:15 +01:00
Florian Friesdorf 16e2a9133f python-2.6.8: long overdue 2013-01-09 08:06:46 +01:00
Florian Friesdorf 6654cb8a10 comment 2013-01-09 05:21:01 +01:00
Lluís Batlle i Rossell 0347868151 Updating libvdpau.
This fixes an annoying bug in nvidia hw accelerated video, where all colors
are messed.
http://cgit.freedesktop.org/~aplattner/libvdpau/commit/?id=ca9e637c61e80145f0625a590c91429db67d0a40
2013-01-08 20:41:44 +01:00
Eelco Dolstra 1909f9547d Merge remote-tracking branch 'origin/master' into systemd 2013-01-08 17:06:43 +01:00
Rob Vermaas d6571f932f Fix nodejs 2013-01-07 21:30:57 +01:00
Sander van der Burg c6ff338e27 Added package + build functions for Titanium SDK, a cross-platform mobile development kit 2013-01-07 18:22:10 +01:00
Sander van der Burg 03621d4cd8 Remove my darwin workarounds for node.js 2013-01-07 17:01:50 +01:00
Sander van der Burg eecb135cad apr-util: Reenabling openldap support again 2013-01-07 16:58:09 +01:00
Sander van der Burg 5b0ca88d97 - Added xcodeenv: experimental support to build iOS apps through Nix
- Moved mobile development tools into a separate folder
2013-01-07 16:52:42 +01:00
Peter Simons a547de1ecb haskell-hlint: update to version 1.8.40 2013-01-07 12:18:36 +01:00
Peter Simons 2666c6f94c haskell-void: update to version 0.5.11 2013-01-07 12:18:36 +01:00
Peter Simons e1ee00d67b haskell-uu-parsinglib: update to version 2.7.4.1 2013-01-07 12:18:36 +01:00
Peter Simons 87e992ad62 haskell-texmath: update to version 0.6.1.2 2013-01-07 12:18:36 +01:00
Peter Simons cbd23de696 haskell-semigroups: update to version 0.9 2013-01-07 12:18:36 +01:00
Peter Simons ae9e14ae13 haskell-semigroupoids: update to version 3.0.1 2013-01-07 12:18:35 +01:00
Peter Simons 6fa197d6e4 haskell-pretty-show: update to version 1.5 2013-01-07 12:18:35 +01:00
Peter Simons 351c10751e haskell-network-conduit: update to version 0.6.2.2 2013-01-07 12:18:35 +01:00
Peter Simons 7025e23710 haskell-lens: update to version 3.7.2 2013-01-07 12:18:34 +01:00
Peter Simons 305485b279 haskell-http-reverse-proxy: update to version 0.1.1.1 2013-01-07 12:18:34 +01:00
Peter Simons 407ee56a61 haskell-http-conduit: update to version 1.8.6.2 2013-01-07 12:18:34 +01:00
Peter Simons 0931bf92c1 haskell-highlighting-kate: update to version 0.5.3.4 2013-01-07 12:18:34 +01:00
Peter Simons 4ef1cb39ed haskell-hakyll: update to version 3.5.2.1 2013-01-07 12:18:34 +01:00
Peter Simons d5971b4e2d haskell-fsnotify: update to version 0.0.6 2013-01-07 12:18:34 +01:00
Peter Simons 98067f47bf haskell-either: update to version 3.0.3 2013-01-07 12:18:33 +01:00
Peter Simons 18df74561d haskell-distributive: update to version 0.3 2013-01-07 12:18:33 +01:00
Peter Simons eb3448ddcf haskell-comonads-fd: update to version 3.0.1 2013-01-07 12:18:33 +01:00
Peter Simons 493a5736ac haskell-comonad: update to version 3.0.1.1 2013-01-07 12:18:33 +01:00
Peter Simons 8437ef7a18 haskell-comonad-transformers: update to version 3.0.1 2013-01-07 12:18:33 +01:00
Peter Simons e891d62a6c Jailbreak Haskell packages to deal with update of semigroups. 2013-01-07 12:16:48 +01:00
Peter Simons 750ed5b8da wxHaskell: patch wxc to fix build error 2013-01-07 12:14:33 +01:00
Peter Simons 8dd292c32f haskell-transformers-compat: add version 0.1 2013-01-07 12:05:25 +01:00
Peter Simons c8e152b915 haskell-nats: add version 0.1 2013-01-07 12:05:16 +01:00
Peter Simons 2c219adf4d haskell-hashable: update (unused) 1.2.x version to 1.2.0.3 2013-01-07 12:04:35 +01:00
Eelco Dolstra c6c1bc6b0f Merge branch 'master' into systemd 2013-01-07 00:34:25 +01:00
Michael Raskin 6e482a673d SBCL: Update to 1.1.3 2013-01-07 01:35:44 +04:00
Lluís Batlle i Rossell 8a50276bd4 libmicrohttpd: update; the old url didn't work
They take out old versions from the file server
2013-01-06 10:53:17 +01:00
Peter Simons fdf4dddac1 automake: add version 1.13.1 2013-01-04 20:51:45 +01:00
Peter Simons 21dcee77c0 haskell-splot: update to version 0.3.8 2013-01-04 19:24:18 +01:00
Peter Simons e1a9fb4f98 haskell-SourceGraph: update to version 0.7.0.4 2013-01-04 19:24:17 +01:00
Peter Simons b5b85a462a haskell-zip-archive: update to version 0.1.3.3 2013-01-04 19:24:17 +01:00
Peter Simons e4127994c8 haskell-yesod-core: update to version 1.1.7.1 2013-01-04 19:24:17 +01:00
Peter Simons 2225e641b8 haskell-yaml: update to version 0.8.2 2013-01-04 19:24:17 +01:00
Peter Simons dcf34d73b3 haskell-xss-sanitize: update to version 0.3.3 2013-01-04 19:24:17 +01:00
Peter Simons 81bd4fe366 haskell-wai-extra: update to version 1.3.1.1 2013-01-04 19:24:17 +01:00
Peter Simons 23b52d157b haskell-wai-app-static: update to version 1.3.1 2013-01-04 19:24:17 +01:00
Peter Simons 4ff7cdeec7 haskell-tabular: update to version 0.2.2.4 2013-01-04 19:24:17 +01:00
Peter Simons a2c2dddf76 haskell-srcloc: update to version 0.4.0 2013-01-04 19:24:17 +01:00
Peter Simons d8efd50ae1 haskell-random-source: update to version 0.3.0.4 2013-01-04 19:24:16 +01:00
Peter Simons b3123e5ede haskell-random-fu: update to version 0.2.4.0 2013-01-04 19:24:16 +01:00
Peter Simons d7e9d418de haskell-persistent: update to version 1.1.3.2 2013-01-04 19:24:16 +01:00
Peter Simons 3e833fbf9c haskell-persistent-template: update to version 1.1.2.1 2013-01-04 19:24:16 +01:00
Peter Simons 266f63884f haskell-mainland-pretty: update to version 0.2.5 2013-01-04 19:24:16 +01:00
Peter Simons d995882f94 haskell-liblastfm: update to version 0.1.0.0 2013-01-04 19:24:16 +01:00
Peter Simons 786c925f73 haskell-language-c-quote: update to version 0.4.4 2013-01-04 19:24:16 +01:00
Peter Simons 83d0f9c54b haskell-http-date: update to version 0.0.4 2013-01-04 19:24:16 +01:00
Peter Simons 35fbdd0e8c haskell-http-conduit: update to version 1.8.6.1 2013-01-04 19:24:16 +01:00
Peter Simons 4f6765224c haskell-hsemail: update to version 1.7.4 2013-01-04 19:24:15 +01:00
Peter Simons 919e80809f haskell-heist: update to version 0.10.2.1 2013-01-04 19:24:15 +01:00
Peter Simons 53019390d1 haskell-graphviz: update to version 2999.15.0.1 2013-01-04 19:24:15 +01:00
Peter Simons 6f6cce58fe haskell-gitit: update to version 0.10.1.1 2013-01-04 19:24:15 +01:00
Peter Simons 1c8bd5c4bb haskell-fsnotify: update to version 0.0.5 2013-01-04 19:24:15 +01:00
Peter Simons cfbd7b04fb haskell-filestore: update to version 0.6 2013-01-04 19:24:15 +01:00
Peter Simons 02362d7064 haskell-file-embed: update to version 0.0.4.7 2013-01-04 19:24:15 +01:00
Peter Simons 7465fcb13f haskell-double-conversion: update to version 0.2.0.6 2013-01-04 19:24:15 +01:00
Peter Simons 0e641a6be9 haskell-digestive-functors-heist: update to version 0.5.1.1 2013-01-04 19:24:14 +01:00
Peter Simons 4e4b37391a haskell-dataenc: update to version 0.14.0.5 2013-01-04 19:24:14 +01:00
Peter Simons 51d2037ebc haskell-cryptohash: update to version 0.8.3 2013-01-04 19:24:14 +01:00
Peter Simons a17b729ebe haskell-crypto-random-api: update to version 0.2.0 2013-01-04 19:24:14 +01:00
Peter Simons 52867cbbda haskell-cprng-aes: update to version 0.3.2 2013-01-04 19:24:14 +01:00
Peter Simons eada7c6434 haskell-conduit: update to version 0.5.6 2013-01-04 19:24:14 +01:00
Peter Simons 7035074f8c haskell-clientsession: update to version 0.8.0.2 2013-01-04 19:24:14 +01:00
Peter Simons bb0d531fa3 haskell-classy-prelude: update to version 0.4.3 2013-01-04 19:24:13 +01:00
Peter Simons d94ffba8b8 haskell-classy-prelude-conduit: update to version 0.4.3 2013-01-04 19:24:13 +01:00
Peter Simons d2cc7f2467 haskell-cautious-file: update to version 1.0.2 2013-01-04 19:24:13 +01:00
Peter Simons 7459971e05 haskell-basic-prelude: update to version 0.3.2.0 2013-01-04 19:24:13 +01:00
Peter Simons 40d7add812 haskell-Graphalyze: update to version 0.14.0.0 2013-01-04 19:24:13 +01:00
Peter Simons ae444b8eb8 haskell-Diff: update to version 0.2.0 2013-01-04 19:24:12 +01:00
Peter Simons f7ef8f0990 haskell-X11: dropped obsolete version 1.5.0.1 2013-01-04 19:10:36 +01:00
Lluís Batlle i Rossell 2ada8ec1f0 wxgtk29: updating to 2.9.4 2013-01-04 09:52:18 +01:00
Lluís Batlle i Rossell a72f66aded ffmpeg 1.0: adding alsa support 2013-01-03 19:45:20 +01:00
Rickard Nilsson db292a74c0 Merge remote-tracking branch 'upstream/master' into systemd
Conflicts:
	pkgs/tools/networking/network-manager/default.nix
2013-01-03 13:44:47 +01:00
Vladimír Čunát 0147801ee7 Merge pull request #240 from RSzibele/tinyxml-2.6.2
Added TinyXML 2.6.2.
2012-12-31 04:29:24 -08:00
RSzibele e66e926121 Added TinyXML-2.6.2. 2012-12-31 11:13:55 +01:00
Lluís Batlle i Rossell fde74242bf gcc47: Adding gcc mode, cross-building.
It's useful to build toolchains for armv7-m, to set thumb mode. It doesn't
support arm mode. chaoflow needed it.
2012-12-28 20:21:23 +01:00
Peter Simons 1e30c001f4 haskell-yesod: update to version 1.1.7.2 2012-12-27 20:54:48 +01:00
Peter Simons 7314885b72 haskell-yesod-test: update to version 0.3.3 2012-12-27 20:54:48 +01:00
Peter Simons 166d32986b haskell-yesod-static: update to version 1.1.1.2 2012-12-27 20:54:48 +01:00
Peter Simons ce545c402e haskell-yesod-core: update to version 1.1.7 2012-12-27 20:54:48 +01:00
Peter Simons bfa35ee90f haskell-shelly: update to version 0.15.4 2012-12-27 20:54:48 +01:00
Peter Simons dc9ea53ad9 haskell-shakespeare-js: update to version 1.1.1 2012-12-27 20:54:48 +01:00
Peter Simons 9284872e1c haskell-persistent: update to version 1.1.3.1 2012-12-27 20:54:48 +01:00
Peter Simons 6444a5f6d1 haskell-persistent-postgresql: update to version 1.1.2.1 2012-12-27 20:54:48 +01:00
Peter Simons b7b317bd42 haskell-monad-logger: update to version 0.2.3.2 2012-12-27 20:54:48 +01:00
Peter Simons 6aab84be9a haskell-http-reverse-proxy: update to version 0.1.1 2012-12-27 20:54:48 +01:00
Peter Simons f402b9bb28 haskell-heist: update to version 0.10.2 2012-12-27 20:54:48 +01:00
Peter Simons e906757ac1 haskell-hamlet: update to version 1.1.3.1 2012-12-27 20:54:48 +01:00
Michael Raskin e3ad10bca8 Merge pull request #230 from Rotsor/sysperf
Updated sysprof from 1.0.12 to 1.2.0.
2012-12-27 05:34:11 -08:00
Michael Raskin a862f2abf0 Merge pull request #217 from ppietrasa/master
kadu version bump
2012-12-27 05:31:54 -08:00
Arseniy Alekseyev d1e70f9b84 Updated sysprof from 1.0.12 to 1.2.0.
Updated the sysprof package. I've removed 1.0.12 because itwas failing to build.
It also allowed to simplify the expression because 1.2.0 no longer
includes a kernel module.
2012-12-27 01:02:06 +00:00
Eelco Dolstra 99f7c4e324 Merge branch 'master' into systemd 2012-12-27 01:28:25 +01:00
Arseniy Alekseyev b21cee6f63 Fixed hash for the bloomfilter Haskell package
For the reason, see https://github.com/haskell/cabal/issues/1017#issuecomment-8097073.
2012-12-27 01:27:47 +01:00
Lluís Batlle i Rossell 499e686ca5 distcc: Fixing indentation
Noticed by niksnut.
2012-12-26 23:32:23 +01:00
Lluís Batlle i Rossell 67c73aafe8 Fixing distccMasquerade to have gas too 2012-12-26 21:54:09 +00:00
Lluís Batlle i Rossell d779fc2da9 distccMasquerade: some fixes 2012-12-26 21:54:07 +00:00
Lluís Batlle i Rossell ea5f15813c distcc: Adding a derivation that prepares a masquerade for distccd 2012-12-26 21:54:06 +00:00
Lluís Batlle i Rossell 3e57886620 Adding wrappers for distcc, similar to those of ccache. 2012-12-26 21:53:57 +00:00
Peter Simons 1235f25426 libtxc_dxtn: add version 1.0.1
The build expression was kindly provided by Arseniy Alekseyev.
2012-12-25 11:57:55 +01:00
Peter Simons b0e92ac388 haskell-timeplot: update to version 1.0.19 2012-12-25 11:35:04 +01:00
Peter Simons 5827744a0e haskell-splot: update to version 0.3.7 2012-12-25 11:35:04 +01:00
Peter Simons dc4cb4303e haskell-zeromq3-haskell: update to version 0.2 2012-12-25 11:35:04 +01:00
Peter Simons da0af2a322 haskell-yesod: update to version 1.1.7.1 2012-12-25 11:35:04 +01:00
Peter Simons 3a8f40b200 haskell-shelly: update to version 0.15.3.3 2012-12-25 11:35:03 +01:00
Peter Simons ff0f2ba3c6 haskell-pretty-show: update to version 1.3.2 2012-12-25 11:35:03 +01:00
Peter Simons 2d32eb9d89 haskell-persistent: update to version 1.1.2 2012-12-25 11:35:03 +01:00
Peter Simons 9621ba5f91 haskell-persistent-template: update to version 1.1.2 2012-12-25 11:35:03 +01:00
Peter Simons 623262bebe haskell-persistent-sqlite: update to version 1.1.2 2012-12-25 11:35:03 +01:00
Peter Simons 6974fbdfa2 haskell-persistent-postgresql: update to version 1.1.2 2012-12-25 11:35:03 +01:00
Peter Simons 6cf77ad122 haskell-parallel-io: update to version 0.3.3 2012-12-25 11:35:03 +01:00
Peter Simons 2818d6961d haskell-optparse-applicative: update to version 0.5.2.1 2012-12-25 11:35:03 +01:00
Peter Simons 8825cd6891 haskell-yesod-form: the haddock documentation build errors have been fixed 2012-12-25 11:34:57 +01:00
Peter Simons 5bf938a635 lua-5.1: build liblua.so and install the pkgconfig file and the documentation 2012-12-25 11:25:56 +01:00
Peter Simons 4cd591fbf9 haskell-yesod-auth: update to version 1.1.3 2012-12-23 20:14:44 +01:00
Peter Simons 3090910aa3 haskell-yaml: update to version 0.8.1.2 2012-12-23 20:14:44 +01:00
Peter Simons 95ebd465c6 haskell-vault: update to version 0.2.0.4 2012-12-23 20:14:44 +01:00
Peter Simons ee4812c29d haskell-unix-compat: update to version 0.4.1.0 2012-12-23 20:14:44 +01:00
Peter Simons 38fa2ad62a haskell-tls: update to version 1.0.3 2012-12-23 20:14:44 +01:00
Peter Simons 31c2908651 haskell-strptime: update to version 1.0.10 2012-12-23 20:14:44 +01:00
Peter Simons 0a84d46d8f haskell-shelly: update to version 0.15.2 2012-12-23 20:14:44 +01:00
Peter Simons 4bfdfe35ec haskell-semigroups: update to version 0.8.5 2012-12-23 20:14:44 +01:00
Peter Simons 34d6fad8e7 haskell-network-conduit: update to version 0.6.2.1 2012-12-23 20:14:44 +01:00
Peter Simons 35e3e9a007 haskell-mime-types: update to version 0.1.0.1 2012-12-23 20:14:44 +01:00
Peter Simons 857aaa9fa9 haskell-lens: update to version 3.7.1.2 2012-12-23 20:14:43 +01:00
Peter Simons 84e30e5f2a haskell-http-conduit: update to version 1.8.5.2 2012-12-23 20:14:43 +01:00
Peter Simons fbc7ee57b2 haskell-hslogger-template: update to version 2.0.2 2012-12-23 20:14:43 +01:00
Peter Simons 523f5d6752 haskell-hsemail: update to version 1.7.3 2012-12-23 20:14:43 +01:00
Peter Simons 3f1cc9ba24 haskell-diagrams-contrib: update to version 0.6.0.1 2012-12-23 20:14:43 +01:00
Peter Simons 199914f70e haskell-cryptohash: update to version 0.8.2 2012-12-23 20:14:43 +01:00
Peter Simons 84b63145d2 haskell-configurator: update to version 0.2.0.2 2012-12-23 20:14:43 +01:00
Peter Simons ccdd75a394 haskell-Boolean: update to version 0.1.2 2012-12-23 20:14:43 +01:00
Peter Simons 5defad00b5 haskell-snap: jailbreak to support latest version of 'hashable' 2012-12-23 20:14:43 +01:00
Peter Simons a5576114b6 haskell-heist: jailbreak to support latest version of 'hashable' 2012-12-23 20:14:43 +01:00
Peter Simons 275cfb8a80 haskell-hashable: add version 1.2.0.2 2012-12-23 20:14:40 +01:00
Peter Simons 6a15e8da08 haskell-bmp: update 1.2.3.x branch to 1.2.3.4 2012-12-23 19:51:05 +01:00
Antono Vasiljev dde7b978d6 inotool: add avr-gcc-libc to inputs 2012-12-23 18:21:51 +02:00
Antono Vasiljev 4403215806 AVR GCC: enable C++ support (makes it usable with Arduino)
- GCC version bumped, 4.6.1 had some arduino related bug
2012-12-23 18:20:34 +02:00
Antono Vasiljev d4fc33b13a Merge branch 'master' into arduino
Conflicts:
	pkgs/top-level/all-packages.nix
2012-12-23 00:17:23 +02:00
Lluís Batlle i Rossell d476a7eac0 distcc: making it build 2012-12-22 17:13:47 +01:00
Florian Friesdorf 838761cad2 python manpages as python2.6, python2.7 and python
see #68
2012-12-22 03:26:26 +01:00
Florian Friesdorf edd160452e don't propagate recursivePthLoader, it is needed to process it already 2012-12-22 02:41:10 +01:00
Florian Friesdorf aab93e8479 do not create e.g pth file for build inputs
if they are really needed they will be in pth file created by
easy_install. If that does not work, they need to be put into
propagatedBuildInputs or the setup.py fixed.

see #210
2012-12-22 02:35:04 +01:00
Florian Friesdorf aeef72fa85 python-modules: remove long non-functional propagated-user-env-packages
we use recursive processing of pth files instead
2012-12-22 02:18:29 +01:00
Florian Friesdorf 27a73428cc remove site.py files
setuptools site.py can't resolve recursively which is needed for nix,
as each package has its own directory. A different solution than
putting the loader into every package output needs to be found.

see also #209
2012-12-22 02:15:08 +01:00
Florian Friesdorf ad55bb39ba prefix setuptools -> python-setuptools 2012-12-22 01:15:16 +01:00
Florian Friesdorf 886742d91a use recursivePthLoader instead of setuptoolsSite 2012-12-22 01:13:23 +01:00
Sander van der Burg 8602eeda81 - Updated android SDK to version 21
- Updated platform-tools, addons and system-images that belong to release 21 accordingly
- We must also patch 64-bit emulator instances now
2012-12-20 14:04:52 +01:00
Piotr Pietraszkiewicz 45937caa2f Bumped kadu to v0.12.2 and its dependency libgadu to v1.11.2 2012-12-17 20:44:59 +01:00
Andres Loeh 0f5976b599 ghc-paths: Fix patch to hopefully work with older GHCs. 2012-12-16 17:25:43 +01:00
Andres Loeh d068aa9861 Patch ghc-paths to interact better with ghcWithPackages.
When the ghc-paths library is compiled, the paths of the
compiler it is compiled with are being hardcoded in the
library (and can then be queried from other applications
using the library).

But on Nix, packages are compiled with ghc-wrapper, and
subsequently possibly used with a special version of ghc
generated for a particular environment of packages. So
one version of ghc-paths may potentially end up being
used by lots of different instances of ghc. The hardcoding
approach fails.

As a work-around, we now patch ghc-paths so that it allows
setting the paths that can be queried via environment
variables. Specific GHC environments can then set these
environment variables in the wrapper shell script that
invokes GHC.

This should at least partially solve issue #213.
2012-12-16 14:25:15 +01:00
Peter Simons 3017d35260 haskell-vault: update to version 0.2.0.3 2012-12-15 11:32:48 +01:00
Peter Simons fe826eb71d haskell-unordered-containers: update to version 0.2.3.0 2012-12-15 11:32:47 +01:00
Peter Simons 06669abb0f haskell-uniplate: update to version 1.6.10 2012-12-15 11:32:47 +01:00
Peter Simons 4b3a48b75f haskell-lens: update to version 3.7.1 2012-12-15 11:32:47 +01:00
Peter Simons f7cf103ee8 haskell-iproute: update to version 1.2.10 2012-12-15 11:32:47 +01:00
Peter Simons 5653671646 haskell-heist: update to version 0.10.1 2012-12-15 11:32:47 +01:00
Peter Simons fc17b6d767 haskell-diagrams-svg: update to version 0.6.0.1 2012-12-15 11:32:47 +01:00
Peter Simons cc5b72c240 haskell-case-insensitive: update to version 0.4.0.4 2012-12-15 11:32:47 +01:00
Peter Simons 4a1cf1dc95 haskell-attoparsec: update to version 0.10.3.0 2012-12-15 11:32:47 +01:00
Peter Simons 6201716063 haskell-aeson: update to version 0.6.1.0 2012-12-15 11:32:47 +01:00
Lluís Batlle i Rossell b956b77423 eigen: adding back eigen 2.0, for kde.
Kdeedu wants eigen 2.0.
2012-12-14 22:23:36 +01:00
Florian Friesdorf 0fb9688235 python prefix for recursive pth loader and fix typo 2012-12-14 19:47:51 +01:00
Mathijs Kwik 4d57a834f9 phantomjs: it seems upx packing is only used on x86_64 2012-12-14 00:27:43 +01:00
Mathijs Kwik fbee57defb new package: casperjs 2012-12-13 17:51:03 +01:00
Mathijs Kwik 2cdc567ff5 new package: phantomjs 2012-12-13 17:51:03 +01:00
Michael Raskin 215c5f0ff8 EQL: update to latest snapshot 2012-12-13 15:53:24 +04:00
Lluís Batlle i Rossell 543bc8c984 eigen: updating from eigen2 to eigen3 2012-12-13 12:38:19 +01:00
Eelco Dolstra 8116fd9341 consolekit: Remove
This package is obsolete with systemd.
2012-12-13 11:30:18 +01:00
Peter Simons dbb4c0a7ab haskell-Crypto: update to version 4.2.5.1 2012-12-13 11:07:16 +01:00
Michael Raskin f0997b9737 ECL: update to 12.12.1 2012-12-13 10:07:18 +04:00
Eelco Dolstra 6a176c79cf Merge remote-tracking branch 'origin/master' into systemd 2012-12-12 16:09:19 +01:00
Peter Simons f284ff8326 haskell-yesod: update to version 1.1.7 2012-12-12 11:54:27 +01:00
Peter Simons c90c6a776e haskell-yesod-default: update to version 1.1.3 2012-12-12 11:54:27 +01:00
Peter Simons 04bef3c9a2 haskell-yesod-auth: update to version 1.1.2.2 2012-12-12 11:54:27 +01:00
Peter Simons b092e70e33 haskell-word8: update to version 0.0.3 2012-12-12 11:54:27 +01:00
Peter Simons 32ca1065d8 haskell-warp: update to version 1.3.6 2012-12-12 11:54:27 +01:00
Peter Simons 453976e0dd haskell-vector-space: update to version 0.8.6 2012-12-12 11:54:27 +01:00
Peter Simons 38779740b6 haskell-snap: update to version 0.10.0.1 2012-12-12 11:54:27 +01:00
Peter Simons fddf48d435 haskell-persistent: update to version 1.1.0.1 2012-12-12 11:54:27 +01:00
Peter Simons 677e274bbb haskell-persistent-template: update to version 1.1.1 2012-12-12 11:54:27 +01:00
Peter Simons bebe2376dd haskell-language-c-quote: update to version 0.4.4 2012-12-12 11:54:27 +01:00
Peter Simons b177c326ee haskell-iproute: update to version 1.2.9 2012-12-12 11:54:27 +01:00
Peter Simons f21cecadfc haskell-http-reverse-proxy: update to version 0.1.0.7 2012-12-12 11:54:27 +01:00
Peter Simons 5bf750e568 haskell-http-conduit: update to version 1.8.5.1 2012-12-12 11:54:27 +01:00
Peter Simons 2b57173a4b haskell-ghc-mod: update to version 1.11.3 2012-12-12 11:54:26 +01:00
Peter Simons 0ab913ecf9 haskell-diagrams-lib: update to version 0.6 2012-12-12 11:54:26 +01:00
Peter Simons 60363063b1 haskell-diagrams: update to version 0.6 2012-12-12 11:54:26 +01:00
Peter Simons ff255d83bf haskell-diagrams-core: update to version 0.6 2012-12-12 11:54:26 +01:00
Peter Simons 2e453bc006 haskell-diagrams-cairo: update to version 0.6 2012-12-12 11:54:26 +01:00
Peter Simons fbaec0afc3 haskell-crypto-conduit: update to version 0.4.2 2012-12-12 11:54:26 +01:00
Peter Simons 15b8c51cf8 haskell-classy-prelude: update to version 0.4.2 2012-12-12 11:54:26 +01:00
Peter Simons b360b1642e haskell-classy-prelude-conduit: update to version 0.4.2 2012-12-12 11:54:26 +01:00
Peter Simons b9bf83031c haskell-blaze-svg: add version 0.3.3.0 2012-12-12 11:40:10 +01:00
Peter Simons 8572b50535 haskell-dual-tree: add version 0.1.0.0 2012-12-12 11:40:00 +01:00
Peter Simons 75173b144f haskell-force-layout: add version 0.2 2012-12-12 11:39:51 +01:00
Peter Simons 72a16af4b3 haskell: add minimorph-0.1.4.0 and miniutter-0.4.0 2012-12-12 11:39:17 +01:00
Peter Simons 1612d80354 haskell-monoid-extras: add version 0.2.2.1 2012-12-12 11:39:03 +01:00
Peter Simons b5ec495f5f haskell: add diagrams-contrib-0.6 and diagrams-svg-0.6 2012-12-12 11:37:44 +01:00
Lluís Batlle i Rossell 36f78f6d5f opencv: update to 2.4.3 2012-12-11 13:47:41 +01:00