[Nix-commits] SVN commit: nix - r30613 - in nix/trunk: perl/lib/Nix scripts

2011-11-29 Thread Eelco Dolstra
Author: eelco Date: Tue Nov 29 12:32:55 2011 New Revision: 30613 URL: https://nixos.org/websvn/nix/?rev=30613sc=1 Log: * For consistency with nix-store -q --hash, produce hashes in base-32. (This affects Hydra manifests.) Modified: nix/trunk/perl/lib/Nix/Store.xs

[Nix-commits] SVN commit: nix - r30614 - in nix/trunk/src: libmain libstore

2011-11-29 Thread Eelco Dolstra
Author: eelco Date: Tue Nov 29 13:00:41 2011 New Revision: 30614 URL: https://nixos.org/websvn/nix/?rev=30614sc=1 Log: * Get rid of some superfluous error messages if a substituter fails. * Say fetch instead of substitute. Modified: nix/trunk/src/libmain/shared.cc

[Nix-commits] SVN commit: nix - r30615 - in nix/trunk: perl/lib/Nix scripts

2011-11-29 Thread Eelco Dolstra
Author: eelco Date: Tue Nov 29 13:01:24 2011 New Revision: 30615 URL: https://nixos.org/websvn/nix/?rev=30615sc=1 Log: * download-using-manifests: use the Perl bindings. Modified: nix/trunk/perl/lib/Nix/Store.pm nix/trunk/perl/lib/Nix/Store.xs

[Nix-commits] SVN commit: nix - r30616 - in nix/trunk/perl: . lib

2011-11-29 Thread Eelco Dolstra
Author: eelco Date: Tue Nov 29 13:38:52 2011 New Revision: 30616 URL: https://nixos.org/websvn/nix/?rev=30616sc=1 Log: * Fix make check. Modified: nix/trunk/perl/Makefile.am nix/trunk/perl/lib/ (props changed) Modified: nix/trunk/perl/Makefile.am

[Nix-commits] SVN commit: nix - r30618 - nixos/trunk/modules/system/boot

2011-11-29 Thread Eelco Dolstra
Author: eelco Date: Tue Nov 29 14:19:55 2011 New Revision: 30618 URL: https://nixos.org/websvn/nix/?rev=30618sc=1 Log: * Remove the cfq_iosched module. Modified: nixos/trunk/modules/system/boot/kernel.nix Modified: nixos/trunk/modules/system/boot/kernel.nix

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

2011-11-29 Thread Eelco Dolstra
Author: eelco Date: Tue Nov 29 14:49:32 2011 New Revision: 30619 URL: https://nixos.org/websvn/nix/?rev=30619sc=1 Log: * Remove broken tux-on-ice kernels. Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix nixpkgs/trunk/pkgs/top-level/all-packages.nix Modified:

[Nix-commits] SVN commit: nix - r30621 - nixpkgs/trunk/pkgs/development/libraries/haskell/clientsession

2011-11-29 Thread Peter Simons
Author: simons Date: Tue Nov 29 15:32:41 2011 New Revision: 30621 URL: https://nixos.org/websvn/nix/?rev=30621sc=1 Log: haskell-clientsession: updated to version 0.7.3.6 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/clientsession/default.nix Modified:

[Nix-commits] SVN commit: nix - r30622 - nixpkgs/trunk/pkgs/development/libraries/haskell/http-enumerator

2011-11-29 Thread Peter Simons
Author: simons Date: Tue Nov 29 15:32:44 2011 New Revision: 30622 URL: https://nixos.org/websvn/nix/?rev=30622sc=1 Log: haskell-http-enumerator: updated to version 0.7.1.6 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/http-enumerator/default.nix Modified:

[Nix-commits] SVN commit: nix - r30623 - nixpkgs/trunk/pkgs/development/libraries/haskell/iteratee

2011-11-29 Thread Peter Simons
Author: simons Date: Tue Nov 29 15:32:48 2011 New Revision: 30623 URL: https://nixos.org/websvn/nix/?rev=30623sc=1 Log: haskell-iteratee: updated to version 0.8.7.4 Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/iteratee/default.nix Modified:

[Nix-commits] SVN commit: nix - r30624 - nixpkgs/trunk/pkgs/development/tools/haskell/hlint

2011-11-29 Thread Peter Simons
Author: simons Date: Tue Nov 29 15:32:52 2011 New Revision: 30624 URL: https://nixos.org/websvn/nix/?rev=30624sc=1 Log: haskell-hlint: updated to version 1.8.20 Modified: nixpkgs/trunk/pkgs/development/tools/haskell/hlint/default.nix Modified:

Re: [Nix-dev] Compiling the Linux kernel for the Sheevaplug

2011-11-29 Thread Ludovic Courtès
Hi! Lluís Batlle i Rossell vi...@viric.name skribis: On Mon, Nov 28, 2011 at 02:54:51PM +0100, Rickard Nilsson wrote: I can now report that I have a nice fresh NixOS running on my Sheevaplug. Thanks for all help! $ uname -a Linux rn-srv01 3.1.2 #1 PREEMPT Mon Nov 28 04:16:02 UTC 2011

[Nix-dev] Linux 3.x kernel just shows a black screen after booting?

