summary refs log tree commit diff
path: root/pkgs/development/idris-modules/idris-wrapper.nix
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2018-02-03 10:12:43 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2018-02-07 19:24:31 +0000
commit8d55538f973813c8db45e9434bc7f742290a1fd0 (patch)
treef9a494c5d0ed6a00a2c48ce20dd0b07454d806fc /pkgs/development/idris-modules/idris-wrapper.nix
parentd74a7506f0a1a698f5a66c2878586a08c333caee (diff)
downloadnixpkgs-8d55538f973813c8db45e9434bc7f742290a1fd0.tar
nixpkgs-8d55538f973813c8db45e9434bc7f742290a1fd0.tar.gz
nixpkgs-8d55538f973813c8db45e9434bc7f742290a1fd0.tar.bz2
nixpkgs-8d55538f973813c8db45e9434bc7f742290a1fd0.tar.lz
nixpkgs-8d55538f973813c8db45e9434bc7f742290a1fd0.tar.xz
nixpkgs-8d55538f973813c8db45e9434bc7f742290a1fd0.tar.zst
nixpkgs-8d55538f973813c8db45e9434bc7f742290a1fd0.zip
Revert "idris: Move library setup to the setup hook."
This reverts commit 69d4adee1f8b6278a19708a9051f3290f8f13e04.
Diffstat (limited to 'pkgs/development/idris-modules/idris-wrapper.nix')
-rw-r--r--pkgs/development/idris-modules/idris-wrapper.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/idris-modules/idris-wrapper.nix b/pkgs/development/idris-modules/idris-wrapper.nix
index 155098a4625..fcd02c4da24 100644
--- a/pkgs/development/idris-modules/idris-wrapper.nix
+++ b/pkgs/development/idris-modules/idris-wrapper.nix
@@ -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
       '';
   }