Python: more evaluation fixups.

This commit is contained in:
Vladimír Čunát
2016-10-14 00:03:12 +02:00
parent efb6052f40
commit 6eeea6effd
35 changed files with 34 additions and 51 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ pythonPackages.buildPythonApplication rec {
sha256 = "15pdq4fxag85qjsrdmmssiq85qsk5vnbp8mrqnpvx8lm8crz6hjl";
};
propagatedBuildInputs = with pythonPackages; [ sqlite3 pyGtkGlade pyxdg pygobject2 ];
propagatedBuildInputs = with pythonPackages; [ pyGtkGlade pyxdg pygobject2 ];
preBuild = ''
export HOME=$TMP