Commit Graph

7 Commits

Author SHA1 Message Date
Matthieu Coudron
7acb6b6b76 openrussian-cli: mark as broken
openrussian-cli breaks on master previous to this PR with:

> patching sources
> updateAutotoolsGnuConfigScriptsPhase
> building
> build flags: SHELL=/nix/store/xdqlrixlspkks50m9b0mpvag65m3pf2w-bash-5.2-p15/bin/bash LUA=/nix/store/qx7i2wd5clvzislr1ix5j6173kryj1ln-lua-5.3.6-env/bin/lua LUAC=/nix/store/qx7i2wd5clvzislr1ix5j6173kryj1ln-lua-5.3.6-env/bin/luac
> echo "#!/nix/store/qx7i2wd5clvzislr1ix5j6173kryj1ln-lua-5.3.6-env/bin/lua" >openrussian
> /nix/store/qx7i2wd5clvzislr1ix5j6173kryj1ln-lua-5.3.6-env/bin/luac -o - openrussian.lua >>openrussian
> chmod a+x openrussian
> rm -f openrussian-sqlite3.db
> unzip -p openrussian-sql.zip openrussian.sql | awk -f ./mysql2sqlite - | sqlite3 openrussian-sqlite3.db
> awk: ./mysql2sqlite:214: warning: regexp escape sequence `\"' is not a known regexp operator
> memory
> sqlite3 openrussian-sqlite3.db -batch <postprocess.sql
> Parse error near line 21: no such column: '
>   TO bare_inflections SELECT word_id, REPLACE(temp, "'", "") AS bare FROM (  --
>                                       error here ---^
2023-10-22 12:45:17 +02:00
Artturin
ec35f6341b lua-packages: try splicing 2022-08-26 20:04:02 +03:00
Malo Bourgon
16e15fa68f treewide: add meta.mainProgram to many packages 2022-05-04 18:08:19 -07:00
Ben Siraphob
259fa13d53 treewide: remove nativeBuildInputs that are in stdenv 2022-04-16 21:46:46 +03:00
Zane van Iperen
3c7e3a328c
openrussian-cli: refactor to use lua.withPackages instead of luaPackages 2022-03-09 16:12:00 +10:00
Zane van Iperen
57e7a01eb3
openrussian-cli: force lua 5.3
And some cleanups.
2021-12-06 13:36:56 +10:00
Zane van Iperen
21ab9be498
openrussian-cli: init at 1.0.0 2021-04-21 12:46:44 +10:00