forked from lix-project/lix
* Manual fixes (thanks to Merijn).
This commit is contained in:
parent
83ffd4f282
commit
905d5b91fa
|
@ -63,7 +63,7 @@ pan-0.14.2</screen>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
$ nix-env -qf pkgs/system/i686-suse-linux.nix
|
$ nix-env -qf pkgs/system/i686-linux.nix
|
||||||
gettext-0.12.1
|
gettext-0.12.1
|
||||||
sylpheed-0.9.7
|
sylpheed-0.9.7
|
||||||
aterm-2.0
|
aterm-2.0
|
||||||
|
@ -73,10 +73,10 @@ pan-0.14.2
|
||||||
...</screen>
|
...</screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The Nix expression in the file <filename>i686-suse-linux.nix</filename>
|
The Nix expression in the file <filename>i686-linux.nix</filename> yields
|
||||||
yields the set of packages for a SuSE Linux system running on x86
|
the set of packages for a Linux system running on x86 hardware. For
|
||||||
hardware. For other platforms, copy and modify this file for your
|
other platforms, copy and modify this file for your platform as
|
||||||
platform as appropriate. [TODO: improve this]
|
appropriate. [TODO: improve this]
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -86,7 +86,7 @@ pan-0.14.2
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
$ nix-env -qf pkgs/system/i686-suse-linux.nix
|
$ nix-env -qsf pkgs/system/i686-linux.nix
|
||||||
-P gettext-0.12.1
|
-P gettext-0.12.1
|
||||||
IP sylpheed-0.9.7
|
IP sylpheed-0.9.7
|
||||||
-- aterm-2.0
|
-- aterm-2.0
|
||||||
|
@ -111,7 +111,7 @@ IP sylpheed-0.9.7
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
$ nix-env -i pkgs/system/i686-suse-linux.nix pan-0.14.2</screen>
|
$ nix-env -i pkgs/system/i686-linux.nix pan-0.14.2</screen>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Since installation may take a long time, depending on whether any
|
Since installation may take a long time, depending on whether any
|
||||||
|
|
Loading…
Reference in a new issue