qdu: fix bad formatting.
svn path=/nixpkgs/trunk/; revision=22054
This commit is contained in:
parent
b50f4cabcc
commit
95683bb7c7
@ -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";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user