* More cleanup.

svn path=/nixpkgs/trunk/; revision=22795
This commit is contained in:
Eelco Dolstra
2010-07-28 15:35:01 +00:00
parent 27fe0c57f3
commit 749b8607ca
37 changed files with 329 additions and 329 deletions
+5 -4
View File
@@ -1,4 +1,5 @@
args: with args;
{ stdenv, fetchurl, gtk, readline, ncurses, gettext, openssl, pkgconfig }:
stdenv.mkDerivation {
name = "gftp-2.0.19";
@@ -10,8 +11,8 @@ stdenv.mkDerivation {
buildInputs = [ gtk readline ncurses gettext openssl pkgconfig ];
meta = {
description = "GTK based FTP client";
homepage = http://www.gftp.org;
license = "GPLv2+";
description = "GTK+-based FTP client";
homepage = http://www.gftp.org;
license = "GPLv2+";
};
}