Export ghci config files for ghc-vis and ghc-heap-view

This commit is contained in:
Gergely Risko
2013-08-08 15:43:45 +02:00
committed by Peter Simons
parent 185439ca5f
commit de35a6dbb9
3 changed files with 13 additions and 0 deletions

View File

@@ -76,6 +76,11 @@ stdenv.mkDerivation rec {
ln -s $f $out/share/emacs/site-lisp/
echo -n .
done
for f in "$currentPath/share/ghci/"*; do
mkdir -p $out/share/ghci
ln -s $f $out/share/ghci/
echo -n .
done
for f in "$currentPkgDir/"*.conf; do
ln -s $f $linkedPkgDir
echo -n .