[Nix-dev] ghc-mod depends on Wayland

2014-11-03 Thread Andreas Herrmann
Hello everyone, Recently, I tried to install the ghc-mod package. I was surprised to see that nix-env intended to install a _large_ amount of dependencies down to quite unexpected ones such as Wayland. I dug into the dependency tree: nix-store -qR --tree $(nix-instantiate -A haskellPackage

Re: [Nix-dev] ghc-mod depends on Wayland

2014-11-03 Thread Mathijs Kwik
ghc-mod should not have a runtime dependency on emacs at all. At build-time, emacs-nox sounds fine indeed. Andreas Herrmann writes: > Hello everyone, > > Recently, I tried to install the ghc-mod package. I was surprised to > see that nix-env intended to install a _large_ amount of dependencie

Re: [Nix-dev] ghc-mod depends on Wayland

2014-11-03 Thread Peter Simons
Please see https://github.com/NixOS/nixpkgs/issues/4561. Peter ___ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev

Re: [Nix-dev] ghc-mod depends on Wayland

2014-11-03 Thread Andreas Herrmann
Thanks for pointing this out. I agree, I think a build-time dependency on emacs-nox, and no run-time dependency on emacs would be a great solution. Best, Andreas On Monday 03 November 2014 11:26:12 Peter Simons wrote: > Please see https://github.com/NixOS/nixpkgs/issues/4561. > > Peter > > __