Commit graph

9318 commits

Author SHA1 Message Date
Lluís Batlle i Rossell
f2f50c42d2 gcc47: adding --with-float option to gcc builder
Meant for cross-building. I need that for the raspberrypi
bootstrap-tools. Before this, its bootstrap-tools gcc built
for softfloat by default.
2012-12-28 21:12:57 +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
Eelco Dolstra
88b11196c1 Clean up redundant "if condition then true else false" 2012-12-28 19:57:47 +01:00
Eelco Dolstra
84779a6f7d Remove unnecessary parentheses around if conditions
Pet peeve...
2012-12-28 19:54:15 +01:00
Eelco Dolstra
ab3eeabfed Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc.  "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Eelco Dolstra
5be0a9acd7 Rename hostDrv -> crossDrv, buildDrv -> nativeDrv
This is for consistency with terminology in stdenv (and the terms
"hostDrv" and "buildDrv" are not very intuitive, even if they're
consistent with GNU terminology).
2012-12-28 19:08:19 +01:00
Lluís Batlle i Rossell
affca4a11c Making the raspberrypi glibc include hard float. 2012-12-28 16:53:18 +00: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
Lluís Batlle i Rossell
636303797f gcc47: moving the bootstrap logic into nix
It was in the builder.sh. Similar to the previous patch
to gcc46.
2012-12-27 15:08:17 +00:00
Lluís Batlle i Rossell
f94f53a54e gcc46: moving the bootstrap logic into nix
It was in the builder.sh.
2012-12-27 15:08:16 +00:00
Lluís Batlle i Rossell
d05b33653e gcc47: moving the bootstrap logic into nix
It was in the builder.sh. Similar to the previous patch
to gcc46.
2012-12-27 14:57:32 +00:00
Lluís Batlle i Rossell
e9365882c1 gcc46: moving the bootstrap logic into nix
It was in the builder.sh.
2012-12-27 14:54:44 +00: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
2717392cbf The glibc doesn't like "gnueabihf" in the triplet.
I better set "gnueabi".
2012-12-26 22:01:55 +00:00
Lluís Batlle i Rossell
96b0de4c33 gcc4.7: making the cross-built gcc respect withAbi, withArch, ... 2012-12-26 22:01:51 +00:00
Lluís Batlle i Rossell
0af1283e97 Undoing more glibc unneeded changes 2012-12-26 22:01:26 +00:00
Lluís Batlle i Rossell
68a65bcf2a Undoing glibc 2.13 work for the pi
(previous attempt of bootstrapping from the armv5tel bootstrap tools)
2012-12-26 22:01:22 +00:00
Lluís Batlle i Rossell
6c9002639d I forgot to undo a gcc46 unneeded change. 2012-12-26 22:01:17 +00:00
Lluís Batlle i Rossell
164a84f8f4 Restoring the gcc 4.6 builder. No need to change it. 2012-12-26 22:01:13 +00:00
Lluís Batlle i Rossell
a29b4228e9 Typo in 4.7 builder.sh 2012-12-26 22:00:53 +00:00
Lluís Batlle i Rossell
52ee2b99ee gcc47: fix on configureFlags, for cross-built gcc 2012-12-26 22:00:48 +00:00
Lluís Batlle i Rossell
43fac48f15 gcc47: trying to fix cross-building a gcc 2012-12-26 22:00:44 +00:00
Lluís Batlle i Rossell
651734b619 gcc/gcc-cross-wrapper: making gcc47 work with uclibc
It wants pthreads, and libpthreads wants libdl, and this can
only be found with -rpath-link when cross building.
2012-12-26 22:00:33 +00:00
Lluís Batlle i Rossell
2194b98565 Removing any cross-building kind of native build for the pi. 2012-12-26 22:00:29 +00:00
Lluís Batlle i Rossell
fc51895afe Get gccs understand 'fpu' 2012-12-26 22:00:20 +00:00
Lluís Batlle i Rossell
9fdd9d51bd Setting some kind of cross-compiler situation, for armv6l gnueabihf. 2012-12-26 22:00:15 +00:00
Lluís Batlle i Rossell
b520b4aeee Fixing my bash scripting of the previous commit 2012-12-26 22:00:11 +00:00
Lluís Batlle i Rossell
43fc5ae7cf Trying to fix the gcc builder; I added pi flags in the wrong if/else branch. 2012-12-26 22:00:07 +00:00
root
32c061146d Making gcc use some extra flags to build the proper hardfp gcc.
This commit breaks non-raspberrypi; just testing.
2012-12-26 22:00:02 +00:00
root
1b29d29c76 First movement to get the raspberrypi stdenv building. 2012-12-26 21:59:54 +00: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
Lluís Batlle i Rossell
1af2ada7d4 Fixing the patch in my prev commit
I thought the gcc patch from upstream would apply straight. False,
push-happy.
2012-12-26 19:29:55 +01:00
Lluís Batlle i Rossell
69f52a7916 gcc46: extending the gcc 4.6.3 patch about siginfo to other archs
I took the gcc commit as reference.
2012-12-26 19:18:29 +01: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
Lluís Batlle i Rossell
636722eb93 Less intrussive fix for glibc 2.16 cross-rpcgen build
Using LD_LIBRARY_PATH, sets overrides of libs for all binaries run.

