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 m.pricejo...@gmail.com 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

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 kirela...@gmail.com wrote: On Thu Nov 13 2014 at 20:20:53 Michael Jones m.pricejo...@gmail.com wrote: Hi, I hope this is the right list. I'm very

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

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

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

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

2014-11-13 Thread Michael Jones
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 directly with the following `default.nix` file: {

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

2014-11-13 Thread Vladimír Čunát
Hi, I don't know where terminfo is searched. On 11/13/2014 05:20 PM, Michael Jones wrote: $ nix-env -iA nixos.pkgs.rxvt_unicode error: attribute ‘nixos’ in selection path ‘nixos.pkgs.rxvt_unicode’ not found The 'nixos' in the example is the channel name. You would probably name your channel

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

2014-11-13 Thread Michael Jones
Much appreciated, I can now see why there is a '(NixOS Channel)' annotation by the entry on the packages page. Still I find that far from obvious, it might be best if there was a link with an explanation for the confused :) Kind of you to help though, thank you! I do indeed have a channel named