[Nix-dev] auctex nix expression
Tobias Hammerschmidt
tobias.hammerschmidt at gmx.de
Thu Sep 20 13:41:50 CEST 2007
Wouter schrieb:
> I've comitted the expression, but we might want to create a public
> variant of all-pkgs.nix to which everyone can commit to enhance
> community efforts. Expressions from all-pkgs-public.nix can then flow to
> all-pkgs.nix.
Yes this might be a good idea. I've found some issues (maybe not) with
the expression. When installing the expression, the *.el files will be
moved to share/emacs/site-lisp instead of emacs/site-lisp. The configure
script has the flag "--with-lispdir" but it doesn't seem to work for me
when I pass configureFlags="--with-lispdir=$out/emacs/site-lisp". Maybe
we can work around that with postInstall and some mv's but thats rather
nasty.
More information about the nix-dev
mailing list