| Tim Windelschmidt | 778649e | 2025-07-23 03:50:27 +0200 | [diff] [blame^] | 1 | { super, ... }: |
| 2 | super.bison.overrideAttrs (_: { | ||||
| Tim Windelschmidt | f6c2cd2 | 2025-07-09 22:13:55 +0200 | [diff] [blame] | 3 | # Check overrided file for more informations |
| 4 | postPatch = '' | ||||
| 5 | cp ${./yacc.in} src/yacc.in | ||||
| 6 | ''; | ||||
| 7 | |||||
| 8 | env.BISON = "${builtins.placeholder "out"}/bin/bison"; | ||||
| 9 | }) | ||||