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
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, pythonPackages, gettext, texinfo
, ghostscript, pysqlite, librsvg, gdk_pixbuf, txt2man, timidity, mpg123
, ghostscript, librsvg, gdk_pixbuf, txt2man, timidity, mpg123
, alsaUtils, vorbis-tools, csound, lilypond
, makeWrapper
}:
@@ -15,7 +15,7 @@ in stdenv.mkDerivation rec {
};
buildInputs = [ pkgconfig python pygtk gettext texinfo
ghostscript pysqlite librsvg gdk_pixbuf txt2man makeWrapper
ghostscript librsvg gdk_pixbuf txt2man makeWrapper
];
preBuild = ''