On mips64, the libz in the bootstrap-tools is a bit incompatible with
the libz binutils are built with (ld.so outputs a warning at every program run
that uses libz). binutils need to be dynamically linked to the libz they
have been linked to.

Glibc creates 'shlib.lds' using the gas program output, and it includes the
ld.so warning in case of using LD_LIBRARY_PATH. That breaks the glibc build.

As Makefile includes BUILD_LDFLAGS for the purpose of cross-rpcgen, I
use this instead of the intrusive LD_LIBRARY_PATH.
2012-12-24 13:06:04 +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
Lluís Batlle i Rossell
06f6bb0559 vxl: fixing build with the new linux headers 2012-12-21 10:53:10 +01:00
Lluís Batlle i Rossell
d9f4b0a2e4 binutils: update to 2.23.1, and addition of patch for DT_NEEDED 2012-12-20 23:05:27 +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
Eelco Dolstra
88f7000aa4 openssl: Fix building on Darwin
http://hydra.nixos.org/build/3491716
2012-12-18 18:03:26 +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
f364619e22 Merge remote-tracking branch 'origin/master' into stdenv-updates 2012-12-12 17:01:20 +01: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
Lluís Batlle i Rossell
eee3a373cf opencascade: update to 6.5.4
For GL programs, it has this new requirement:
export CSF_GraphicShr=$CASROOT/lib/libTKOpenGl.so

