From fd83f192d449be3922c1aa4884f80263aebad6d0 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 26 Aug 2009 16:52:02 +0000 Subject: * Fixed some links. svn path=/nixpkgs/trunk/; revision=16865 --- doc/quick-start.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'doc/quick-start.xml') diff --git a/doc/quick-start.xml b/doc/quick-start.xml index dac34b7cee3d..6a960f2151da 100644 --- a/doc/quick-start.xml +++ b/doc/quick-start.xml @@ -104,8 +104,8 @@ $ svn add pkgs/development/libraries/libfoo/default.nix - Firefox: pkgs/applications/networking/browsers/firefox-3/default.nix. + Thunderbird: pkgs/applications/networking/mailreaders/thunderbird-2.x/default.nix. Lots of dependencies. @@ -120,20 +120,19 @@ $ svn add pkgs/development/libraries/libfoo/default.nix XML::Simple, a Perl module: pkgs/top-level/all-packages.nix - (search for the perlXMLSimple - attribute). Most Perl modules are so simple to build that - they are defined directly in - all-packages.nix, no need to make a - separate file for them. + xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/top-level/perl-packages.nix">pkgs/top-level/perl-packages.nix + (search for the XMLSimple attribute). + Most Perl modules are so simple to build that they are + defined directly in perl-packages.nix; + no need to make a separate file for them. Adobe Reader: pkgs/applications/misc/acrobat-reader/default.nix. + xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/applications/misc/adobe-reader/default.nix">pkgs/applications/misc/adobe-reader/default.nix. Shows how binary-only packages can be supported. In particular the builder + xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/applications/misc/adobe-reader/builder.sh">builder uses patchelf to set the RUNPATH and ELF interpreter of the executables so that the right libraries are found at runtime. -- cgit 1.4.1