Commit graph

13 commits

Author SHA1 Message Date
Jamie Magee 661415920c
inklecate: 1.0.0 -> 1.1.1 2022-12-31 14:54:03 -08:00
David McFarland 13861970f4 treewide: update all dotnet lockfiles 2022-12-19 15:36:25 -04:00
mdarocha dc652d46d7 inklecate: use dotnet 3.1 to compile 2022-08-10 16:26:49 +02:00
mdarocha 8cdc2dbf67 inklecate: update dependencies 2022-06-17 10:12:43 +02:00
Sandro b9c9593a88
Merge pull request #173304 from IvarWithoutBones/bump/dotnetmodule 2022-05-26 00:26:18 +02:00
mdarocha 5258230d4e inklecate: update dependencies 2022-05-23 17:09:19 +02:00
Ivar Scholten 578589e1da treewide: remove unneeded dotnet SDK version pins
These derivations use buildDotnetModule, which has had its default
dotnet version changed recently. This patch removes redundantly setting
the SDK/runtime to version 6.
2022-05-16 21:39:47 +02:00
mdarocha 3570e5bf40 inklecate: update dependencies 2022-04-25 07:35:56 +02:00
Ben Siraphob ed863440b8
Merge pull request #163924 from OPNA2608/fix/autoPatchelfHook_isLinux 2022-03-26 16:01:56 -05:00
OPNA2608 d2f268745a treewide: autoPatchelfHook only on Linux 2022-03-23 21:37:39 +01:00
Tony Höglund 824c865a4b inklecate: update dependencies 2022-03-18 07:24:53 +01:00
Eliza 460af326e4
inklecate: switch to source release
* inklecate: switch to source release (#154991)

Previously, inklecate was downloading an all-in-one release binary
directly from Github without patching it, resulting in it not being able
to execute on NixOS. Switching to a source-based derivation fixes this
problem.

* inklecate: fix darwin source build

* inklecate: don't build on aarch64 platforms

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-19 12:14:59 +01:00
Shreeram Modi 23a95af60f
inklecate: init at version 1.0.0
inklecate is a command line compiler for the ink language, which is used
to make interactive narrative / choose-your-own-adventure style games.

More information about the ink language can be found at
https://github.com/inkle/ink
2021-07-08 22:36:54 -07:00