Re: [Nix-dev] Proper way of adding custom nix expressions

2012-10-31 Thread Daniel Santa Cruz
I'm interested in figuring out what is standing in the way of getting hack-nix as the standard way of doing things. From my very naive point of view, that is what I would want as the end user. This deal of having to create a nix expression for every package, and for every version of that package

[Nix-dev] Emacs 24 build that works on the Mac

2012-09-18 Thread Daniel Santa Cruz
Hello all, Does anyone have an emacs build that works on a mac? Seems that nettle does not want to compile on the mac, and before digging too deeply, I'm wondering if anyone has already fix this for themselves. Thanks, Daniel p.d. here is what hydra thinks: emacs: http://hydra.nixos.org/build/2

Re: [Nix-dev] [PATCH] Extra libraries required for web dev with Snap

2012-08-01 Thread Daniel Santa Cruz
apologies. I do not know how this got here after I ran my successful tests. Daniel On Wed, Aug 1, 2012 at 9:13 PM, Daniel Santa Cruz wrote: > --- > pkgs/development/libraries/haskell/snap/loader-dynamic.nix | 14 > ++ > pkgs/top-level/haskell-packages.nix

[Nix-dev] [PATCH] Extra libraries required for web dev with Snap

2012-08-01 Thread Daniel Santa Cruz
--- pkgs/development/libraries/haskell/snap/loader-dynamic.nix | 14 ++ pkgs/top-level/haskell-packages.nix| 2 ++ 2 files changed, 16 insertions(+) create mode 100644 pkgs/development/libraries/haskell/snap/loader-dynamic.nix diff --git a/pkgs/development/li

Re: [Nix-dev] NIX_REMOTE

2012-07-25 Thread Daniel Santa Cruz
Man, I was bashing my head trying to figure out what I had broken when I upgraded to nix-1.1. Glad to see that this has a trivial fix :) Daniel On Wed, Jul 25, 2012 at 5:09 PM, Eelco Dolstra wrote: > Hi, > > On 25/07/12 16:47, Marco Maggesi wrote: > > > I suggest to update the documentation or

Re: [Nix-dev] Haskell packages installation

2012-07-17 Thread Daniel Santa Cruz
I'd like to add a request for a section in the wiki page: how to keep/install a set of packages not available in hackage (i.e. either locally available, or via github) with nixpkgs. Daniel On Tue, Jul 17, 2012 at 5:31 AM, Andres Loeh wrote: > Sorry, wrong link: > > http://nixos.org/wiki/Haskell

Re: [Nix-dev] Haskell packages installation

2012-07-17 Thread Daniel Santa Cruz
Ah! Bookmarked! I think this is a great starting point. Thanks for putting this together, Andres. Daniel On Tue, Jul 17, 2012 at 5:31 AM, Andres Loeh wrote: > Sorry, wrong link: > > http://nixos.org/wiki/Haskell > > Cheers, > Andres > ___ > nix-dev

[Nix-dev] n00b question: nix-env --query that outputs Attributes

2012-06-07 Thread Daniel Santa Cruz
Hello all, After reading and re-reading the man page, I'm still not sure how to do a query that will output the attribute path of installed packages. I figured that I could change: > nix-env -qaP "*" into: > nix-env -q --installed -P "*" but that doesn't seem to work. I get a list of installed

[Nix-dev] haskellPackages_ghc741_no_profiling.downloadCurl dependency on tagsoup-0.10.1

2012-06-06 Thread Daniel Santa Cruz
Hello all, Is there any specific reason why download-curl is set to depend on the older tagsoup? This dependency is currently preventing download-curl from building. Have have removed said dependency, and things seem to work now. Can someone validate? Daniel Index: haskell-packages.nix ===

Re: [Nix-dev] Debugging nixpkgs

2012-04-03 Thread Daniel Santa Cruz
Konrad, It would we awesome if you posted something once you have a process in place. I find that there is a need for that kind of information. Daniel ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-d

[Nix-dev] openFile: resource exhausted -- cabal configure

2012-03-18 Thread Daniel Santa Cruz
Hello list, I have been attempting to install yesod, and friends with Nix. My installation has: Mac OS X 10.7.3 Nix 0.16 GHC wrapper 7.4.1 cabal-install 0.10.2 and the yesod tools for ghc7.4.1 I have tried to initialize a yesod project with "yesod init". Once there, I tried to do a "cabal config