buildPythonPackage: fix standalone applications using it

This commit is contained in:
Domen Kožar
2015-11-21 21:44:12 +01:00
parent 99a64da600
commit 704c8bab41
22 changed files with 88 additions and 216 deletions
+2 -3
View File
@@ -8,15 +8,14 @@ pythonPackages.buildPythonPackage rec {
sha256 = "0d574mbmhaqmh7kivaryj2hpghz6xkvic9ah43s1hf385y7c33kd";
};
buildPhase = ''
patchPhase = ''
rm -rf data/po/*
python setup.py build
'';
# no tests
doCheck = false;
buildInputs = [pythonPackages.docutils];
buildInputs = [ pythonPackages.docutils ];
propagatedBuildInputs = [ xrandr pythonPackages.pygtk ];
meta = {