Eelco Dolstra
e85e73bbc8
* Operator precendence kills :-) GCC was accidentally depending on
...
X11 because of missing parentheses around a ‘++’.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30060
2011-10-27 16:42:51 +00:00
Eelco Dolstra
fd394a7c4a
* Only print "@ phase..." messages on demand since they're kind of
...
ugly and we already print phases (with start and end markers).
* Remove some stray tabs.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30059
2011-10-27 16:32:46 +00:00
Eelco Dolstra
de1c91bc00
* Make Perl 5.14 the default. Cross fingers.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=30058
2011-10-27 16:09:22 +00:00
Eelco Dolstra
5649122458
* Added Perl 5.14.2.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=30057
2011-10-27 15:58:25 +00:00
Eelco Dolstra
20ab6cfbf7
* Move perl-5.8 and perl-5.10 into perl/ per the coding conventions.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=30055
2011-10-27 15:35:43 +00:00
Peter Simons
3590b859c5
Revert stdenv glibc back to version 2.13.
...
Note that I didn't touch the glibcCross attribute! That still points to glibc 2.14.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30031
2011-10-26 10:48:55 +00:00
Peter Simons
51e5c3b73d
added glibc-2.13 again
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=30030
2011-10-26 10:47:19 +00:00
Peter Simons
4353727ac8
libtirpc: added version 0.2.2
...
The glibc maintainers in their wisdom have dropped RPC support. That change
causes plenty of builds to fail, like PAM. Users are supposed to use libtirpc
instead, which, naturally, doesn't compile with glibc 2.14. I'm adding the
library anyway, just so that we have it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=30029
2011-10-26 10:32:40 +00:00
Peter Simons
61c4b72f0e
coreutils: added missing xz build input
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=30028
2011-10-26 09:58:19 +00:00
Peter Simons
dfd063cf12
synchronize with trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=30027
2011-10-26 09:15:25 +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
706b80c282
I wrote bad my attempt at -static-libgcc. Retrying.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=30024
2011-10-25 18:52:32 +00:00
Lluís Batlle i Rossell
0b1f1a522c
Updating glibc from 2.13 to 2.14.1
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=30023
2011-10-25 18:35:41 +00:00
Lluís Batlle i Rossell
3fa51ac56a
Trying to disable the references to the bootstrap-tools libgcc
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=30022
2011-10-25 18:35:17 +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
Alexander Tsamutali
c10a1a50b8
games/alienarena: New nixbuild.
...
svn path=/nixpkgs/trunk/; revision=29975
2011-10-22 21:04:29 +00:00