unit: remove perl526, which is EOL
related to https://github.com/NixOS/nixpkgs/pull/52062
This commit is contained in:
parent
8dd2fb2ffb
commit
23073717cd
|
@ -4,7 +4,6 @@
|
||||||
, php71
|
, php71
|
||||||
, php72
|
, php72
|
||||||
, php73
|
, php73
|
||||||
, perl526
|
|
||||||
, perl
|
, perl
|
||||||
, perldevel
|
, perldevel
|
||||||
, ruby_2_3
|
, ruby_2_3
|
||||||
|
@ -32,7 +31,6 @@ stdenv.mkDerivation rec {
|
||||||
php71
|
php71
|
||||||
php72
|
php72
|
||||||
php73
|
php73
|
||||||
perl526
|
|
||||||
perl
|
perl
|
||||||
perldevel
|
perldevel
|
||||||
ruby_2_3
|
ruby_2_3
|
||||||
|
@ -52,7 +50,6 @@ stdenv.mkDerivation rec {
|
||||||
./configure php --module=php71 --config=${php71.dev}/bin/php-config --lib-path=${php71}/lib
|
./configure php --module=php71 --config=${php71.dev}/bin/php-config --lib-path=${php71}/lib
|
||||||
./configure php --module=php72 --config=${php72.dev}/bin/php-config --lib-path=${php72}/lib
|
./configure php --module=php72 --config=${php72.dev}/bin/php-config --lib-path=${php72}/lib
|
||||||
./configure php --module=php73 --config=${php73.dev}/bin/php-config --lib-path=${php73}/lib
|
./configure php --module=php73 --config=${php73.dev}/bin/php-config --lib-path=${php73}/lib
|
||||||
./configure perl --module=perl526 --perl=${perl526}/bin/perl
|
|
||||||
./configure perl --module=perl --perl=${perl}/bin/perl
|
./configure perl --module=perl --perl=${perl}/bin/perl
|
||||||
./configure perl --module=perl529 --perl=${perldevel}/bin/perl
|
./configure perl --module=perl529 --perl=${perldevel}/bin/perl
|
||||||
./configure ruby --module=ruby23 --ruby=${ruby_2_3}/bin/ruby
|
./configure ruby --module=ruby23 --ruby=${ruby_2_3}/bin/ruby
|
||||||
|
|
Loading…
Reference in New Issue