summaryrefslogtreecommitdiffstats
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index d89c368d284b..2447dc451301 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -40,7 +40,7 @@ stdenv.mkDerivation {
version easily:
<programlisting>
stdenv.mkDerivation rec {
- name = "libfoo";
+ pname = "libfoo";
version = "1.2.3";
src = fetchurl {
url = "http://example.org/libfoo-source-${version}.tar.bz2";