Commit graph

16178 commits

Author SHA1 Message Date
Shea Levy d2006f51a0 Use -isystem instead of -I for system headers to avoid warnings when using -pedantic
svn path=/nixpkgs/trunk/; revision=30052
2011-10-27 06:39:45 +00:00
Shea Levy 0892d42613 The clang static analyzer can be accessed through clang --analyze, no need for scan-build and view
svn path=/nixpkgs/trunk/; revision=30051
2011-10-27 06:04:00 +00:00
Eelco Dolstra bcffafa65a * Whitespace.
svn path=/nixpkgs/trunk/; revision=30044
2011-10-26 17:58:53 +00:00
Peter Simons 3a160ac25d haskell-hledger-web: updated to version 0.16.5
svn path=/nixpkgs/trunk/; revision=30043
2011-10-26 17:39:44 +00:00
Peter Simons 2b0c889181 haskell-http-enumerator: updated to version 0.7.1.3
svn path=/nixpkgs/trunk/; revision=30042
2011-10-26 17:37:31 +00:00
Peter Simons e85d655229 haskell-gloss: updated to version 1.5.0.2
svn path=/nixpkgs/trunk/; revision=30041
2011-10-26 17:37:28 +00:00
Peter Simons fe5f8db5aa haskell-cabal-file-th: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=30040
2011-10-26 17:37:25 +00:00
Peter Simons 4e9e385fec haskell-Hipmunk: updated to version 5.2.0.5
svn path=/nixpkgs/trunk/; revision=30039
2011-10-26 17:37:22 +00:00
Peter Simons b072f7f2ea haskell-ConfigFile: updated to version 1.1.1
svn path=/nixpkgs/trunk/; revision=30038
2011-10-26 17:37:19 +00:00
Peter Simons 9de4823ff5 haskell-text: updated to version 0.11.1.6
svn path=/nixpkgs/trunk/; revision=30037
2011-10-26 17:37:15 +00:00
Eelco Dolstra 40f93f0b3b * Increase XEN_MAX_DOMAIN_MEMORY to support 4xlarge EC2 instances.
svn path=/nixpkgs/trunk/; revision=30036
2011-10-26 17:34:31 +00:00
Eelco Dolstra 7c953e8bf5 * Remove sed hackery that is no longer needed. (The firmware files in
the Debian SVN tree had a version number attached that had to be
  stripped out.)

svn path=/nixpkgs/trunk/; revision=30035
2011-10-26 16:16:44 +00:00
Eelco Dolstra eeb4d231b3 * Subversion updated to 1.7.1.
svn path=/nixpkgs/trunk/; revision=30034
2011-10-26 15:32:56 +00:00
Peter Simons 12ab90b047 prune empty directories
svn path=/nixpkgs/trunk/; revision=30032
2011-10-26 10:51:24 +00:00
Shea Levy 892889cf35 Add netperf
I will add meta later, I promise, I just need to use this now

svn path=/nixpkgs/trunk/; revision=30026
2011-10-25 20:49:22 +00:00
Lluís Batlle i Rossell 621e87f821 Adding a newer dovecot
svn path=/nixpkgs/trunk/; revision=30025
2011-10-25 20:34:19 +00:00
Lluís Batlle i Rossell 6582f602c9 Updating gnutls, as it failed on 'make test' on arm. The new does not fail.
svn path=/nixpkgs/trunk/; revision=30021
2011-10-25 17:53:44 +00:00
Lluís Batlle i Rossell faafa3513a Adding a kernel mirror that at least has the module-init-tools of nixpkgs.
svn path=/nixpkgs/trunk/; revision=30020
2011-10-25 17:46:39 +00:00
Lluís Batlle i Rossell b74d8fb90f Making gpgme optional in mutt. A dependency of gpgme (pth) does not build on arm.
svn path=/nixpkgs/trunk/; revision=30019
2011-10-25 17:46:26 +00:00
Lluís Batlle i Rossell 624b8616d4 Enabling the ipv6 module in the sheevaplug
svn path=/nixpkgs/trunk/; revision=30018
2011-10-25 17:41:43 +00:00
Peter Simons ebdf510f74 os-specific/linux/firmware/bcm43xx: fetch files individually to avoid checksum errors in tarball
svn path=/nixpkgs/trunk/; revision=30016
2011-10-25 17:06:38 +00:00
Peter Simons e09dbeb845 haskell-cabal-file-th: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=30015
2011-10-25 16:43:13 +00:00
Eelco Dolstra f31cd519b6 * Updated version of the readlink() patch.
svn path=/nixpkgs/trunk/; revision=30013
2011-10-25 12:52:41 +00:00
Shea Levy c7b6e96d84 v86d
svn path=/nixpkgs/trunk/; revision=30011
2011-10-25 09:40:15 +00:00
Peter Simons a5324f2132 pkgs/os-specific/linux/firmware/bcm43xx: please do not use fetchsvn in base system
Replaced use of fetchsvn with fetchurl. Please note that machines behind a
company firewall usually cannot access svn://-style URLs, which means that
nixos-rebuild is going to fail. HTTP works fine, though.

The URL I used to download the tar.gz archive is probably not stable, or
rather, the tar.gz archive generated by Gitweb at that URL might have a
different checksum every time it's generated. I'm not sure what else to do,
though. Could a kind firmware expert please improve the situation further?

