qdu: fix bad formatting.

svn path=/nixpkgs/trunk/; revision=22054
This commit is contained in:
David Guibert 2010-05-29 12:33:24 +00:00
parent b50f4cabcc
commit 95683bb7c7

View File

@ -1,5 +1,7 @@
{stdenv, fetchurl, qt3, libXext, libX11}:
stdenv.mkDerivation {
name = "qdu-2.2";
src = fetchurl {
url = http://artis.imag.fr/~Gilles.Debunne/Code/QDU/qdu-2.2.tar.gz;
sha256 = "0nn13lcw7bpasdn5xd0ydkyzirz9zamgl8lizi3ncqdzv8bjm7xl";
@ -17,8 +19,8 @@ stdenv.mkDerivation {
make install
'';
name = "qdu-2.2";
meta = { homepage = "http://freshmeat.net/redir/qdu/38383/url_homepage/QDU";
meta = {
homepage = "http://artis.imag.fr/~Gilles.Debunne/Code/QDU";
description = "A graphical disk usage tool based on Qt";
license="GPL";
};