{ pkgs, lib, appimageTools, fetchurl, }: appimageTools.wrapType2 rec { pname = "unofficial-homestuck-collection"; version = "2.7.0"; src = fetchurl { url = "https://github.com/GiovanH/unofficial-homestuck-collection/releases/download/v${version}/The-Unofficial-Homestuck-Collection-${version}.AppImage"; hash = "sha256-IfDEgKlRwAlpctiwL+lOTgBdSdUGFxCdArlu+dDiEcY="; }; extraInstallCommands = '' sed -i 's/$@"/$@" --no-sandbox/' "$out/bin/unofficial-homestuck-collection" ''; }