3
0
Fork 0
forked from mirrors/nixpkgs

filezilla: strip trailing whitespace

This commit is contained in:
Peter Simons 2013-04-26 22:40:40 +02:00
parent 41dc6930cd
commit 00101b66fe

View file

@ -3,12 +3,12 @@
let version = "3.6.0.2"; in let version = "3.6.0.2"; in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "filezilla-${version}"; name = "filezilla-${version}";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/project/filezilla/FileZilla_Client/${version}/FileZilla_${version}_src.tar.bz2"; url = "mirror://sourceforge/project/filezilla/FileZilla_Client/${version}/FileZilla_${version}_src.tar.bz2";
sha256 = "01n6k1q21i21451rdx3rgc4hhxghdn5b0ldzpjsp44ipgww5wsjk"; sha256 = "01n6k1q21i21451rdx3rgc4hhxghdn5b0ldzpjsp44ipgww5wsjk";
}; };
configureFlags = [ configureFlags = [
"--disable-manualupdatecheck" "--disable-manualupdatecheck"
]; ];