-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
starc: init at 0.7.5 #354961
starc: init at 0.7.5 #354961
Conversation
c45e45c
to
7c1632a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
7c1632a
to
4abbd63
Compare
🤦 I changed the pname when I shouldn't have, oops |
da9e3f3
to
4de2839
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure the commit message mentions starc. LGTM otherwise
4de2839
to
dd74758
Compare
makeWrapper ${starc-unwrapped}/bin/starc $out/bin/starc \ | ||
--unset QT_PLUGIN_PATH |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will technically be a double wrapper (starc -> starc-unwrapped -> bwrap of appimage), but I don't think it really matters here.
dd74758
to
751f2ae
Compare
751f2ae
to
693d698
Compare
Story Architect is the successor to Kit Scenarist, a screenwriting software.
homepage: https://starc.app/
Some notes on packaging: I would have liked to avoid using the stdenvNoCC here, but I wasn't successful in getting a wrapProgram to function correctly if placed in the fixupPhase of the appimageTools.wrapType2 itself. If someone else is able to get it to behave we could move most of the installPhase to the appimage's extraInstallCommands, and clean up the derivation significantly.
Also, I've elected for an unfree license, rather than GPL-3 as listed in the github repo, as some features of the paid version are proprietary.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.