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

2012-05-21 Thread Andres Loeh
Author: andres Date: Mon May 21 06:17:27 2012 New Revision: 34192 URL: https://nixos.org/websvn/nix/?rev=34192sc=1 Log: Fixed incorrect version number of Haskell Platform. Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/haskell-platform/2012.2.0.0.nix Modified:

[Nix-dev] Using Nix to build embedded linux firmware

2012-05-21 Thread Felix Lange
Hi, I am currently evaluating Nix and it's universe of tools for a company project and after playing with it for a while, I'd like to discuss my considerations with the list. Our company, Travelping GmbH, is a producer of specialized telecommunications equipment. The firmware for our devices is

[Nix-dev] Using Nix to build embedded linux firmware

2012-05-21 Thread Michael Raskin
Cross Compilation There seems to be some work in the nixpkgs tree that deals with cross builds (pkgs/top-level/release-cross.nix). It would be interesing to hear from the people who are behind this. Are cross builds alive and supported? It works, it is used, it may

Re: [Nix-dev] Using Nix to build embedded linux firmware

2012-05-21 Thread Lluís Batlle i Rossell
On Mon, May 21, 2012 at 10:11:32AM +0200, Felix Lange wrote: Hi, I am currently evaluating Nix and it's universe of tools for a company project and after playing with it for a while, I'd like to discuss my considerations with the list. Our company, Travelping GmbH, is a producer of

Re: [Nix-dev] Using Nix to build embedded linux firmware

2012-05-21 Thread Lluís Batlle i Rossell
On Mon, May 21, 2012 at 12:48:25PM +0400, Michael Raskin wrote: Nix's binary size and runtime requirements: Our usual size limit for images is 8MB compressed. With an image that small, we need to be really picky about what goes in and what doesn't. Quick measurement shows that

[Nix-commits] SVN commit: nix - r34193 - configurations/trunk/tud

2012-05-21 Thread Rob Vermaas
Author: rob Date: Mon May 21 10:27:58 2012 New Revision: 34193 URL: https://nixos.org/websvn/nix/?rev=34193sc=1 Log: remove shelley from buildfarm network spec. Modified: configurations/trunk/tud/network.nix Modified: configurations/trunk/tud/network.nix

[Nix-commits] [NixOS/nix] e071f8: Add an experimental nix-make file

2012-05-21 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/nix Commit: e071f87dc5476983c557cf6185fbdeab0c4c67c5 https://github.com/NixOS/nix/commit/e071f87dc5476983c557cf6185fbdeab0c4c67c5 Author: Eelco Dolstra eelco.dols...@logicblox.com Date: 2012-05-21 (Mon, 21 May 2012)

Re: [Nix-dev] [Nix-commits] [NixOS/nix] e071f8: Add an experimental nix-make file

2012-05-21 Thread Sander van der Burg - EWI
YEAH!!! Finally we can bootstrap Nix! From: nix-commits-boun...@lists.science.uu.nl [nix-commits-boun...@lists.science.uu.nl] on behalf of Eelco Dolstra [eelco.dols...@logicblox.com] Sent: Monday, May 21, 2012 3:43 PM To: nix-comm...@lists.science.uu.nl

[Nix-commits] SVN commit: nix - r34194 - nixpkgs/trunk/pkgs/desktops/gnome-2/desktop/vte

2012-05-21 Thread Rickard Nilsson
Author: rickynils Date: Mon May 21 14:58:16 2012 New Revision: 34194 URL: https://nixos.org/websvn/nix/?rev=34194sc=1 Log: Added missing pygtk dependency to Gnome VTE library. Modified: nixpkgs/trunk/pkgs/desktops/gnome-2/desktop/vte/default.nix Modified:

[Nix-commits] SVN commit: nix - r34195 - in nixpkgs/trunk: applications applications/misc applications/misc/gnome_terminator pkgs/applications/misc/gnome_terminator pkgs/top-level

2012-05-21 Thread Rickard Nilsson
Author: rickynils Date: Mon May 21 15:08:16 2012 New Revision: 34195 URL: https://nixos.org/websvn/nix/?rev=34195sc=1 Log: gnome-terminator 0.96. Added: nixpkgs/trunk/applications/ nixpkgs/trunk/applications/misc/ nixpkgs/trunk/applications/misc/gnome_terminator/

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r34195 - in nixpkgs/trunk: applications applications/misc applications/misc/gnome_terminator pkgs/applications/misc/gnome_terminator pkgs/top-level

2012-05-21 Thread Eelco Dolstra
Hi, On 21/05/12 11:08, Rickard Nilsson wrote: Log: gnome-terminator 0.96. This breaks Nixpkgs evaluation: http://hydra.nixos.org/build/2639203 -- Eelco Dolstra | LogicBlox, Inc. | http://www.st.ewi.tudelft.nl/~dolstra/ ___ nix-dev mailing list

