* Fixed some links.
svn path=/nixpkgs/trunk/; revision=16865
This commit is contained in:
parent
f16657b14f
commit
fd83f192d4
@ -104,8 +104,8 @@ $ svn add pkgs/development/libraries/libfoo/default.nix</screen>
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Firefox: <link
|
<para>Thunderbird: <link
|
||||||
xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/applications/networking/browsers/firefox-3/default.nix"><filename>pkgs/applications/networking/browsers/firefox-3/default.nix</filename></link>.
|
xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/applications/networking/mailreaders/thunderbird-2.x/default.nix"><filename>pkgs/applications/networking/mailreaders/thunderbird-2.x/default.nix</filename></link>.
|
||||||
Lots of dependencies.</para>
|
Lots of dependencies.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@ -120,20 +120,19 @@ $ svn add pkgs/development/libraries/libfoo/default.nix</screen>
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>XML::Simple, a Perl module: <link
|
<para>XML::Simple, a Perl module: <link
|
||||||
xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/top-level/all-packages.nix"><filename>pkgs/top-level/all-packages.nix</filename></link>
|
xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/top-level/perl-packages.nix"><filename>pkgs/top-level/perl-packages.nix</filename></link>
|
||||||
(search for the <varname>perlXMLSimple</varname>
|
(search for the <varname>XMLSimple</varname> attribute).
|
||||||
attribute). Most Perl modules are so simple to build that
|
Most Perl modules are so simple to build that they are
|
||||||
they are defined directly in
|
defined directly in <filename>perl-packages.nix</filename>;
|
||||||
<filename>all-packages.nix</filename>, no need to make a
|
no need to make a separate file for them.</para>
|
||||||
separate file for them.</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Adobe Reader: <link
|
<para>Adobe Reader: <link
|
||||||
xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/applications/misc/acrobat-reader/default.nix"><filename>pkgs/applications/misc/acrobat-reader/default.nix</filename></link>.
|
xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/applications/misc/adobe-reader/default.nix"><filename>pkgs/applications/misc/adobe-reader/default.nix</filename></link>.
|
||||||
Shows how binary-only packages can be supported. In
|
Shows how binary-only packages can be supported. In
|
||||||
particular the <link
|
particular the <link
|
||||||
xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/applications/misc/acrobat-reader/builder.sh">builder</link>
|
xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/applications/misc/adobe-reader/builder.sh">builder</link>
|
||||||
uses <command>patchelf</command> to set the RUNPATH and ELF
|
uses <command>patchelf</command> to set the RUNPATH and ELF
|
||||||
interpreter of the executables so that the right libraries
|
interpreter of the executables so that the right libraries
|
||||||
are found at runtime.</para>
|
are found at runtime.</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user