Revert "idris: Move library setup to the setup hook."

This reverts commit 69d4adee1f.
This commit is contained in:
Matthew Pickering
2018-02-07 19:24:31 +00:00
parent d74a7506f0
commit 8d55538f97
3 changed files with 23 additions and 23 deletions
@@ -10,8 +10,5 @@ symlinkJoin {
wrapProgram $out/bin/idris \
--suffix PATH : ${ stdenv.lib.makeBinPath path } \
--suffix LIBRARY_PATH : ${stdenv.lib.makeLibraryPath lib}
mkdir -p $out/nix-support
substituteAll ${./setup-hook.sh} $out/nix-support/setup-hook
'';
}