doc/stdenv: fix typo
This commit is contained in:
parent
413a59e8cc
commit
d1f8e60371
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue