Re: [Nix-dev] Terminfo issues with haskell 'vty' package & nix-shell

2014-11-14 Thread Kirill Elagin
On Thu Nov 13 2014 at 20:20:53 Michael Jones wrote: > Hi, > > I hope this is the right list. I'm very new to nix and trying to get a set > up working on Ubuntu 14.04 for a small haskell project I have. I use > rxvt-unicode as a shell which generally seems to work fine but when I run > `nix-shell`

Re: [Nix-dev] Terminfo issues with haskell 'vty' package & nix-shell

2014-11-14 Thread Kirill Elagin
Hm, by the way `TERMINFO` gets set by urxvt itself, so that’s probably not what causes the problem. On Fri Nov 14 2014 at 13:59:05 Kirill Elagin wrote: > On Thu Nov 13 2014 at 20:20:53 Michael Jones > wrote: > >> Hi, >> >> I hope this is the right list. I'm very new to nix and trying to get a >

Re: [Nix-dev] Terminfo issues with haskell 'vty' package & nix-shell

2014-11-14 Thread Michael Jones
Hi, Thanks for the additional info. If I correctly set TERMINFO to my ubuntu terminfo folder (/lib/terminfo) or if I install rxvt-unicode via nix and use that as it properly references it's own terminfo information. Though if I try to use the nix rxvt-unicode I get the following fontconfig errors:

Re: [Nix-dev] Terminfo issues with haskell 'vty' package & nix-shell

2014-11-14 Thread Vladimír Čunát
On 11/14/2014 11:33 AM, Michael Jones wrote: fontconfig library being used by nix my be a little old We recently fixed the fontconfig update and non-NixOS compatiblity issues, after lots of pain and work. However, it's not in master yet but in the staging branch. Vladimir smime.p7s Des

[Nix-dev] Hydra.nixos.org DNS failures

2014-11-14 Thread Vladimír Čunát
Hi, this week I see quite a lot DNS failures on various places in Hydra. A few builds have failed on that (resulting into >20k failed jobs), and now I see even evaluator failing to find github.com. These transient failures produce bothersome noise. Any ideas? Vladimir smime.p7s Description

Re: [Nix-dev] Hydra.nixos.org DNS failures

2014-11-14 Thread Pascal Wittmann
On 11/14/2014 12:19 PM, Vladimír Čunát wrote: > These transient failures produce bothersome noise. Any ideas? No ideas, but I saw dns errors for github.com on travis as well. signature.asc Description: OpenPGP digital signature ___ nix-dev mailing lis

[Nix-dev] GHC Panic with basic Yesod project under Nix

2014-11-14 Thread Michael Jones
Hi, Not sure where to send this so thought I'd try here to see if anyone has the same trouble. I'm new to nix and new to Yesod and trying to build the default Yesod project with 'yesod devel' in a new shell. My steps are: 1. Create a new directory with default.nix: { haskellPackages ? (import

[Nix-dev] GNOME 3.10, 3.14 and policy

2014-11-14 Thread Luca Bruno
Now that staging has landed in master, GNOME 3.12 is the default gnome3 attribute in nixpkgs. >From hydra builds it seems that none of the failures are relative to this switch, therefore I've dropped GNOME 3.10. For those still using the GNOME 3.10 desktop I please to upgrade. If you want to stick

Re: [Nix-dev] bower

2014-11-14 Thread Richard Wallace
Count me as one of those running into this problem too. On Fri, Nov 7, 2014 at 7:08 AM, Shell Turner wrote: > Hey, > > I'm trying to get Bower running under NixOS. After installing it with > "nix-env -iA nixos.pkgs.nodePackages.bower", running "bower" outputs: > > module.js:340 > throw err

Re: [Nix-dev] Terminfo issues with haskell 'vty' package & nix-shell

2014-11-14 Thread Mateusz Kowalczyk
On 11/13/2014 04:20 PM, Michael Jones wrote: > Hi, > > I hope this is the right list. I'm very new to nix and trying to get a set > up working on Ubuntu 14.04 for a small haskell project I have. I use > rxvt-unicode as a shell which generally seems to work fine but when I run > `nix-shell` in a di

Re: [Nix-dev] GHC Panic with basic Yesod project under Nix

2014-11-14 Thread Mateusz Kowalczyk
On 11/14/2014 09:40 PM, Michael Jones wrote: > Hi, > > Not sure where to send this so thought I'd try here to see if anyone has > the same trouble. I'm new to nix and new to Yesod and trying to build the > default Yesod project with 'yesod devel' in a new shell. > > My steps are: > > 1. Create a