lsh: Fix typo.
svn path=/nixpkgs/trunk/; revision=16986
This commit is contained in:
parent
80e34c69f5
commit
e5eb79cee4
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, gperf, guile, gmp, zlib, liboop, readline, gnum4, pam
|
{ stdenv, fetchurl, gperf, guile, gmp, zlib, liboop, readline, gnum4, pam
|
||||||
, nettools, lsof, procps }:
|
, nettools, lsof, procps }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "lsh-2.0.4";
|
name = "lsh-2.0.4";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/lsh/${name}.tar.gz";
|
url = "mirror://gnu/lsh/${name}.tar.gz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user