mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nix-generate-from-cpan: deprecate phases
This commit is contained in:
parent
ba7c6ef47b
commit
5156a73223
1 changed files with 7 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue