fix perl-5.8 build

svn path=/nixpkgs/trunk/; revision=18895
This commit is contained in:
Marc Weber 2009-12-11 13:58:26 +00:00
parent 5319704f80
commit 5d6b65d339

View File

@ -5,7 +5,8 @@
stdenv.mkDerivation {
name = "perl-5.8.8";
builder =
phases = "phase";
phase =
''
source $stdenv/setup
@ -28,6 +29,7 @@ postInstall() {
cp $setupHook $out/nix-support/setup-hook
}
unset phases
genericBuild
'';