buku-4.1: pinned python to python36 due to #52766

still not working, since depending python modules uses python37 instead
of wanted python36
This commit is contained in:
Christian Kögler 2019-01-30 07:49:41 +01:00
parent ad7591c3ff
commit 5ddd094ce0

View File

@ -1818,7 +1818,9 @@ in
burp = callPackage ../tools/backup/burp { };
buku = callPackage ../applications/misc/buku { };
buku = callPackage ../applications/misc/buku {
python3 = python36; # due to #52766
};
byzanz = callPackage ../applications/video/byzanz {};