mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
stp: fixup build by using older bison
I have no idea what's wrong.
This commit is contained in:
parent
f1ed4b50fc
commit
e20188f181
1 changed files with 3 additions and 1 deletions
|
@ -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 {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue