Merge pull request #52062 from volth/perl526-drop

perl526: drop
This commit is contained in:
Jörg Thalheim
2018-12-18 17:02:01 +00:00
committed by GitHub
17 changed files with 49 additions and 178 deletions

View File

@@ -18,7 +18,6 @@ stdenv.mkDerivation rec {
perl
DBI
DBDSQLite
DigestMD5
HTMLTagset
TimeDate # == DateParse
HTMLTemplate

View File

@@ -18,7 +18,7 @@
gzip -c man/ldap-schema-manager.1 > $out/share/man/man1/ldap-schema-manager.1.gz
wrapProgram $out/bin/schema2ldif \
--prefix PERL5PATH : "${stdenv.lib.makePerlPath [ perlPackages.GetoptLong perlPackages.PodUsage ]}"
--prefix PERL5PATH : "${stdenv.lib.makePerlPath [ perlPackages.GetoptLong ]}"
'';
meta = with stdenv.lib; {