buildPythonPackage: fix more borken packages

This commit is contained in:
Domen Kožar
2014-02-21 18:29:57 +01:00
parent 567e67f05f
commit f1db57f1fe
5 changed files with 18 additions and 18 deletions
-6
View File
@@ -11,12 +11,6 @@ buildPythonPackage rec {
pythonPath = [ pythonPackages.curses ];
postInstall =
''
# Put the man page in the right place.
mv $out/lib/python*/site-packages/iotop-*/share $out
'';
doCheck = false;
meta = {