2011-11-29 Thread Peter Simons
Then chances are that the VESA driver doesn't work correctly. I managed to upgrade to Linux 3.1 successfully after adding boot.vesa = false; to /etc/nixos/configuration.nix. Good luck. ___ nix-dev mailing list nix-dev@lists.science.uu.nl

Re: [Nix-dev] some basic questions from a new NixOS user

2011-11-29 Thread Peter Simons
Hi Linus, But I must ask, how did you install xmonad? I tried nix-env -i xmonad but it did not work [...] Haskell packages that contain library code generally depend on the version of the compiler they've been built with. Almost all Haskell packages have the appropriate compiler version

Re: [Nix-dev] some basic questions from a new NixOS user

2011-11-29 Thread Shea Levy
Hi all, I'm coming to this thread late and haven't read it all, but in case it's useful I have working nixos configurations that use xmonad available online. I don't use nix-env to install anything on my nixos systems, just nixos-rebuild for it all. See

[Nix-dev] Fwd: Hydra job nixpkgs:trunk:ocamlPackages.camlp5_strict build 1571709: Dependency failed

2011-11-29 Thread maggesi
Hi, I assume that this and other similar errors have been caused by a temporary network failure. Can you restart these builds? Should I give you the complete list of failed builds? Thanks, Marco - Forwarded message from e.dols...@tudelft.nl - Date: Mon, 28 Nov 2011 11:31:35

[Nix-commits] [NixOS/hydra] ee6782: Disable Catalyst's Debug flag

2011-11-29 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/hydra Commit: ee67821d1f81a2fa436359b1aadf9b22dad50f9c https://github.com/NixOS/hydra/commit/ee67821d1f81a2fa436359b1aadf9b22dad50f9c Author: Eelco Dolstra e.dols...@tudelft.nl Date: 2011-11-25 (Fri, 25 Nov 2011)

Re: [Nix-dev] Linux 3.x kernel just shows a black screen after booting?

2011-11-29 Thread Isaac Dupree
On 11/29/2011 11:45 AM, Peter Simons wrote: Then chances are that the VESA driver doesn't work correctly. I managed to upgrade to Linux 3.1 successfully after adding boot.vesa = false; to /etc/nixos/configuration.nix. Good luck. In case this info is helpful: On Arch Linux (at least some

[Nix-commits] SVN commit: nix - r30626 - nix/trunk/perl/lib/Nix

2011-11-29 Thread Eelco Dolstra
Author: eelco Date: Tue Nov 29 22:15:07 2011 New Revision: 30626 URL: https://nixos.org/websvn/nix/?rev=30626sc=1 Log: * Don't require a specific Perl version. Modified: nix/trunk/perl/lib/Nix/Store.pm Modified: nix/trunk/perl/lib/Nix/Store.pm

[Nix-commits] SVN commit: nix - r30629 - nixpkgs/trunk/pkgs/top-level

2011-11-29 Thread Ludovic Courtès
Author: ludo Date: Tue Nov 29 22:54:22 2011 New Revision: 30629 URL: https://nixos.org/websvn/nix/?rev=30629sc=1 Log: Cross-build GCC 4.6 for GNU on Hydra. Modified: nixpkgs/trunk/pkgs/top-level/release-cross.nix Modified: nixpkgs/trunk/pkgs/top-level/release-cross.nix

[Nix-commits] SVN commit: nix - r30630 - nixpkgs/trunk/pkgs/tools/package-management/nix

2011-11-29 Thread Eelco Dolstra
Author: eelco Date: Tue Nov 29 22:56:29 2011 New Revision: 30630 URL: https://nixos.org/websvn/nix/?rev=30630sc=1 Log: * Bump. Modified: nixpkgs/trunk/pkgs/tools/package-management/nix/unstable.nix Modified: nixpkgs/trunk/pkgs/tools/package-management/nix/unstable.nix

[Nix-commits] SVN commit: nix - r30631 - nixpkgs/trunk/pkgs/top-level

2011-11-29 Thread Eelco Dolstra
Author: eelco Date: Tue Nov 29 22:59:38 2011 New Revision: 30631 URL: https://nixos.org/websvn/nix/?rev=30631sc=1 Log: * Oops, forgot to commit. Modified: nixpkgs/trunk/pkgs/top-level/perl-packages.nix Modified: nixpkgs/trunk/pkgs/top-level/perl-packages.nix

Re: [Nix-dev] some basic questions from a new NixOS user

2011-11-29 Thread Linus Arver
Hi Peter! I see that you're on NixOS as well. You might remember me from the Arch-Haskell list some time ago... On Tue, Nov 29, 2011 at 06:02:33PM +0100, Peter Simons wrote: Hi Linus, But I must ask, how did you install xmonad? I tried nix-env -i xmonad but it did not work [...]

Re: [Nix-dev] some basic questions from a new NixOS user

2011-11-29 Thread Linus Arver
Hello Shea, On Tue, Nov 29, 2011 at 12:46:16PM -0500, Shea Levy wrote: Hi all, I'm coming to this thread late and haven't read it all, but in case it's useful I have working nixos configurations that use xmonad available online. I don't use nix-env to install anything on my nixos systems,