lsh: Fix typo.

svn path=/nixpkgs/trunk/; revision=16986
This commit is contained in:
Ludovic Courtès 2009-09-08 10:31:07 +00:00
parent 80e34c69f5
commit e5eb79cee4

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, gperf, guile, gmp, zlib, liboop, readline, gnum4, pam
, nettools, lsof, procps }:
stdenv.mkDerivation {
stdenv.mkDerivation rec {
name = "lsh-2.0.4";
src = fetchurl {
url = "mirror://gnu/lsh/${name}.tar.gz";