[Nix-commits] SVN commit: nix - r30007 - nixpkgs/trunk/pkgs/os-specific/linux/kernel

2011-10-25 Thread Shea Levy
Author: shlevy Date: Tue Oct 25 06:21:27 2011 New Revision: 30007 URL: https://nixos.org/websvn/nix/?rev=30007sc=1 Log: Linux 3.0 Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.0.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.0.nix

[Nix-commits] SVN commit: nix - r30008 - nixpkgs/trunk/pkgs/os-specific/linux/klibc

2011-10-25 Thread Shea Levy
Author: shlevy Date: Tue Oct 25 08:20:03 2011 New Revision: 30008 URL: https://nixos.org/websvn/nix/?rev=30008sc=1 Log: klibc 1.5.24 Deleted: nixpkgs/trunk/pkgs/os-specific/linux/klibc/make382.patch Modified: nixpkgs/trunk/pkgs/os-specific/linux/klibc/default.nix Modified:

[Nix-commits] SVN commit: nix - r30011 - in nixpkgs/trunk/pkgs: os-specific/linux/v86d top-level

2011-10-25 Thread Shea Levy
Author: shlevy Date: Tue Oct 25 09:40:15 2011 New Revision: 30011 URL: https://nixos.org/websvn/nix/?rev=30011sc=1 Log: v86d Added: nixpkgs/trunk/pkgs/os-specific/linux/v86d/ nixpkgs/trunk/pkgs/os-specific/linux/v86d/default.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix

[Nix-commits] SVN commit: nix - r30013 - nixpkgs/trunk/pkgs/servers/samba

2011-10-25 Thread Eelco Dolstra
Author: eelco Date: Tue Oct 25 12:52:41 2011 New Revision: 30013 URL: https://nixos.org/websvn/nix/?rev=30013sc=1 Log: * Updated version of the readlink() patch. Modified: nixpkgs/trunk/pkgs/servers/samba/readlink.patch (contents, props changed) Modified:

[Nix-commits] SVN commit: nix - r30016 - nixpkgs/trunk/pkgs/os-specific/linux/firmware/bcm43xx

2011-10-25 Thread Peter Simons
Author: simons Date: Tue Oct 25 17:06:38 2011 New Revision: 30016 URL: https://nixos.org/websvn/nix/?rev=30016sc=1 Log: os-specific/linux/firmware/bcm43xx: fetch files individually to avoid checksum errors in tarball Modified: nixpkgs/trunk/pkgs/os-specific/linux/firmware/bcm43xx/default.nix

[Nix-commits] SVN commit: nix - r30017 - nixos/trunk/modules/misc

2011-10-25 Thread Eelco Dolstra
Author: eelco Date: Tue Oct 25 17:14:22 2011 New Revision: 30017 URL: https://nixos.org/websvn/nix/?rev=30017sc=1 Log: * Updated eu-west-1 64-bit image. Modified: nixos/trunk/modules/misc/deployment.nix Modified: nixos/trunk/modules/misc/deployment.nix

Re: [Nix-dev] Dynamic Dependency Management by Calling External Programs from Nix

2011-10-25 Thread Peter Simons
Hi Shea, 1. builtins.exec. This builtin would take a string and would evaluate to a string. It would essentially call system() on its argument and evaluate to the output put to stdout by that command. I am not expert in these matters, so please bear with me if this is stupid

[Nix-commits] SVN commit: nix - r30019 - nixpkgs/trunk/pkgs/applications/networking/mailreaders/mutt

2011-10-25 Thread Lluís Batlle
Author: viric Date: Tue Oct 25 17:46:26 2011 New Revision: 30019 URL: https://nixos.org/websvn/nix/?rev=30019sc=1 Log: Making gpgme optional in mutt. A dependency of gpgme (pth) does not build on arm. Modified: nixpkgs/trunk/pkgs/applications/networking/mailreaders/mutt/default.nix

[Nix-commits] SVN commit: nix - r30020 - nixpkgs/trunk/pkgs/build-support/fetchurl

2011-10-25 Thread Lluís Batlle
Author: viric Date: Tue Oct 25 17:46:39 2011 New Revision: 30020 URL: https://nixos.org/websvn/nix/?rev=30020sc=1 Log: Adding a kernel mirror that at least has the module-init-tools of nixpkgs. Modified: nixpkgs/trunk/pkgs/build-support/fetchurl/mirrors.nix Modified:

