mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
fix perl-5.8 build
svn path=/nixpkgs/trunk/; revision=18895
This commit is contained in:
parent
5319704f80
commit
5d6b65d339
@ -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
|
||||
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user