Commit graph

22,930 commits

Author SHA1 Message Date
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
Michael Raskin
a862f2abf0 Merge pull request #217 from ppietrasa/master
kadu version bump
2012-12-27 05:31:54 -08: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
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
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
root
1b29d29c76 First movement to get the raspberrypi stdenv building. 2012-12-26 21:59:54 +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
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
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