about summary refs log tree commit diff
path: root/pkgs/build-support/mono-dll-fixer
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-12-27 18:17:53 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-12-27 18:17:53 +0000
commit7a79d1ff6a6a0b342cc33aff94446af601a825b2 (patch)
tree8c9bdec7a4608e0af313d46c9f544f1a6f161aa3 /pkgs/build-support/mono-dll-fixer
parent138c0ae751174ae6859589a9c9d517e45c14dc18 (diff)
* Remove references to substitute.sh.
svn path=/nixpkgs/trunk/; revision=7499
Diffstat (limited to 'pkgs/build-support/mono-dll-fixer')
-rw-r--r--pkgs/build-support/mono-dll-fixer/builder.sh1
-rw-r--r--pkgs/build-support/mono-dll-fixer/default.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/build-support/mono-dll-fixer/builder.sh b/pkgs/build-support/mono-dll-fixer/builder.sh
index 6b1e9e47549db..67abc465a9bdd 100644
--- a/pkgs/build-support/mono-dll-fixer/builder.sh
+++ b/pkgs/build-support/mono-dll-fixer/builder.sh
@@ -1,5 +1,4 @@
 source $stdenv/setup
-source $substituter
 
 substitute $dllFixer $out --subst-var-by perl $perl/bin/perl
 chmod +x $out
diff --git a/pkgs/build-support/mono-dll-fixer/default.nix b/pkgs/build-support/mono-dll-fixer/default.nix
index d1d856235daaa..f7dbeb3c2b07c 100644
--- a/pkgs/build-support/mono-dll-fixer/default.nix
+++ b/pkgs/build-support/mono-dll-fixer/default.nix
@@ -3,7 +3,6 @@
 stdenv.mkDerivation {
   name = "mono-dll-fixer";
   builder = ./builder.sh;
-  substituter = ../substitute/substitute.sh;
   dllFixer = ./dll-fixer.pl;
   inherit perl;
 }
\ No newline at end of file