Re: [Nix-dev] Using R with Bioconductor

2015-05-29 Thread Jeffrey David Johnson
Finally got around to writing it! https://github.com/NixOS/nixpkgs/compare/master...jefdaj:bioc-pullreq-twofiles I'm getting an error when installing a Bioconductor package with CRAN dependency though... is that just me? I think they should be able to find each other since the two sets get unione

[Nix-dev] ghc-mod with ghc 7.10.1

2015-05-29 Thread Richard Wallace
Has anyone gotten this to work successfully on nix? I used cabal2nix to create a package from ghc-mod master branch on github and did the same for cabal-helper. I had to disable testing on both since they fail for different reasons (cabal-helper tries to access something in $HOME and I'm not sure w

Re: [Nix-dev] Ceph module?

2015-05-29 Thread William Kennington
Https://github.com/wkennington/nixos has all of the ceph daemons written. On Fri, May 29, 2015, 02:34 Christian Theune wrote: > Hi, > > I see that a package is available for Ceph but no module has been written. > Is anybody besides me interested in this? Googling did not turn out anyone > workin

Re: [Nix-dev] writing a muttrc configuration file

2015-05-29 Thread stewart mackenzie
Hendrik, thanks! On 29 May 2015 18:53, "Hendrik Bunke" wrote: > --On 2015-05-29 18:33, stewart mackenzie wrote: > > Okay yes it wrote to /nix/store, so this approach won't work as Mutt > > won't see /nix/store/kl3v8gvzk4c3q7zfjcjpm4kb3c248ahl-muttrc/root > > > > So it would be great to open Mutt

Re: [Nix-dev] writing a muttrc configuration file

2015-05-29 Thread Hendrik Bunke
--On 2015-05-29 18:33, stewart mackenzie wrote: > Okay yes it wrote to /nix/store, so this approach won't work as Mutt > won't see /nix/store/kl3v8gvzk4c3q7zfjcjpm4kb3c248ahl-muttrc/root > > So it would be great to open Mutt and it automatically opens to the > correct location: /var/spool/mail/roo

Re: [Nix-dev] writing a muttrc configuration file

2015-05-29 Thread stewart mackenzie
Okay yes it wrote to /nix/store, so this approach won't work as Mutt won't see /nix/store/kl3v8gvzk4c3q7zfjcjpm4kb3c248ahl-muttrc/root So it would be great to open Mutt and it automatically opens to the correct location: /var/spool/mail/root and not /var/mail/root How do I do this? > Most probab

Re: [Nix-dev] writing a muttrc configuration file

2015-05-29 Thread Hendrik Bunke
--On 2015-05-29 17:58, stewart mackenzie wrote: > Hi, > > So I'm trying to write the mutt configuration file using this: > > let > muttConfigFile = pkgs.writeTextFile { > name = "muttrc"; > text = '' > set spoolfile=/var/spool/mail/root/ > ''; > executable = false; >

[Nix-dev] writing a muttrc configuration file

2015-05-29 Thread stewart mackenzie
Hi, So I'm trying to write the mutt configuration file using this: let muttConfigFile = pkgs.writeTextFile { name = "muttrc"; text = '' set spoolfile=/var/spool/mail/root/ ''; executable = false; destination = "/root/.muttrc"; }; { environment = { systemPacka

[Nix-dev] Ceph module?

2015-05-29 Thread Christian Theune
Hi, I see that a package is available for Ceph but no module has been written. Is anybody besides me interested in this? Googling did not turn out anyone working on this. Christian — Christian Theune · c...@flyingcircus.io · +49 345 219401 0 Flying Circus Internet Operations GmbH · http://flyi