mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03: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 {
|
stdenv.mkDerivation {
|
||||||
name = "perl-5.8.8";
|
name = "perl-5.8.8";
|
||||||
|
|
||||||
builder =
|
phases = "phase";
|
||||||
|
phase =
|
||||||
''
|
''
|
||||||
source $stdenv/setup
|
source $stdenv/setup
|
||||||
|
|
||||||
@ -28,6 +29,7 @@ postInstall() {
|
|||||||
cp $setupHook $out/nix-support/setup-hook
|
cp $setupHook $out/nix-support/setup-hook
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unset phases
|
||||||
genericBuild
|
genericBuild
|
||||||
|
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user