svn path=/nixpkgs/branches/modular-python/; revision=26568

This commit is contained in:
Eelco Dolstra 2011-03-28 13:24:21 +00:00
parent 60c787522f
commit db2b2413db

View file

@ -13,8 +13,6 @@ buildPythonPackage rec {
doCheck = false;
#installCommand = "python setup.py install --prefix=\"\$prefix\"";
meta = {
description = "A tool to find out the processes doing the most IO";
maintainers = [ stdenv.lib.maintainers.raskin ];