[Nix-dev] Start testing 14.12 (pre-)release

2014-12-10 Thread Domen Kožar
Hi all, channel is already ready for 14.12 release, you can begin testing the upgrades (mostly appreciated on any feedback from 14.04 upgrade). To do so: $ nix-channel --add http://nixos.org/channels/nixos-14.12 nixos $ nixos-rebuild switch --upgrade As always, keep an eye on

Re: [Nix-dev] [PATCH Nix] Flush substituter output upon ‘\r’

2014-12-10 Thread Ludovic Courtès
Hi Eelco, I think the patch below fell through the cracks. ;-) Is it OK on your side? Thanks, Ludo’. l...@gnu.org (Ludovic Courtès) skribis: Eelco Dolstra eelco.dols...@logicblox.com skribis: On 17/06/14 17:50, Ludovic Courtès wrote: The patch below changes the store so that it flushes

Re: [Nix-dev] Travis CI test branch

2014-12-10 Thread Pascal Wittmann
On 12/09/2014 04:08 PM, Brandon Barker wrote: I'm currently using Virtual Box for testing NIxOS, which may have some unintended behavior with regard to systems level packages. Is there a branch I can pull request to for the purposes of letting Travis CI do the testing, without anyone taking

Re: [Nix-dev] Travis CI test branch

2014-12-10 Thread Vladimír Čunát
Hi. On 12/10/2014 11:01 AM, Pascal Wittmann wrote: On 12/09/2014 04:08 PM, Brandon Barker wrote: For instance, with one package I'm using, 'make check' has a few failures, but I am not sure if this is due to Virtual Box or not. You can setup Travis for your own fork. Well, our Travis seems

[Nix-dev] gcc vs gfortran

2014-12-10 Thread Andreas Herrmann
Hi, I was just looking into gfortran and noticed that I don't quite understand that package. gfortran48 is defined as an override of gcc48 with the following arguments: langFortran = true; langCC = false; langC = false; To me this suggests that the package gfortran comes with a

Re: [Nix-dev] gcc vs gfortran

2014-12-10 Thread Eelco Dolstra
Hi Andreas, On 10/12/14 12:07, Andreas Herrmann wrote: gfortran48 is defined as an override of gcc48 with the following arguments: langFortran = true; langCC = false; langC = false; To me this suggests that the package gfortran comes with a Fortran compiler, but does not offer a C, or a

[Nix-dev] package dependency problem: ghc-mod: cannot satisfy -package-id mtl-2.1.3.1

2014-12-10 Thread Paul Koerbitz
Hi all, I have a problem keeping ghc-mod happy. After trying a number of other approaches I have opted to install all haskell packages to my profile via the 'hsEnv' approach. `ghc-pkg check`, `cabal configure` and `cabal build` all work fine, however as soon as I include the mtl package in one

Re: [Nix-dev] cache.nixos.org retention

2014-12-10 Thread Richard Wallace
That's odd, because I built this project on an OS X machine a few weeks ago and I definitely didn't have to built those packages. They were pulled from the nixos cache. On Wed, Dec 10, 2014 at 12:28 AM, Eelco Dolstra eelco.dols...@logicblox.com wrote: Hi, On 09/12/14 23:47, Richard Wallace

Re: [Nix-dev] gcc vs gfortran

2014-12-10 Thread Andreas Herrmann
On Wednesday 10 December 2014 12:12:01 Eelco Dolstra wrote: Looks like a bug. Okay, I opened an issue about it: https://github.com/NixOS/nixpkgs/issues/5287 Best, Andreas ___ nix-dev mailing list nix-dev@lists.science.uu.nl

Re: [Nix-dev] Start testing 14.12 (pre-)release

2014-12-10 Thread Peter Simons
$ nix-channel --add http://nixos.org/channels/nixos-14.12 nixos $ nixos-rebuild switch --upgrade I updated a virtual server of mine, and the new system booted without network support because the interface names have changed between 14.04 and 14.12. I used to have one of those bullshit systemd

Re: [Nix-dev] Start testing 14.12 (pre-)release

2014-12-10 Thread Luca Bruno
This is a bug, interfaces must still be predictable. May it be a problem introduced by https://github.com/NixOS/nixpkgs/commit/cbd30b2bde17a87075138cf0443f110e5ac0e373 ? On Wed, Dec 10, 2014 at 11:53 PM, Peter Simons sim...@cryp.to wrote: $ nix-channel --add