Also, I wonder what is the purpose of the sed expression in the command

    cp $i $out/brcm/$(echo $i | sed 's/\(.*\.fw\).*/\1/')

...? The downloaded directory doesn't seem to contain any files that would
match that expression?

svn path=/nixpkgs/trunk/; revision=30010
2011-10-25 09:27:41 +00:00
Shea Levy dd9e83b77f Enable building full klibc as a kernelPackage
svn path=/nixpkgs/trunk/; revision=30009
2011-10-25 08:59:39 +00:00
Shea Levy e0e4770ec9 klibc 1.5.24
svn path=/nixpkgs/trunk/; revision=30008
2011-10-25 08:20:03 +00:00
Shea Levy 6638835c93 Linux 3.0
svn path=/nixpkgs/trunk/; revision=30007
2011-10-25 06:21:27 +00:00
Eelco Dolstra 4401a2b70c * Added the Broadcom 43xx firmware.
svn path=/nixpkgs/trunk/; revision=30002
2011-10-24 23:35:53 +00:00
Peter Simons 19291c77e3 haskell-hledger-web: updated to version 0.16.4
svn path=/nixpkgs/trunk/; revision=30000
2011-10-24 19:18:10 +00:00
Peter Simons e0b9bbdb27 haskell-cabal-file-th: added version 0.1
svn path=/nixpkgs/trunk/; revision=29999
2011-10-24 19:18:04 +00:00
Lluís Batlle i Rossell f71f99ce48 Updating mldonkey
svn path=/nixpkgs/trunk/; revision=29998
2011-10-24 19:03:18 +00:00
Lluís Batlle i Rossell d7eb2167aa Updating opendkim
svn path=/nixpkgs/trunk/; revision=29997
2011-10-24 18:53:24 +00:00
Eelco Dolstra 215e6d0c7d * attachments.samba.org is down, and we should not depend on it anyway.
svn path=/nixpkgs/trunk/; revision=29996
2011-10-24 17:22:10 +00:00
Lluís Batlle i Rossell cb823d1c08 Adding mu0, maildir utils.
svn path=/nixpkgs/trunk/; revision=29995
2011-10-24 16:36:03 +00:00
Eelco Dolstra f405ee266b * Enable staging drivers in Linux 3.x. Staging drivers are more experimental
and lower quality than regular drivers.  However, there are a lot of drivers
  for wireless cards that we really need to have.  And it doesn't really hurt
  to have these drivers if you don't need them.
* Enable the Radeon KMS option.  This shouldn't be a problem since the X driver
  supports KMS (I think).

svn path=/nixpkgs/trunk/; revision=29994
2011-10-24 16:30:59 +00:00
Shea Levy b3f1015e6b Linux 3.1
svn path=/nixpkgs/trunk/; revision=29993
2011-10-24 16:06:31 +00:00
Peter Simons b5819b5738 haskell-skein: updated to version 0.1.0.2
svn path=/nixpkgs/trunk/; revision=29992
2011-10-24 15:36:50 +00:00
Peter Simons 942784d483 haskell-gloss: updated to version 1.4.0.1
svn path=/nixpkgs/trunk/; revision=29991
2011-10-24 15:36:45 +00:00
Peter Simons 553eb023d8 haskell-enumerator: updated to version 0.4.15
svn path=/nixpkgs/trunk/; revision=29990
2011-10-24 15:36:37 +00:00
Peter Simons 663a451a06 haskell-cryptohash: updated to version 0.7.4
svn path=/nixpkgs/trunk/; revision=29989
2011-10-24 15:36:28 +00:00
Peter Simons f0b4235838 haskell-cprng-aes: updated to version 0.2.2
svn path=/nixpkgs/trunk/; revision=29988
2011-10-24 15:36:21 +00:00
Peter Simons 142d3b222d haskell-clientsession: updated to version 0.7.3.2
svn path=/nixpkgs/trunk/; revision=29987
2011-10-24 15:36:14 +00:00
Peter Simons 7f96fe0a32 haskell-bytestring-nums: updated to version 0.3.5
svn path=/nixpkgs/trunk/; revision=29986
2011-10-24 15:36:06 +00:00
Peter Simons c026c35988 haskell-crypto-api: dropped obsolete version 0.6.4
svn path=/nixpkgs/trunk/; revision=29985
2011-10-24 15:35:56 +00:00
Eelco Dolstra 6bdcaec0cb * Purity fix in libwww-perl.
svn path=/nixpkgs/trunk/; revision=29984
2011-10-24 13:56:50 +00:00
Rob Vermaas 5e6dbdf386 update to gcc 4.4.6
svn path=/nixpkgs/trunk/; revision=29979
2011-10-24 01:03:16 +00:00
Shea Levy 11941954d8 Linux 3.0.7
svn path=/nixpkgs/trunk/; revision=29978
2011-10-23 15:52:28 +00:00
Alexander Tsamutali 5cd2d19bb5 tools/misc/qjoypad: New nixbuild.
svn path=/nixpkgs/trunk/; revision=29977
2011-10-22 22:12:45 +00:00
Ludovic Courtès d4a560845d Make `ftp.gnu.org' the first site for GNU stuff.
svn path=/nixpkgs/trunk/; revision=29976
2011-10-22 21:55:04 +00:00