http://www.salome-platform.org/forum/forum_10/thread_2350
2012-12-11 09:53:26 +01:00
Lluís Batlle i Rossell
d190975896 ftgl: making it link to GL properly.
Its shared objects require mesa symbols of gl and glu.
2012-12-11 09:53:26 +01:00
Peter Simons
ea68e083a1 haskell-wai-app-static: update to version 1.3.0.5 2012-12-10 12:43:49 +01:00
Peter Simons
bc41c1dc05 haskell-uniplate: update to version 1.6.9 2012-12-10 12:43:49 +01:00
Peter Simons
d62a757266 haskell-stylish-haskell: update to version 0.5.5.2 2012-12-10 12:43:49 +01:00
Peter Simons
780e808177 haskell-snap: update to version 0.10.0 2012-12-10 12:43:49 +01:00
Peter Simons
2b057f50d2 haskell-snap-loader-static: update to version 0.9.0.1 2012-12-10 12:43:49 +01:00
Peter Simons
6ed976a3a7 haskell-snap-loader-dynamic: update to version 0.10 2012-12-10 12:43:48 +01:00
Peter Simons
77862082bf haskell-shelly: update to version 0.15.0 2012-12-10 12:43:48 +01:00
Peter Simons
031a864f66 haskell-optparse-applicative: update to version 0.4.3 2012-12-10 12:43:48 +01:00
Peter Simons
d088d94906 haskell-mpppc: update to version 0.1.3 2012-12-10 12:43:48 +01:00
Peter Simons
0447c4f9ae haskell-largeword: update to version 1.0.4 2012-12-10 12:43:48 +01:00
Peter Simons
2e02d9f742 haskell-heist: update to version 0.10.0 2012-12-10 12:43:47 +01:00
Peter Simons
47828eaaf8 haskell-hakyll: update to version 3.5.2.0 2012-12-10 12:43:47 +01:00
Peter Simons
5ed517d538 haskell-glpk-hs: update to version 0.3.4 2012-12-10 12:43:47 +01:00
Peter Simons
86d2e8d90f haskell-gloss: update to version 1.7.8.1 2012-12-10 12:43:47 +01:00
Peter Simons
aba6c3b84e haskell-digestive-functors-heist: update to version 0.5.1.0 2012-12-10 12:43:47 +01:00
Peter Simons
657cab05d8 haskell-cryptohash: update to version 0.8.1 2012-12-10 12:43:47 +01:00
Peter Simons
d0eb00b578 haskell-cprng-aes: update to version 0.3.1 2012-12-10 12:43:46 +01:00
Peter Simons
3819917aa4 haskell-blaze-markup: update to version 0.5.1.4 2012-12-10 12:43:46 +01:00
Peter Simons
74172d89e3 haskell-blaze-html: update to version 0.5.1.3 2012-12-10 12:43:46 +01:00
Peter Simons
f9f9921d7c Add haskell-either version 3.0.2 and haskell-errors version 1.3.1. 2012-12-10 12:43:46 +01:00
Eelco Dolstra
179df95090 Merge remote-tracking branch 'origin/master' into systemd 2012-12-10 12:39:14 +01:00
Evgeny Egorochkin
a787cf2891 Boost: fix to install bjam 2012-12-10 13:35:24 +02:00
Michael Raskin
28d178521d Fix installation of Tk wrapper 2012-12-09 20:06:34 +04:00
Michael Raskin
47f0815655 Julia update; use Tcl/Tk 2012-12-09 11:30:44 +04:00
Peter Simons
f9ad750bdc haskell-uuagc: update to version 0.9.42.2 2012-12-08 11:35:18 +01:00
Peter Simons
f38f3e19f6 haskell-uuagc-cabal: update to version 1.0.4.0 2012-12-08 11:35:18 +01:00
Peter Simons
45ffccf33a haskell-hlint: update to version 1.8.39 2012-12-08 11:35:18 +01:00
Peter Simons
47321f0da9 haskell-test-framework: update to version 0.8 2012-12-08 11:35:17 +01:00
Peter Simons
10472fe339 haskell-test-framework-quickcheck2: update to version 0.3.0.1 2012-12-08 11:35:17 +01:00
Peter Simons
7ad3662635 haskell-simple-sendfile: update to version 0.2.10 2012-12-08 11:35:17 +01:00
Peter Simons
4e3e78476e haskell-lifted-base: update to version 0.2.0.2 2012-12-08 11:35:17 +01:00
Peter Simons
bc431e60ff haskell-lens: update to version 3.7.0.2 2012-12-08 11:35:16 +01:00
Peter Simons
32ee67fb5c haskell-iproute: update to version 1.2.8 2012-12-08 11:35:16 +01:00
Peter Simons
7930da7ac8 haskell-generic-deriving: update to version 1.4.0 2012-12-08 11:35:16 +01:00
Peter Simons
2a84e7fcfd haskell-base64-conduit: update to version 0.5.1 2012-12-08 11:35:16 +01:00
Michael Raskin
d3e5b8feee Fix dummy pseudo-updates being found for some packages 2012-12-08 13:05:43 +04:00
Florian Friesdorf
6278dabe5d python: do not delete site.py for now as it breaks existing use cases
see #209, thx shlevy for reporting this
2012-12-07 11:44:46 +01:00
Peter Simons
fb31bcf213 SDL_image: update to version 1.2.12 2012-12-06 12:02:17 +01:00
Peter Simons
af6d8784e3 haskell-uniplate: update to version 1.6.8 2012-12-06 11:55:12 +01:00
Peter Simons
4c9badf75e haskell-time-compat: update to version 0.1.0.2 2012-12-06 11:55:12 +01:00
Peter Simons
6cb3783088 haskell-stylish-haskell: update to version 0.5.5.1 2012-12-06 11:55:12 +01:00
Peter Simons
872b49de05 haskell-pem: update to version 0.1.2 2012-12-06 11:55:12 +01:00
Peter Simons
f9e04cc5e7 haskell-parallel-io: update to version 0.3.2.2 2012-12-06 11:55:12 +01:00
Peter Simons
eb69a483f9 haskell-lifted-base: update to version 0.2.0.1 2012-12-06 11:55:12 +01:00
Peter Simons
61fb876e19 haskell-lens: update to version 3.6.0.3 2012-12-06 11:55:11 +01:00
Peter Simons
c7034c5ebd haskell-hspec: update to version 1.4.3 2012-12-06 11:55:11 +01:00
Peter Simons
dd709c6bbb haskell-cryptohash: update to version 0.7.10 2012-12-06 11:55:11 +01:00
Peter Simons
5e9d75b77f haskell-cryptocipher: update to version 0.3.7 2012-12-06 11:55:11 +01:00
Peter Simons
d1ea6e9f24 haskell-cipher-aes: update to version 0.1.5 2012-12-06 11:55:11 +01:00
Peter Simons
96913b590a haskell-blaze-markup: update to version 0.5.1.3 2012-12-06 11:55:11 +01:00
Peter Simons
a52f7a7c6c haskell-blaze-html: update to version 0.5.1.2 2012-12-06 11:55:11 +01:00
Peter Simons
342382b217 haskell-hledger-web: jailbreak to fix build with recent versions of GHC 2012-12-06 11:52:50 +01:00
Peter Simons
7835055497 haskell-pandoc: add myself as a maintainer 2012-12-06 11:32:56 +01:00
Peter Simons
0aca58b570 haskell-tabular: jailbreak to fix build with recent versions of GHC 2012-12-06 11:31:25 +01:00
Peter Simons
1a8f9a46ef haskell-mpppc: jailbreak to fix build with recent versions of GHC 2012-12-06 11:31:14 +01:00
Peter Simons
0dcbfcc975 Added Haskell packages kansas-lava 0.2.4, netlist-to-vhdl 0.3.1, netlist 0.3.1, and sized-types 0.3.4.0. 2012-12-06 10:55:00 +01:00
cillianderoiste
5b0cd954f1 Merge pull request #206 from chaoflow/python-merge
python pureness, cleanup, and enable pth loaders (setuptoolsSite, recursivePthLoader)
2012-12-05 14:28:09 -08:00
Mathijs Kwik
bc9efb67ef spice: upgrade to 0.12.0 2012-12-05 20:22:49 +01:00
Mathijs Kwik
dac03f264e spice-protocol: upgrade to 0.12.2 2012-12-05 20:22:49 +01:00
Peter Simons
496ecee2c9 haskell-warp: update to version 1.3.5.1 2012-12-05 14:03:48 +01:00
Peter Simons
9c72514f21 haskell-tls: update to version 1.0.3 2012-12-05 14:03:48 +01:00
Peter Simons
90605c2850 haskell-tls-extra: update to version 0.5.1 2012-12-05 14:03:48 +01:00
Peter Simons
354c261db6 haskell-test-framework: update to version 0.7.0 2012-12-05 14:03:47 +01:00
Peter Simons
d666015591 haskell-test-framework-quickcheck2: update to version 0.3.0 2012-12-05 14:03:47 +01:00
Peter Simons
7e71c1ec12 haskell-test-framework-quickcheck: update to version 0.3.0 2012-12-05 14:03:47 +01:00
Peter Simons
7269ebfa55 haskell-test-framework-hunit: update to version 0.3.0 2012-12-05 14:03:47 +01:00
Peter Simons
ba5b6b3a79 haskell-stylish-haskell: update to version 0.5.5.0 2012-12-05 14:03:47 +01:00
Peter Simons
c2443a8172 haskell-silently: update to version 1.2.4.1 2012-12-05 14:03:47 +01:00
Peter Simons
dfd90e33e2 haskell-repa-examples: update to version 3.2.3.1 2012-12-05 14:03:46 +01:00
Peter Simons
fa0160d575 haskell-project-template: update to version 0.1.1 2012-12-05 14:03:46 +01:00
Peter Simons
5c74cfb12f haskell-persistent-postgresql: update to version 1.1.1 2012-12-05 14:03:46 +01:00
Peter Simons
7220eb17f3 haskell-parseargs: update to version 0.1.3.4 2012-12-05 14:03:46 +01:00
Peter Simons
ae249a4b19 haskell-network-conduit: update to version 0.6.2 2012-12-05 14:03:46 +01:00
Peter Simons
fd037a2c09 haskell-lens: update to version 3.6.0.2 2012-12-05 14:03:46 +01:00
Peter Simons
4e2d9aaf4a haskell-http-conduit: update to version 1.8.5 2012-12-05 14:03:45 +01:00
Peter Simons
1245b6d617 haskell-hspec: update to version 1.4.2.3 2012-12-05 14:03:45 +01:00
Peter Simons
b920a3c5ad haskell-hamlet: update to version 1.1.2 2012-12-05 14:03:45 +01:00
Peter Simons
045b354777 haskell-ansi-terminal: update to version 0.5.5.1 2012-12-05 14:03:45 +01:00
Peter Simons
53995e2049 haskell-base64-conduit: add version 0.5.0 2012-12-05 14:03:45 +01:00
Florian Friesdorf
78be948175 change order of phases for python modules: checkPhase after installPhase
at least pycrypto it helps
2012-12-05 11:31:28 +01:00
Florian Friesdorf
3cf96816b0 pycrypto for python26 and 27 2012-12-05 11:31:28 +01:00
Florian Friesdorf
cd905b16af pil uses buildPythonPackage and is now actually also built for 2.6 2012-12-05 11:31:27 +01:00
Eelco Dolstra
5e256ccc88 Merge remote-tracking branch 'origin/master' into stdenv-updates 2012-12-04 17:12:35 +01:00
Mathijs Kwik
2b4fba3d03 neoload: upgrade to 4.1.1 2012-12-04 12:02:36 +01:00
Michael Raskin
60d26455b9 Update libev 2012-12-04 10:14:14 +04:00
Michael Raskin
3bfecac4af Update DirectFB 2012-12-04 10:13:38 +04:00
Michael Raskin
2ace67c2bc Update SBCL to 1.1.2 2012-12-04 09:57:38 +04:00
Ludovic Courtès
89beb9cf72 hwloc: update to 1.6 2012-12-03 16:21:15 +01:00
Peter Simons
158388b521 haskell-cpphs: update to version 1.15 2012-12-03 16:12:12 +01:00
Peter Simons
b690d7a20b haskell-hlint: update to version 1.8.37 2012-12-03 16:12:12 +01:00
Peter Simons
e9fc18f1e1 haskell-yesod: update to version 1.1.5 2012-12-03 16:12:11 +01:00
Peter Simons
7bc986c7b6 haskell-yesod-test: update to version 0.3.2 2012-12-03 16:12:11 +01:00
Peter Simons
99783182a2 haskell-yesod-persistent: update to version 1.1.0.1 2012-12-03 16:12:11 +01:00
Peter Simons
006afee7be haskell-yesod-form: update to version 1.2.0.2 2012-12-03 16:12:11 +01:00
Peter Simons
5bd47fd5b5 haskell-yesod-core: update to version 1.1.6.1 2012-12-03 16:12:10 +01:00
Peter Simons
ac3e804728 haskell-yesod-auth: update to version 1.1.2.1 2012-12-03 16:12:10 +01:00
Peter Simons
2b4569f528 haskell-wai-extra: update to version 1.3.0.5 2012-12-03 16:12:10 +01:00
Peter Simons
f78de0a623 haskell-void: update to version 0.5.10 2012-12-03 16:12:10 +01:00
Peter Simons
87c3707b5c haskell-unix-time: update to version 0.1.4 2012-12-03 16:12:10 +01:00
Peter Simons
b672dd4532 haskell-test-framework-th: update to version 0.2.4 2012-12-03 16:12:10 +01:00
Peter Simons
f742cae66e haskell-repa: update to version 3.2.3.1 2012-12-03 16:12:10 +01:00
Peter Simons
0806c798a2 haskell-repa-io: update to version 3.2.3.1 2012-12-03 16:12:09 +01:00
Peter Simons
05f1fcd269 haskell-repa-examples: update to version 3.2.3.1 2012-12-03 16:12:09 +01:00
Peter Simons
a4e47942c9 haskell-repa-algorithms: update to version 3.2.3.1 2012-12-03 16:12:09 +01:00
Peter Simons
e724fe3dc5 haskell-pool-conduit: update to version 0.1.1 2012-12-03 16:12:09 +01:00
Peter Simons
b18524091a haskell-persistent: update to version 1.1.0 2012-12-03 16:12:08 +01:00
Peter Simons
2ff122935a haskell-persistent-template: update to version 1.1.0 2012-12-03 16:12:08 +01:00
Peter Simons
090f151ae7 haskell-persistent-sqlite: update to version 1.1.0 2012-12-03 16:12:08 +01:00
Peter Simons
8b25a6ed59 haskell-persistent-postgresql: update to version 1.1.0 2012-12-03 16:12:08 +01:00
Peter Simons
d4b3e7c447 haskell-monad-logger: update to version 0.2.3.1 2012-12-03 16:12:08 +01:00
Peter Simons
4e77a0899f haskell-http-conduit: update to version 1.8.4.5 2012-12-03 16:12:08 +01:00
Peter Simons
2ea2715c45 haskell-hspec: update to version 1.4.2.2 2012-12-03 16:12:07 +01:00
Peter Simons
d7daa9c5ee haskell-hjsmin: update to version 0.1.4 2012-12-03 16:12:07 +01:00
Peter Simons
498cfc52ea haskell-happstack-server: update to version 7.1.1 2012-12-03 16:12:07 +01:00
Peter Simons
a69fbde5b3 haskell-hakyll: update to version 3.5.2.0 2012-12-03 16:12:07 +01:00
Peter Simons
7d8de45636 haskell-ghc-paths: update to version 0.1.0.9 2012-12-03 16:12:06 +01:00
Peter Simons
6413bb1533 haskell-diagrams-core: update to version 0.5.0.1 2012-12-03 16:12:06 +01:00
Peter Simons
8afc31a740 haskell-cprng-aes: update to version 0.3.0 2012-12-03 16:12:06 +01:00
Peter Simons
57631b141e haskell-conduit: update to version 0.5.5 2012-12-03 16:12:06 +01:00
Peter Simons
0444c4cc34 haskell-cipher-aes: update to version 0.1.4 2012-12-03 16:12:05 +01:00
Peter Simons
4e3daebfba haskell-MemoTrie: update to version 0.6.1 2012-12-03 16:12:05 +01:00
Peter Simons
401a5f682e haskell-HDBC: update to version 2.3.1.2 2012-12-03 16:12:05 +01:00
Peter Simons
562297c740 haskell-HDBC-odbc: update to version 2.3.1.1 2012-12-03 16:12:05 +01:00
Peter Simons
44b2202daa haskell-DSH: update to version 0.8.2.3 2012-12-03 16:12:05 +01:00
Peter Simons
627962c5e6 haskell-DAV: update to version 0.3 2012-12-03 16:12:05 +01:00
Peter Simons
6ebd25484e haskell-crypto-random-api: add version 0.1.0 2012-12-03 16:12:04 +01:00
Peter Simons
440e52ff4b haskell-time-compat: add version 0.1.0.1 2012-12-03 16:12:04 +01:00
Shea Levy
389df7d0c3 nodejs v0.8.15 2012-12-03 10:05:39 -05:00
Florian Friesdorf
17597e8350 propagate setuptoolsSite to load pth files 2012-12-03 05:20:50 +01:00
Florian Friesdorf
e50571e29d setuptoolsSite - only setuptools' site.py 2012-12-03 05:20:04 +01:00
Florian Friesdorf
d4d76a8443 make diff to master look nicer 2012-12-03 04:41:19 +01:00
Rob Vermaas
dd0ba5d093 Only build hiphopvm on x86_64-linux. 2012-12-02 20:49:59 +01:00
Rob Vermaas
8c5d9098fa Add hiphopvm 2012-12-02 15:24:28 +01:00
Rob Vermaas
6f4c88c7b9 Use older libmemcached 1.0.7 2012-12-02 15:19:14 +01:00
Rob Vermaas
faaa1581e2 Added re2c 0.13.5 2012-12-02 00:25:01 +01:00
Rob Vermaas
502587abb0 Added libdwarf, libevent 1.4, libmcrypt, libmemcached, oniguruma. These are dependencies for HipHop Virtual Machine. 2012-12-01 21:28:32 +01:00
Rob Vermaas
86a5ad6d80 Add some PHP support for gettext and gd/freetype needed for zabbix 2.0 2012-12-01 21:19:19 +01:00
Ludovic Courtès
366689a448 gnutls: disable parallel builds 2012-12-01 15:18:24 +01:00
Antono Vasiljev
495f4c597f remove avr gcc from inputs (it should be rebuit with C++ support) 2012-12-01 05:00:45 +03:00
Ludovic Courtès
5b1cbc54b5 guile: update to 2.0.7 2012-11-30 22:34:01 +01:00