1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00
Commit graph

23203 commits

Author SHA1 Message Date
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 e2d505b24e More renames 2012-12-28 19:42:10 +01:00
Eelco Dolstra dcdef5a0fe More random cleanup 2012-12-28 19:37:42 +01:00
Eelco Dolstra 22ba03c123 Random cleanup: use "or" in adapters.nix 2012-12-28 19:35:35 +01:00
Eelco Dolstra 3fa03df78c openssh: Remvoe unused Perl dependency
Since "buildNativeInputs" was misspelled, Perl is not actually used.
2012-12-28 19:26:28 +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
Eelco Dolstra f4ed8a3b91 Remove trailing whitespace 2012-12-28 16:41:56 +01:00
Eelco Dolstra cf8daf6312 Add an option ‘stdenv.userHook’ to set a global stdenv setup hook
This allows various applications.  It allows users to set global
optimisation flags, e.g.

  stdenv.userHook = ''NIX_CFLAGS_COMPILE+=" -funroll-loops"'';

But the impetus is as an alternative to issue #229, allowing impure
stdenv setup for people who want to use distcc:

  stdenv.userHook = "source /my/impure/setup-script.sh";

This is probably a bad idea, but at least now it's a bad idea in
people's configuration and not in Nixpkgs. :-)
2012-12-28 16:36:09 +01:00
Eelco Dolstra 6fd4f63530 Revert "Merge pull request #229 from viric/niximpure2-stdenv-updates"
This reverts commit e04b17bfba, reversing
changes made to 1af2ada7d4.
2012-12-28 15:46:45 +01:00
Rok Garbas 60de7967da weechat: update and adding pycrypto support (for fish.py plugin) 2012-12-28 02:17:04 +01:00
Rok Garbas 5872a8eae8 aircrack-ng: update 2012-12-28 02:16:31 +01:00
Lluís Batlle i Rossell 095db9fe3f stdenv: Stripping out/lib32 too
If not, in mips64/n32, lib32/libiberty.a was left without stripping, and
it contained (debug) references to bootstrap-tools.
2012-12-27 23:36:01 +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
Peter Simons 60cb018d80 youtube-dl: update to version 2012.12.11
The new build comes with man page and bash completion installed.
2012-12-27 20:46:28 +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
viric e04b17bfba Merge pull request #229 from viric/niximpure2-stdenv-updates
Allow /niximpure/impure.sh impurity, only for users wanting it
2012-12-27 07:04:56 -08:00
Michael Raskin b31e6aa794 Merge pull request #231 from RSzibele/master
Added Logisim 2.7.1
2012-12-27 06:32:03 -08:00
RSzibele fcdf685793 Added Logisim-2.7.1. 2012-12-27 16:25:39 +01:00
Michael Raskin 15d6989322 Merge pull request #232 from ierton/xkb-switch
Xkb switch
2012-12-27 06:05:12 -08:00
Sergey Mironov c27b556673 xkb_switch: command line tool to switch X keyboard layouts 2012-12-27 17:45:08 +04: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 dd6ef6229e Merge pull request #226 from maggesi/hol_light_updates
Update HOL Light (and fix installation)
2012-12-27 05:33:24 -08:00
Michael Raskin 356bd22822 Merge pull request #212 from washort/redis
add missing patch for redis on OSX
2012-12-27 05:32:55 -08:00
Michael Raskin a862f2abf0 Merge pull request #217 from ppietrasa/master
kadu version bump
2012-12-27 05:31:54 -08:00
Michael Raskin c7a8d9f98d Merge pull request #221 from Eelis/master
Ion3 update to 20090110
2012-12-27 05:31:22 -08:00
Michael Raskin 7b08a67096 Merge pull request #218 from Davorak/master
Include Python for Vim by default in vim_configureable(pkgs.vimHugX)
2012-12-27 05:13:52 -08:00
Sergey Mironov f1e15325f9 maintainers: add myself to the maintainers list 2012-12-27 15:44:11 +04: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 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