Re: [Nix-dev] cannot build nova

2013-08-17 Thread Vladimír Čunát
On 08/17/2013 01:50 AM, Tim Barbour wrote: Thank you. I tried prefetching it, but it makes no difference. The result of prefetching goes in different store location to the one it is looking for. Perhaps the package has the wrong hash for python-novaclient-2012.1.tar.gz ? It does look like the

[Nix-dev] CTest post-test command fails in liblapack build

2013-08-17 Thread Peter Simons
Hey, could some CMake guru please help me figure out why liblapack's test phase fails [1]? The build and test phase seem to work fine at first, but then it run into the following error: | [...] | 100% tests passed, 0 tests failed out of 86 | | Total Test time (real) = 77.31 sec | No such

Re: [Nix-dev] Samba, nixpkgs and GNU/Hurd

2013-08-17 Thread Bjørn Forsman
Hi Ludovic, all, I want to update samba from 3.6.8 to 3.6.18 (latest 3.x version), but then the GNU/Hurd patch that you have added failed. Is it OK if I drop the patch? Or do you want to bump samba yourself and re-create the patch? ___ nix-dev mailing

Re: [Nix-dev] msmtp and certificates

2013-08-17 Thread Bjørn Forsman
On 22 July 2013 21:43, Bjørn Forsman bjorn.fors...@gmail.com wrote: On 22 July 2013 20:37, Eelco Dolstra eelco.dols...@logicblox.com wrote: Hi, On 20/07/13 20:57, Bjørn Forsman wrote: Would it be an idea to rename ca-bundle.crt to ca-certificates.crt? One less (needless?) distro difference?

[Nix-dev] how to install nilfs-utils ?

2013-08-17 Thread Tim Barbour
I am trying to install nilfs-utils. According to the wiki ( http://nixos.org/wiki/Install/remove_software ), I can install a package by 'nix-env -i package for one user, or I can install it for all users by adding it to environment.systemPackages . The second way does not work for me for

[Nix-dev] how to install nilfs-utils ?

2013-08-17 Thread Michael Raskin
I am trying to install nilfs-utils. According to the wiki ( http://nixos.org/wiki/Install/remove_software ), I can install a package by 'nix-env -i package for one user, or I can install it for all users by adding it to environment.systemPackages . The second way does not work for me for

Re: [Nix-dev] how to install nilfs-utils ?

2013-08-17 Thread Bjørn Forsman
On 17 August 2013 13:13, Tim Barbour t...@categorical.net wrote: I am trying to install nilfs-utils. According to the wiki ( http://nixos.org/wiki/Install/remove_software ), I can install a package by 'nix-env -i package for one user, or I can install it for all users by adding it to

[Nix-dev] disk setup for nixos installation

2013-08-17 Thread Tim Barbour
I would like to be able to boot from nixos installation media, then do automated partitioning, LVM setup and filesystem creation, then let nixops do the rest. What is the best way to automate partitioning, LVM setup and filesystem creation ? I wrote a shell script to do this (just for one disk, so

Re: [Nix-dev] Samba, nixpkgs and GNU/Hurd

2013-08-17 Thread Bjørn Forsman
On 17 August 2013 15:07, Ludovic Courtès l...@gnu.org wrote: Hi! Sorry for the late reply. It's ok :-) Bjørn Forsman bjorn.fors...@gmail.com skribis: I want to update samba from 3.6.8 to 3.6.18 (latest 3.x version), but then the GNU/Hurd patch that you have added failed. Is it OK if I

[Nix-dev] disk setup for nixos installation

2013-08-17 Thread Tim Barbour
On further reflection, I think I see how it almost might work using derivations. Assume it is possible to have a derivation that is only considered to be built (hand-waving part here ...) if the required filesystem exists. Then that derivation depends on another that is only considered to be

Re: [Nix-dev] disk setup for nixos installation

2013-08-17 Thread Domen Kožar
I used something like this to generate an ISO image that would self-install: http://paste.ofcode.org/K9Haex6MiBxygqJDFXkSL7 On Sat, Aug 17, 2013 at 3:22 PM, Tim Barbour t...@categorical.net wrote: I would like to be able to boot from nixos installation media, then do automated partitioning,

[Nix-dev] disk setup for nixos installation

2013-08-17 Thread Michael Raskin
On further reflection, I think I see how it almost might work using derivations. Assume it is possible to have a derivation that is only considered to be built (hand-waving part here ...) if the required filesystem exists. Then that derivation depends on another that is only considered to be

Re: [Nix-dev] disk setup for nixos installation

2013-08-17 Thread Marc Weber
Well - the nixos isos ship with nixos-install. It should be easy to add a script which runs automatically on startup (creating llvm devices and so on) and runs the script afterwards. Marc Weber ___ nix-dev mailing list nix-dev@lists.science.uu.nl

[Nix-dev] where did hydra's tested view go?

2013-08-17 Thread Mathijs Kwik
It was quite useful to find out if the channel has issues. ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] Software development workflow -- the nix way?

2013-08-17 Thread phreedom
В письме от Четверг 15 августа 2013 18:08:52 пользователь Kyle Heath написал: Hi Nix Folks, *short version:* * * I would like to enable the following development workflow... 1. I write packages of code containing java, c++, python binary and library targets (and probably host them on