Fix Perl module Module::Pluggable such that it can find plugins that live in symlinked directories. Patch borrowed/adapted from Nixpkgs. --- Module-Pluggable-5.2/lib/Module/Pluggable/Object.pm 2015-04-08 23:28:48.120164135 -0500 +++ Module-Pluggable-5.2/lib/Module/Pluggable/Object.pm 2015-04-08 23:30:27.032166704 -0500 @@ -164,7 +164,7 @@ my $sp = catdir($dir, (split /::/, $searchpath)); # if it doesn't exist or it's not a dir then skip it - next unless ( -e $sp && -d _ ); # Use the cached stat the second time + next unless ( -e $sp ); my @files = $self->find_files($sp); @@ -279,7 +279,7 @@ (my $path = $File::Find::name) =~ s#^\\./##; push @files, $path; } - }, $search_path ); + }, "$search_path/." ); } #chdir $cwd; return @files;>
aboutsummaryrefslogtreecommitdiff
path: root/po/guix
AgeCommit message (Expand)Author
2017-03-14nls: Mark (guix scripts pack) as translatable....* po/guix/POTFILES.in: Add 'guix/scripts/pack.scm'. Ludovic Courtès
2016-12-31Add 'guix copy'....* guix/scripts/copy.scm: New file. * guix/scripts/archive.scm (options->derivations+files): Export. * doc/guix.texi (Invoking guix copy): New node. * Makefile.am (MODULES) [HAVE_GUILE_SSH]: Add guix/scripts/copy.scm. * po/guix/POTFILES.in: Likewise. Ludovic Courtès
2016-12-19nls: Update 'fr' translation.Ludovic Courtès
2016-12-19nls: Update 'pt_BR' translation.Ludovic Courtès
2016-12-19nls: Update 'da' translation.Ludovic Courtès
2016-12-04nls: Update 'da' translation.Marius Bakke
2016-11-12nls: Update 'fr' translation.Ludovic Courtès
2016-11-06nls: Update 'fr' translation.Leo Famulari
2016-11-05nls: Update 'pt_BR' translation.Leo Famulari
2016-10-23nls: Update 'fr' translation.Leo Famulari
2016-10-06nls: Update 'de' translation.Ludovic Courtès