Commit graph

9039 commits

Author SHA1 Message Date
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
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
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
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
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
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
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