forked from mirrors/nixpkgs
nix-generate-from-cpan: deprecate phases
This commit is contained in:
parent
ba7c6ef47b
commit
5156a73223
|
@ -9,10 +9,9 @@ stdenv.mkDerivation {
|
||||||
perl GetoptLongDescriptive CPANPLUS Readonly LogLog4perl
|
perl GetoptLongDescriptive CPANPLUS Readonly LogLog4perl
|
||||||
];
|
];
|
||||||
|
|
||||||
phases = [ "installPhase" ];
|
dontUnpack = true;
|
||||||
|
|
||||||
installPhase =
|
installPhase = ''
|
||||||
''
|
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp ${./nix-generate-from-cpan.pl} $out/bin/nix-generate-from-cpan
|
cp ${./nix-generate-from-cpan.pl} $out/bin/nix-generate-from-cpan
|
||||||
patchShebangs $out/bin/nix-generate-from-cpan
|
patchShebangs $out/bin/nix-generate-from-cpan
|
||||||
|
|
Loading…
Reference in a new issue