Skip to content

Commit cb13826

Browse files
committedMar 7, 2018
Merge branch 'staging' into glibc-2.27
2 parents 995f3fb + 60c8c02 commit cb13826

File tree

404 files changed

+2868
-1899
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404 files changed

+2868
-1899
lines changed
 

‎doc/languages-frameworks/perl.xml

+14
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,19 @@ you need it.</para>
177177

178178
</section>
179179

180+
<section xml:id="ssec-perl-cross-compilation"><title>Cross-compiling modules</title>
181+
182+
<para>Nixpkgs has experimental support for cross-compiling Perl
183+
modules. In many cases, it will just work out of the box, even for
184+
modules with native extensions. Sometimes, however, the Makefile.PL
185+
for a module may (indirectly) import a native module. In that case,
186+
you will need to make a stub for that module that will satisfy the
187+
Makefile.PL and install it into
188+
<filename>lib/perl5/site_perl/cross_perl/${perl.version}</filename>.
189+
See the <varname>postInstall</varname> for <varname>DBI</varname> for
190+
an example.</para>
191+
192+
</section>
193+
180194
</section>
181195

‎lib/maintainers.nix

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
auntie = "Jonathan Glines <auntieNeo@gmail.com>";
7272
avnik = "Alexander V. Nikolaev <avn@avnik.info>";
7373
aycanirican = "Aycan iRiCAN <iricanaycan@gmail.com>";
74+
babariviere = "Bastien Riviere <babariviere@protonmail.com>";
7475
bachp = "Pascal Bach <pascal.bach@nextrem.ch>";
7576
backuitist = "Bruno Bieth";
7677
badi = "Badi' Abdul-Wahid <abdulwahidc@gmail.com>";
@@ -380,6 +381,7 @@
380381
ledif = "Adam Fidel <refuse@gmail.com>";
381382
leemachin = "Lee Machin <me@mrl.ee>";
382383
leenaars = "Michiel Leenaars <ml.software@leenaa.rs>";
384+
lejonet = "Daniel Kuehn <daniel@kuehn.se>";
383385
leonardoce = "Leonardo Cecchi <leonardo.cecchi@gmail.com>";
384386
lethalman = "Luca Bruno <lucabru@src.gnome.org>";
385387
lewo = "Antoine Eiche <lewo@abesis.fr>";

0 commit comments

Comments
 (0)
Please sign in to comment.