Lluís Batlle i Rossell
a8dedfc1d0
Merge branch 'stdenv-updates' into pi-stdenv-updates
2012-12-29 09:05:13 +00:00
Eelco Dolstra
01acc493ca
Merge branch 'stdenv-updates' of github.com:NixOS/nixpkgs into stdenv-updates
2012-12-29 02:02:33 +01:00
Eelco Dolstra
291527a6d9
glibc: Drop nss-skip-unavail.patch
...
From a quick look at the 1063-line monstrosity that is gaih_inet(), I
*think* that this patch is no longer needed. But I could be wrong.
2012-12-29 01:01:31 +01:00
Eelco Dolstra
d3d3cea6bd
glibc: Update rpcgen-path.patch
2012-12-29 00:49:21 +01:00
Eelco Dolstra
db418fce3d
glibc: Update to 2.17
...
Note that glibc-ports is now part of the main glibc tarball.
2012-12-29 00:48:14 +01:00
Lluís Batlle i Rossell
67aa9243f0
Merge branch 'stdenv-updates' into pi-stdenv-updates
...
Conflicts:
pkgs/development/compilers/gcc/4.7/default.nix
Trivial.
2012-12-28 23:30:53 +01:00
Lluís Batlle i Rossell
b58780c43d
Merge remote-tracking branch 'eelco/master' into stdenv-updates
...
Conflicts:
pkgs/development/compilers/gcc/4.7/default.nix
Trivial solution.
2012-12-28 23:28:16 +01:00
Lluís Batlle i Rossell
c4cc88aca2
Merge branch 'pi-stdenv-updates' of https://github.com/viric/nixpkgs into pi-stdenv-updates
2012-12-28 21:21:24 +01:00
Lluís Batlle i Rossell
4485ee5916
glibc: removing raspberrypi specific code
...
I think its --with-fp or --without-fp makes nothing, for arm.
2012-12-28 21:16:25 +01:00
Lluís Batlle i Rossell
719ba63004
Merge branch 'stdenv-updates' into pi-stdenv-updates
...
Conflicts:
pkgs/development/compilers/gcc/4.6/default.nix
pkgs/development/compilers/gcc/4.7/default.nix
The 4.7 had some weird parameters added in crossAttrs; I've removed
them, but I don't understand where they come from.
2012-12-28 20:14:01 +00: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
Michael Raskin
a862f2abf0
Merge pull request #217 from ppietrasa/master
...
kadu version bump
2012-12-27 05:31:54 -08: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