[Nix-dev] Adding pure darwin binaries to tarballs.nixos.org

2015-10-19 Thread Shea Levy
Hi all, Now that pure-darwin is in master, can we move the binaries to tarballs.nixos.org? We're currently trying to fetch them from a dropbox [1], and that is failing on hydra [2] (though it seems to work for me locally with curl). Thanks, Shea [1]:

Re: [Nix-dev] cups executing wrong filter

2015-10-19 Thread Samuel
Thanks. I'll try to find time to debug this and keep you posted if I find anything On 18 October 2015 at 17:52, Brandon Dimcheff wrote: > Quoting Samuel (2015-10-16 09:25:10) >> Hi, >> >> I am trying to print to an lpd printer, but jobs fail with "filter failed" >> >> >From

Re: [Nix-dev] [ANN] Vagrant boxes for 15.09

2015-10-19 Thread zimbatm
Thanks Christian. Hopefully one day the plugin will be merged and become part of Vagrant so people won't have to worry which version is which anymore. On Mon, 19 Oct 2015 at 06:56 Christian Theune wrote: > Hi Z, > > that’s great news! Sorry that I couldn’t be of much help

Re: [Nix-dev] cups executing wrong filter

2015-10-19 Thread Brandon Dimcheff
Quoting Samuel (2015-10-19 05:30:44) > Thanks. I'll try to find time to debug this and keep you posted if I > find anything This solved my problem, and is apparently the same problem I fixed with cups last December: https://github.com/NixOS/nixpkgs/pull/10493 Is there a reasonable way of making

Re: [Nix-dev] More Library Trouble (Haskell and Python Libraries)

2015-10-19 Thread Joel Moberg
I don't use haskell but I maybe have the answer for Python. I have set PYTHONPATH=$HOME/.nix-profile/lib/python2.7/site-packages. You may want to set it to /run/current-system/sw/lib/python2.7/site-packages if you installed it to the system profile. You can also install recursive-pth-loader which

[Nix-dev] More Library Trouble (Haskell and Python Libraries)

2015-10-19 Thread Taeer Bar-Yam
Hey guys, I added some haskell and python libraries to my configuration.nix environment.systemPackages, and they are appearing in /run/current-system/sw/lib/(relevant language)/ But when I try to use them from scripts, the programming language can't find them. Is there some way I need to tell