stp: fixup build by using older bison

I have no idea what's wrong.
This commit is contained in:
Vladimír Čunát 2019-02-19 18:18:04 +01:00
parent f1ed4b50fc
commit e20188f181
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -19463,7 +19463,9 @@ in
inherit (ocamlPackages) stog;
stp = callPackage ../applications/science/logic/stp {};
stp = callPackage ../applications/science/logic/stp {
bison = bison2;
};
stumpish = callPackage ../applications/window-managers/stumpish {};