[Nix-commits] SVN commit: nix - r30021 - nixpkgs/trunk/pkgs/development/libraries/gnutls

2011-10-25 Thread Lluís Batlle
Author: viric Date: Tue Oct 25 17:53:44 2011 New Revision: 30021 URL: https://nixos.org/websvn/nix/?rev=30021sc=1 Log: Updating gnutls, as it failed on 'make test' on arm. The new does not fail. Modified: nixpkgs/trunk/pkgs/development/libraries/gnutls/default.nix Modified:

Re: [Nix-dev] [***SPAM***] Dynamic Dependency Management by Calling External Programs from Nix

2011-10-25 Thread Marc Weber
First: What is your goal? Have a kernel derivation expose a list of modules it has built so that configuration.nix can fail because the kernel does not support nvidia? Thus you have to build the kernel before evaluation of nixos system can finish? What was your goal? Saving time ? :-) (Don't take

[Nix-dev] libtool: link: unsupported hardcode properties while compiling nix-0.16

2011-10-25 Thread Paul Dufresne
I am trying to compile nixos-0.16 on Lubuntu 11.10. First, ./configure seems to have not found that I needed g++, that I then installed. But now I get: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -fPIC -DPIC -o .libs/sha1.o mv -f

Re: [Nix-dev] libtool: link: unsupported hardcode properties while compiling nix-0.16

2011-10-25 Thread Marc Weber
Excerpts from Paul Dufresne's message of Tue Oct 25 20:50:42 +0200 2011: I am trying to compile nixos-0.16 on Lubuntu 11.10. Have you tried the trivial thing such as: make clean ./bootsrap.sh ? ./configure make Marc Weber ___ nix-dev mailing list

[Nix-commits] SVN commit: nix - r30023 - in nixpkgs/branches/stdenv-updates/pkgs: development/libraries/glibc-2.13 development/libraries/glibc-2.14 top-level

2011-10-25 Thread Lluís Batlle
Author: viric Date: Tue Oct 25 18:35:41 2011 New Revision: 30023 URL: https://nixos.org/websvn/nix/?rev=30023sc=1 Log: Updating glibc from 2.13 to 2.14.1 Added: nixpkgs/branches/stdenv-updates/pkgs/development/libraries/glibc-2.14/ - copied from r30021,

Re: [Nix-dev] Dynamic Dependency Management by Calling External Programs from Nix

2011-10-25 Thread Marc Weber
Excerpts from Vladimír Čunát's message of Tue Oct 25 20:59:35 +0200 2011: After the Haskell+Python discussion, I believe that some kind of dependency solver would find its use *in* the nix language. SAT? (equinox p2 Eclipse plugins is using it). Complex, slow, but perfect? So far all the

[Nix-commits] SVN commit: nix - r30025 - in nixpkgs/trunk/pkgs: servers/mail/dovecot top-level

2011-10-25 Thread Lluís Batlle
Author: viric Date: Tue Oct 25 20:34:19 2011 New Revision: 30025 URL: https://nixos.org/websvn/nix/?rev=30025sc=1 Log: Adding a newer dovecot Added: nixpkgs/trunk/pkgs/servers/mail/dovecot/2.0.nix Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Added:

[Nix-dev] Updating dovecot

2011-10-25 Thread Lluís Batlle i Rossell
Hello, anyone running dovecot (1.0 or 1.1) in nixos? Updating dovecot to 2.0 looks dangerous to those running 1.1: Once running v2.0, it's safe to downgrade to v1.2.5 or newer. Older versions don't understand some of the changes to index files and will log errors. I added dovecot 2.0 to

Re: [Nix-dev] Updating dovecot

2011-10-25 Thread Marc Weber
Excerpts from Lluís Batlle i Rossell's message of Tue Oct 25 22:34:55 +0200 2011: I added dovecot 2.0 to nixpkgs, but did not overwrite the other. I'm not sure what to do with the nixos file; maybe create a new dovecot2 and leave dovecot? nix does not support downgrading to older store formats

Re: [Nix-dev] Updating dovecot

2011-10-25 Thread Lluís Batlle i Rossell
On Tue, Oct 25, 2011 at 10:42:01PM +0200, Marc Weber wrote: Excerpts from Lluís Batlle i Rossell's message of Tue Oct 25 22:34:55 +0200 2011: I added dovecot 2.0 to nixpkgs, but did not overwrite the other. I'm not sure what to do with the nixos file; maybe create a new dovecot2 and