treewide: rename perlPackages.libintl_perl -> perlPackages.libintl-perl

The other package managers call this package libintl-perl, and it is also the
original name.
This commit is contained in:
AndersonTorres 2021-10-23 17:49:10 -03:00
parent 1144ad9d02
commit 713a69a199
5 changed files with 9 additions and 8 deletions

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
strictDeps = true; strictDeps = true;
nativeBuildInputs = [ nativeBuildInputs = [
autoreconfHook bison cdrkit cpio flex getopt gperf makeWrapper pkg-config qemu autoreconfHook bison cdrkit cpio flex getopt gperf makeWrapper pkg-config qemu
] ++ (with perlPackages; [ perl libintl_perl GetoptLong SysVirt ]) ] ++ (with perlPackages; [ perl libintl-perl GetoptLong SysVirt ])
++ (with ocamlPackages; [ ocaml findlib ]); ++ (with ocamlPackages; [ ocaml findlib ]);
buildInputs = [ buildInputs = [
ncurses jansson ncurses jansson

View file

@ -24,7 +24,7 @@ let
IO IO
IOStringy IOStringy
LWP LWP
libintl_perl libintl-perl
MHonArc MHonArc
MIMECharset MIMECharset

View file

@ -15,7 +15,7 @@ perlPackages.buildPerlPackage {
buildInputs = [ perl openssl gettext python3Packages.sphinx ]; buildInputs = [ perl openssl gettext python3Packages.sphinx ];
propagatedBuildInputs = with perlPackages; propagatedBuildInputs = with perlPackages;
[ # dependencies from Makefile.PL [ # dependencies from Makefile.PL
libintl_perl ConfigVersioned LWP ClassAccessorChained IOSocketSSL ClassStd libintl-perl ConfigVersioned LWP ClassAccessorChained IOSocketSSL ClassStd
CGISession ConfigStd ConfigMerge Connector CryptCBC CryptOpenSSLAES CryptPKCS10 CGISession ConfigStd ConfigMerge Connector CryptCBC CryptOpenSSLAES CryptPKCS10
DBDMock DataPassword DataSerializer DateTimeFormatDateParse IOPrompt DBDMock DataPassword DataSerializer DateTimeFormatDateParse IOPrompt
IPCShareLite JSON LogLog4perl LWPProtocolConnect LWPProtocolHttps MailRFC822Address IPCShareLite JSON LogLog4perl LWPProtocolConnect LWPProtocolHttps MailRFC822Address

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
ExporterTiny ExporterTiny
ListMoreUtils ListMoreUtils
PDFAPI2 PDFAPI2
libintl_perl libintl-perl
]; ];
in '' in ''
for cmd in pdfoutline pdf-extract-outline; do for cmd in pdfoutline pdf-extract-outline; do

View file

@ -852,7 +852,7 @@ let
sha256 = "ee146cd75d6300837e6ca559bb0bde247d42123c96b2c5d4b2800f38d3e3d1ab"; sha256 = "ee146cd75d6300837e6ca559bb0bde247d42123c96b2c5d4b2800f38d3e3d1ab";
}; };
buildInputs = [ CaptureTiny TestDeep TestDir TestException TestFile TestFileContents TestMockModule TestMockObject TestNoWarnings TestWarn ]; buildInputs = [ CaptureTiny TestDeep TestDir TestException TestFile TestFileContents TestMockModule TestMockObject TestNoWarnings TestWarn ];
propagatedBuildInputs = [ Clone ConfigGitLike DBI DateTime EncodeLocale HashMerge IOPager IPCRun3 IPCSystemSimple ListMoreUtils PathClass PerlIOutf8_strict PodParser StringFormatter StringShellQuote TemplateTiny Throwable TypeTiny URIdb libintl_perl ]; propagatedBuildInputs = [ Clone ConfigGitLike DBI DateTime EncodeLocale HashMerge IOPager IPCRun3 IPCSystemSimple ListMoreUtils PathClass PerlIOutf8_strict PodParser StringFormatter StringShellQuote TemplateTiny Throwable TypeTiny URIdb libintl-perl ];
doCheck = false; # Can't find home directory. doCheck = false; # Can't find home directory.
meta = { meta = {
homepage = "https://sqitch.org/"; homepage = "https://sqitch.org/";
@ -11760,7 +11760,7 @@ let
}; };
}; };
libintl_perl = buildPerlPackage { libintl-perl = buildPerlPackage {
pname = "libintl-perl"; pname = "libintl-perl";
version = "1.32"; version = "1.32";
src = fetchurl { src = fetchurl {
@ -18612,7 +18612,7 @@ let
url = "mirror://cpan/authors/id/K/KR/KRYDE/podlinkcheck-15.tar.gz"; url = "mirror://cpan/authors/id/K/KR/KRYDE/podlinkcheck-15.tar.gz";
sha256 = "4e3bebec1bf82dbf850a94ae26a253644cf5806ec41afc74e43e1710a37321db"; sha256 = "4e3bebec1bf82dbf850a94ae26a253644cf5806ec41afc74e43e1710a37321db";
}; };
propagatedBuildInputs = [ FileFindIterator FileHomeDir IPCRun PodParser constant-defer libintl_perl ]; propagatedBuildInputs = [ FileFindIterator FileHomeDir IPCRun PodParser constant-defer libintl-perl ];
meta = { meta = {
homepage = "http://user42.tuxfamily.org/podlinkcheck/index.html"; homepage = "http://user42.tuxfamily.org/podlinkcheck/index.html";
description = "Check POD L<> link references"; description = "Check POD L<> link references";
@ -25222,7 +25222,8 @@ let
EmailMIMEModifier = self.EmailMIME; EmailMIMEModifier = self.EmailMIME;
ExtUtilsCommand = self.ExtUtilsMakeMaker; ExtUtilsCommand = self.ExtUtilsMakeMaker;
IOstringy = self.IOStringy; IOstringy = self.IOStringy;
libintlperl = self.libintl_perl; libintl_perl = self.libintl-perl;
libintlperl = self.libintl-perl;
LWPProtocolconnect = self.LWPProtocolConnect; LWPProtocolconnect = self.LWPProtocolConnect;
LWPProtocolhttps = self.LWPProtocolHttps; LWPProtocolhttps = self.LWPProtocolHttps;
LWPUserAgent = self.LWP; LWPUserAgent = self.LWP;