* Remove dummy line that got committed accidentally.

svn path=/nixpkgs/trunk/; revision=27218
This commit is contained in:
Eelco Dolstra 2011-05-11 11:06:57 +00:00
parent ea0bf27906
commit 2bf7aa7040

View File

@ -3,8 +3,6 @@
stdenv.mkDerivation rec {
name = "hello-2.7";
x = 108;
src = fetchurl {
url = "mirror://gnu/hello/${name}.tar.gz";
sha256 = "1h17p5lgg47lbr2cnp4qqkr0q0f0rpffyzmvs7bvc6vdrxdknngx";