NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
16.54k stars 13.03k forks source link

Package request: Inky editor #309024

Open IFcoltransG opened 2 months ago

IFcoltransG commented 2 months ago

Project description

Inky is an editor for the Ink programming language which is used to write choice-based interactive fiction. It supports hot-reloading new code into a story live, while it's running. The Ink language is also used as middleware to manage textual dialogue in games.

It's a Electron app with Node.js. I tried to package it myself but I'm not competent enough with Nix yet.

Metadata


Add a :+1: reaction to issues you find important.

eclairevoyant commented 2 months ago

electron 4, and it's been abandoned for a year? Sorry, it's not really a good fit for nixpkgs.

Cybolic commented 1 month ago

For what it's worth, I packaged the binary release for my own use.

Also, from what I can tell, Inky is still seeing development (latest commit was today), but it's true that the last release is from 2022. Hopefully, we'll eventually see it upgraded to use a newer version of Electron.

eclairevoyant commented 1 month ago

If they're willing to upgrade electron to a recent version, say 29 or 30, we can reconsider adding this. Any interested party should ask upstream directly if they're willing to do so.

(PS when I closed this earlier, their last commit was in fact on Mar 24, 2023, i.e. over a year ago.)