[Nix-commits] SVN commit: nix - r34196 - nixpkgs/trunk/pkgs/applications/misc/gnome_terminator

2012-05-21 Thread Rickard Nilsson
Author: rickynils Date: Mon May 21 15:45:03 2012 New Revision: 34196 URL: https://nixos.org/websvn/nix/?rev=34196sc=1 Log: Fixed stupid syntax error in gnome-terminator's default.nix. Modified: nixpkgs/trunk/pkgs/applications/misc/gnome_terminator/default.nix Modified:

[Nix-commits] SVN commit: nix - r34197 - in nixpkgs/trunk/pkgs: misc/busybox top-level

2012-05-21 Thread Eelco Dolstra
Author: eelco Date: Mon May 21 17:51:40 2012 New Revision: 34197 URL: https://nixos.org/websvn/nix/?rev=34197sc=1 Log: * By default, build a dynamically linked Busybox. In the initrd we need Glibc anyway, so there is no point in static linking. This saves about a megabyte from the initrd.

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

2012-05-21 Thread Eelco Dolstra
Author: eelco Date: Mon May 21 18:14:47 2012 New Revision: 34198 URL: https://nixos.org/websvn/nix/?rev=34198sc=1 Log: * Linux 3.2.18. Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.2.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.2.nix

[Nix-commits] SVN commit: nix - r34199 - nixpkgs/trunk/pkgs/build-support/kernel

2012-05-21 Thread Eelco Dolstra
Author: eelco Date: Mon May 21 20:47:57 2012 New Revision: 34199 URL: https://nixos.org/websvn/nix/?rev=34199sc=1 Log: * Be less verbose generating initrds. Modified: nixpkgs/trunk/pkgs/build-support/kernel/make-initrd.sh Modified: nixpkgs/trunk/pkgs/build-support/kernel/make-initrd.sh

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

2012-05-21 Thread Eelco Dolstra
Author: eelco Date: Mon May 21 20:48:19 2012 New Revision: 34200 URL: https://nixos.org/websvn/nix/?rev=34200sc=1 Log: * Added systemd. Added: nixpkgs/trunk/pkgs/os-specific/linux/systemd/ nixpkgs/trunk/pkgs/os-specific/linux/systemd/default.nix Modified:

[Nix-commits] SVN commit: nix - r34201 - nixos/trunk/modules/tasks

2012-05-21 Thread Rob Vermaas
Author: rob Date: Mon May 21 21:26:45 2012 New Revision: 34201 URL: https://nixos.org/websvn/nix/?rev=34201sc=1 Log: Execute mount-all task on config-changed event to make sure it is performed before other upstart jobs are started on activating the new configuration. Modified:

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

2012-05-21 Thread Cillian de Roiste
Author: cillian Date: Mon May 21 22:38:44 2012 New Revision: 34202 URL: https://nixos.org/websvn/nix/?rev=34202sc=1 Log: http://ftp.logilab.org is no longer valid, changing to ftp:// instead Modified: nixpkgs/trunk/pkgs/top-level/python-packages.nix Modified:

[Nix-commits] SVN commit: nix - r34203 - in nixpkgs/trunk/pkgs/desktops/gnome-2: . bindings/gnome-python

2012-05-21 Thread Cillian de Roiste
Author: cillian Date: Mon May 21 22:46:40 2012 New Revision: 34203 URL: https://nixos.org/websvn/nix/?rev=34203sc=1 Log: Submitting patch by qknight (Joachim Schiele) to add Gnome2 python bindings Added: nixpkgs/trunk/pkgs/desktops/gnome-2/bindings/gnome-python/

[Nix-commits] SVN commit: nix - r34204 - in nixos/trunk: gui/chrome/content/nixos-gui modules/services/networking/gw6c

2012-05-21 Thread Eelco Dolstra
Author: eelco Date: Mon May 21 23:18:20 2012 New Revision: 34204 URL: https://nixos.org/websvn/nix/?rev=34204sc=1 Log: * Delete empty directories. Deleted: nixos/trunk/gui/chrome/content/nixos-gui/ nixos/trunk/modules/services/networking/gw6c/

Re: [Nix-dev] Git conversion of NixOS and Nixpkgs

2012-05-21 Thread Eelco Dolstra
Hi, On 20/05/12 00:25, Eelco Dolstra wrote: I've uploaded Git repositories of NixOS and Nixpkgs to GitHub for testing: https://github.com/edolstra/nixos https://github.com/edolstra/nixpkgs These should have the complete history from the Subversion repository, including all