mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
doc/stdenv: fix typo
This commit is contained in:
parent
413a59e8cc
commit
d1f8e60371
@ -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 New Issue
Block a user