[Nix-dev] nix-env -i python-pycurl; where pycurl is modified in python-packages.nix

2012-05-14 Thread js
hi test 1 (which fails on install) pycurl = let libcurl = pkgs.stdenv.lib.overrideDerivation pkgs.curl (oldAttrs: { configureFlags = (if oldAttrs ? configureFlags then oldAttrs.configureFlags else ) + --enable-static; }); in

[Nix-commits] SVN commit: nix - r34087 - in nixpkgs/trunk/pkgs: development/libraries/haskell/authenticate development/libraries/haskell/blaze-html development/libraries/haskell/graphviz development/l

2012-05-14 Thread Peter Simons
Author: simons Date: Mon May 14 09:56:52 2012 New Revision: 34087 URL: https://nixos.org/websvn/nix/?rev=34087sc=1 Log: Updated Haskell packages. - authenticate: updated to version 1.2.1.1 - blaze-html: added version 0.5.0.0 (unused right now because happstack can't deal with it) -

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

2012-05-14 Thread Andres Loeh
Author: andres Date: Mon May 14 13:09:05 2012 New Revision: 34088 URL: https://nixos.org/websvn/nix/?rev=34088sc=1 Log: Restructured Haskell packages a bit. * There's a new file called haskell-defaults.nix. * The new file contains: - Default package version settings for each

[Nix-dev] NixOS Xen guest and blkfront

2012-05-14 Thread Alexander Foremny
Hello, I managed to install NixOS on a Rackspace Cloud Server [1]. In particular, in configuration.nix I am using the following configuration parts. require = [ ${modulesPath}/virtualisation/xen-domU.nix ]; fileSystems = [ { mountPoint = /; device = /dev/xvda1; } ];

[Nix-commits] [NixOS/charon] 94ee5b: Lock the state file during deployment actions

2012-05-14 Thread Eelco Dolstra
Branch: refs/heads/master Home: https://github.com/NixOS/charon Commit: 94ee5b008dec0b718a16052812bba8e875d50a04 https://github.com/NixOS/charon/commit/94ee5b008dec0b718a16052812bba8e875d50a04 Author: Eelco Dolstra eelco.dols...@logicblox.com Date: 2012-05-14 (Mon, 14 May

[Nix-dev] Blog post about Nix

2012-05-14 Thread Konrad Hinsen
I just posted an article about Nix on my blog: https://khinsen.wordpress.com/2012/05/14/the-nix-package-manager-in-computational-science/ I'd appreciate any feedback, in particular if anything I wrote there is not correct. Konrad. ___ nix-dev

[Nix-commits] SVN commit: nix - r34089 - configurations/trunk/misc/z77z

2012-05-14 Thread Marco Maggesi
Author: maggesi Date: Mon May 14 16:41:57 2012 New Revision: 34089 URL: https://nixos.org/websvn/nix/?rev=34089sc=1 Log: Add configuration for dolly Added: configurations/trunk/misc/z77z/dolly.nix Added: configurations/trunk/misc/z77z/dolly.nix

Re: [Nix-dev] NixOS Xen guest and blkfront

2012-05-14 Thread Eelco Dolstra
Hi, On 14/05/12 10:45, Alexander Foremny wrote: Then / remains mounted in read-only mode and thus NixOS cannot start up any services. This is an error that seems to be known [2]. There it is suggested to mount the root partition with barrier=0 option. I edited /boot/grub/menu.lst and

Re: [Nix-dev] [Nix-commits] SVN commit: nix - r34080 - in nixos/trunk/modules: system/boot tasks

2012-05-14 Thread Nicolas Pierron
On Sun, May 13, 2012 at 6:33 PM, Eelco Dolstra e.dols...@tudelft.nl wrote: Log: * Require fileSystems to be set. Modified: nixos/trunk/modules/system/boot/stage-1.nix == ---

Re: [Nix-dev] Blog post about Nix

2012-05-14 Thread Sander van der Burg - EWI
Eelco's PhD thesis explains more relevant concepts that you may want to know about. For example, what a store derivation (.drv file) is and why it is implemented like that. You can download his thesis from his homepage: http://www.st.ewi.tudelft.nl/~dolstra/pubs/phd-thesis.pdf Alternatively,

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

2012-05-14 Thread Eelco Dolstra
Author: eelco Date: Mon May 14 20:27:55 2012 New Revision: 34090 URL: https://nixos.org/websvn/nix/?rev=34090sc=1 Log: * Cryptsetup updated to 1.4.2. Modified: nixpkgs/trunk/pkgs/os-specific/linux/cryptsetup/default.nix Modified: nixpkgs/trunk/pkgs/os-specific/linux/cryptsetup/default.nix

Re: [Nix-dev] Blog post about Nix

2012-05-14 Thread Marc Weber
Excerpts from Sander van der Burg - EWI's message of Mon May 14 22:25:23 +0200 2012: You can download his thesis from his homepage: http://www.st.ewi.tudelft.nl/~dolstra/pubs/phd-thesis.pdf Alternatively, I also have [..]: http://sandervanderburg.blogspot.com

[Nix-commits] SVN commit: nix - r34091 - configurations/trunk/misc/z77z/neve

2012-05-14 Thread Marco Maggesi
Author: maggesi Date: Mon May 14 20:55:38 2012 New Revision: 34091 URL: https://nixos.org/websvn/nix/?rev=34091sc=1 Log: Add configuration for neve Added: configurations/trunk/misc/z77z/neve/ configurations/trunk/misc/z77z/neve/configuration.nix Added:

[Nix-commits] SVN commit: nix - r34092 - configurations/trunk/misc/z77z

2012-05-14 Thread Marco Maggesi
Author: maggesi Date: Mon May 14 21:00:57 2012 New Revision: 34092 URL: https://nixos.org/websvn/nix/?rev=34092sc=1 Log: Update configuration of dolly Modified: configurations/trunk/misc/z77z/dolly.nix Modified: configurations/trunk/misc/z77z/dolly.nix

[Nix-commits] SVN commit: nix - r34093 - nixpkgs/branches/stdenv-updates

2012-05-14 Thread Eelco Dolstra
Author: eelco Date: Mon May 14 21:48:12 2012 New Revision: 34093 URL: https://nixos.org/websvn/nix/?rev=34093sc=1 Log: * Delete stdenv branch. Deleted: nixpkgs/branches/stdenv-updates/ ___ nix-commits mailing list nix-comm...@lists.science.uu.nl

[Nix-commits] SVN commit: nix - r34094 - nixpkgs/branches/stdenv-updates

2012-05-14 Thread Eelco Dolstra
Author: eelco Date: Mon May 14 21:48:35 2012 New Revision: 34094 URL: https://nixos.org/websvn/nix/?rev=34094sc=1 Log: * Recreate the stdenv branch. Added: nixpkgs/branches/stdenv-updates/ (props changed) - copied from r34093, nixpkgs/trunk/

[Nix-commits] SVN commit: nix - r34095 - nixpkgs/branches/stdenv-updates/pkgs/tools/compression/bzip2

2012-05-14 Thread Eelco Dolstra
Author: eelco Date: Mon May 14 21:57:18 2012 New Revision: 34095 URL: https://nixos.org/websvn/nix/?rev=34095sc=1 Log: * bzip2 installs a weird libbz2.so.1.0 symlink, which should be libbz2.so.1. And libbz2.so should link to libbz2.so.1.0.6. Modified:

[Nix-commits] SVN commit: nix - r34096 - nixos/trunk/modules/virtualisation

2012-05-14 Thread Eelco Dolstra
Author: eelco Date: Mon May 14 23:43:38 2012 New Revision: 34096 URL: https://nixos.org/websvn/nix/?rev=34096sc=1 Log: * Include cryptsetup in EC2 AMIs. Modified: nixos/trunk/modules/virtualisation/amazon-image.nix Modified: nixos/trunk/modules/virtualisation/amazon-image.nix

[Nix-commits] [NixOS/charon] a31555: Delete manually removed volumes if they were auto-...

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

[Nix-commits] SVN commit: nix - r34097 - nixos/trunk/modules/services/x11

2012-05-14 Thread Eelco Dolstra
Author: eelco Date: Tue May 15 02:49:47 2012 New Revision: 34097 URL: https://nixos.org/websvn/nix/?rev=34097sc=1 Log: * Add xdg-open to the default X11 configuration so that programs like Chrome can open downloaded files. Modified: nixos/trunk/modules/services/x11/xserver.nix Modified:

[Nix-dev] [Nix-commits] SVN commit: nix - r34095 -nixpkgs/branches/stdenv-updates/pkgs/tools/compression/bzip2

2012-05-14 Thread Michael Raskin
* bzip2 installs a weird libbz2.so.1.0 symlink, which should be libbz2.so.1. And libbz2.so should link to libbz2.so.1.0.6. Is there a reason not to have both libbz2.so.1 and libbz2.so.1.0? It looks like other distributions have three links (.so, .so.x and .so.x.y) for many packages.