-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
itch: init at version v1.24.0 #110012
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
itch: init at version v1.24.0 #110012
Conversation
Add setup for itch.io desktop client. From issue NixOS#90233
pkgs/games/itch/default.nix
Outdated
name = "itch-setup-${version}"; | ||
|
||
src = fetchurl { | ||
url = "https://github.com/itchio/itch-setup/archive/${version}.tar.gz"; |
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 use fetchFromGitHub.
buildInputs = [ | ||
makeWrapper nodejs go glib | ||
]; |
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.
buildInputs = [ | |
makeWrapper nodejs go glib | |
]; | |
buildInputs = [ | |
nodejs go glib | |
]; |
homepage = "https://itch.io"; | ||
description = | ||
"A desktop application that you can download and run games from itch.io with."; | ||
license = licenses.mit; |
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.
Missing maintainers.
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
let | ||
lib = stdenv.lib; | ||
in | ||
stdenv.mkDerivation rec { |
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.
let | |
lib = stdenv.lib; | |
in | |
stdenv.mkDerivation rec { | |
stdenv.mkDerivation rec { |
@@ -0,0 +1,60 @@ | |||
{ stdenv |
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.
{ stdenv | |
{ stdenv | |
, lib |
@@ -26459,6 +26459,8 @@ in | |||
# used as base package for iortcw forks | |||
iortcw_sp = callPackage ../games/iortcw/sp.nix { }; | |||
|
|||
itch = callPackage ../games/itch/default.nix { }; |
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.
itch = callPackage ../games/itch/default.nix { }; | |
itch = callPackage ../games/itch/default.nix { }; |
I marked this as stale due to inactivity. → More info |
any updates on this? |
This PR is superseded by #157921. |
Add setup for itch.io desktop client. From issue #90233
Motivation for this change
Attempting to add the itch.io desktop client via the itch-setup utility. See issue #90233.
Things done
Tried to base it on other electron app expressions without success.
Currently it is failing, but I'm hoping someone knows how to fix it.
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)