3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

23361 commits

Author SHA1 Message Date
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 a30086c8d5 Disabling ppl and cloog on gcc for raspberrypi. Shorter stdenv builds. 2012-12-26 21:59:58 +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 63035ba87d Merging more distcc derivations, at the style of ccache
These allow building a Masquerade PATH for distccd, or overriding
stdenv to use distcc.
2012-12-26 21:54: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 b190e6cd93 Fixing problems in the previous commit. It didn't work. 2012-12-26 22:20:43 +01:00
Lluís Batlle i Rossell 635880a17a 2nd approach at getting a check for /niximpure in stdenv-updates 2012-12-26 21:38:58 +01: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
Antono Vasiljev d67da925a6 Merge branch 'master' of github.com:NixOS/nixpkgs 2012-12-25 22:00:47 +02:00
Antono Vasiljev 2828729b9b mu0 -> mu, version bump 2012-12-25 21:59:48 +02: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 591f85f17e celestia: add version 1.6.1 2012-12-25 11:26:53 +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