mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
svn path=/nixpkgs/trunk/; revision=18420
This commit is contained in:
parent
063f44d23c
commit
bab04acc3a
|
@ -207,7 +207,7 @@ args.stdenv.mkDerivation (args // {
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section><title>File naming and organisation</title>
|
<section xml:id="sec-organisation"><title>File naming and organisation</title>
|
||||||
|
|
||||||
<para>Names of files and directories should be in lowercase, with
|
<para>Names of files and directories should be in lowercase, with
|
||||||
dashes between words — not in camel case. For instance, it should be
|
dashes between words — not in camel case. For instance, it should be
|
||||||
|
|
|
@ -25,8 +25,8 @@ $ cd nixpkgs</screen>
|
||||||
<filename>pkgs/development/libraries/<replaceable>pkgname</replaceable></filename>,
|
<filename>pkgs/development/libraries/<replaceable>pkgname</replaceable></filename>,
|
||||||
while a web browser goes into
|
while a web browser goes into
|
||||||
<filename>pkgs/applications/networking/browsers/<replaceable>pkgname</replaceable></filename>.
|
<filename>pkgs/applications/networking/browsers/<replaceable>pkgname</replaceable></filename>.
|
||||||
See Section XXX for some hints on the tree organisation. Create a
|
See <xref linkend="sec-organisation" /> for some hints on the tree
|
||||||
directory for your package, e.g.
|
organisation. Create a directory for your package, e.g.
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
$ svn mkdir pkgs/development/libraries/libfoo</screen>
|
$ svn mkdir pkgs/development/libraries/libfoo</screen>
|
||||||
|
|
Loading…
Reference in a new issue