Commit graph

31,140 commits

Author SHA1 Message Date
Eelco Dolstra
2ca9fc3a32 Make Firefox 15 the default (for realz this time) 2012-09-26 17:29:07 -04:00
Eelco Dolstra
599517668c Fix Firefox config option processing 2012-09-26 17:27:20 -04:00
Eelco Dolstra
948aa32e46 atk: Update to 2.6.0 2012-09-26 15:17:54 -04:00
Eelco Dolstra
d5758c99a3 Merge remote-tracking branch 'origin/master' into x-updates
Conflicts:
	pkgs/misc/maven/maven-1.0.nix
	pkgs/os-specific/linux/xf86-input-wacom/default.nix
2012-09-26 14:51:51 -04:00
Eelco Dolstra
b7b45c60df Update Linux headers to 3.5 2012-09-26 14:29:56 -04:00
Eelco Dolstra
ab53df106f Get the 3.3.5 kernel headers to build in the stdenv bootstrap
We don't have xz early in the bootstrap, so use the bz2 tarball.  Also
add SHELL=bash to get it to build.
2012-09-26 14:14:07 -04:00
Lluís Batlle i Rossell
62c5eab5cd Adding opus-tools.
At least a program that uses libopus.
2012-09-25 20:08:01 +02:00
Lluís Batlle i Rossell
664ee28936 Adding libopus
I still don't know any program that can use it.
2012-09-25 20:01:56 +02:00
Lluis Batlle
839f124ba1 ocaml: native code building for ARM on 3.12 and 4.00
I think it already works. I'll test more throughly tomorrow.
2012-09-25 19:38:06 +02:00
Lluis Batlle
30e76124e6 platforms: adding sha1 to the sheevaplug
The mv-cesa requires soft sha1 as fallback, to work.
2012-09-25 19:37:17 +02:00
Lluís Batlle i Rossell
1bd6ee6556 Adding umurmur and protobuf-c. 2012-09-25 19:35:03 +02:00
Lluís Batlle i Rossell
ad0b63265c picocom: adding picocom, 1.7 2012-09-25 19:23:34 +02:00
Peter Simons
d3dc95834a boost-headers: update to version 1.51.0 2012-09-25 12:16:01 +02:00
Peter Simons
bae4524eee boost: delete obsolete version 1.50.0 2012-09-25 12:15:59 +02:00
Michael Raskin
1527b10016 Adding restund 2012-09-25 10:34:45 +04:00
Eelco Dolstra
df5c2a8661 IO::Compress: Update to fix the build
http://hydra.nixos.org/build/3060018
2012-09-24 17:43:47 -04:00
Eelco Dolstra
886ed14f0d Drop non-existent boostFull from release-small.nix 2012-09-24 17:43:47 -04:00
Michael Raskin
732811700a Added BareSIP 2012-09-24 21:03:02 +04:00
Peter Simons
f1bfc3055d dovecot: drop obsolete versions 1.0.3 and 1.1.1 2012-09-24 10:03:10 -04:00
Peter Simons
d2b8b9e45a haskell-defaults.nix: drop override of repaExamples attribute in older compilers 2012-09-24 12:08:34 +02:00
Peter Simons
fb37bdc583 haskell-threads: add version 0.5.0.1 2012-09-24 12:08:29 +02:00
Peter Simons
7621bd32ae haskell-QuickCheck: update to version 2.5.1.1 2012-09-24 12:08:29 +02:00
Peter Simons
df80a705af haskell-happy: add version 1.18.10 2012-09-24 12:08:29 +02:00
Lluís Batlle i Rossell
57b578189b Adding cryptodev-linux, and made openssl use it optionally.
I'm trying to get the CESA of the sheevaplug available to openssl.
2012-09-23 20:51:15 +02:00
Michael Raskin
37418b3f70 Add farstream support to gajim 2012-09-23 21:39:26 +04:00
Shea Levy
48395bd3e4 nodePackages.knox 2012-09-22 09:32:37 -04:00
Shea Levy
a45a8698b3 nodePackages.node-expat 2012-09-22 09:29:51 -04:00
Peter Simons
88f166bf61 Merge pull request #129 from aforemny/haskell-attoparsec-binary
Haskell attoparsec binary
2012-09-22 02:55:45 -07:00
Eelco Dolstra
0874615fcc Remove User Mode Linux
It hasn't built in a long time and it's obsolete IMHO.
2012-09-21 13:32:37 -04:00
Eelco Dolstra
a18bf8bc7b Remove obsolete Xfce 4.6 2012-09-21 10:58:06 -04:00
Alexander Foremny
47706bf9f6 Fix typo 2012-09-21 16:29:55 +02:00
Alexander Foremny
abc7c382ce Add attoparsec-binary-0.1.0.1 2012-09-21 16:29:12 +02:00
Eelco Dolstra
4367db0bd2 Disable libxcrypt in PAM
It no longer builds: http://hydra.nixos.org/build/3046895

AFAIK we need libxcrypt for the legacy blowfish support, but it might
be better to apply this patch to Glibc:

http://cvs.pld-linux.org/cgi-bin/viewvc.cgi/cvs/packages/glibc/glibc-crypt-blowfish.patch?view=log
2012-09-21 10:18:48 -04:00
Shea Levy
a9f8dd2c13 Add optimist nodePackage 2012-09-20 14:08:40 -04:00
Peter Simons
56bb1ac90b haskell-network: update to version 2.4.0.1 2012-09-20 14:09:08 +02:00
Peter Simons
355cf69c76 haskell-Cabal: add version 1.16.0 2012-09-20 14:08:10 +02:00
Eelco Dolstra
e6077fbc46 Remove getConfig helper function
An expression like ‘getConfig [ "cabal" "libraryProfiling" ] false’
can be written more concisely as ‘config.cabal.libraryProfiling or false’.
2012-09-19 13:56:56 -04:00
Eelco Dolstra
0062d0f11d Mark alternative stdenvs as lowPrio 2012-09-19 13:13:34 -04:00
Shea Levy
99571aa242 Add temp nodePackage 2012-09-19 12:45:05 -04:00
Peter Simons
7ba33d813e popa3d: add version 1.0.2 2012-09-19 01:16:01 +02:00
Eelco Dolstra
8ed71a1ee5 perl: Add 5.16.1 2012-09-18 15:23:07 -04:00
Eelco Dolstra
9b0ed02f9b Remove Glibc 2.14 2012-09-18 14:59:26 -04:00
Eelco Dolstra
167df7ad32 Add tzdata
Glibc 2.16 no longer contains timezone data (yay!) so provide tzdata
instead.
2012-09-18 14:00:18 -04:00
Eelco Dolstra
aa34058205 glibc: Update to 2.16 2012-09-18 12:38:43 -04:00
Shea Levy
7d5bb08534 Add cipher-block-size node package and remove the nativeDeps argument to build-node-package (buildInputs can just be specified directly) 2012-09-18 12:08:16 -04:00
Eelco Dolstra
375341bd73 Remove obsolete Glibc versions 2012-09-18 11:13:54 -04:00
Eelco Dolstra
0b900d21f4 Remove unused files 2012-09-18 11:09:18 -04:00
Eelco Dolstra
1ab6957c69 Remove duplicate attribute 2012-09-18 11:08:45 -04:00
Peter Simons
aa2d8d1e02 dovecot: rename file for version 1.0.3 to improve consistency 2012-09-18 15:08:28 +02:00
Peter Simons
2460be6f63 haskell-splot: add version 0.3.4 2012-09-18 11:58:12 +02:00