1 { buildFHSUserEnv, callPackage, lib, openssl }:
4 shticker-book-unwritten-unwrapped = callPackage ./unwrapped.nix {
9 name = "shticker_book_unwritten";
10 targetPkgs = pkgs: with pkgs; [
14 shticker-book-unwritten-unwrapped
19 runScript = "shticker_book_unwritten";
22 description = "Minimal CLI launcher for the Toontown Rewritten MMORPG";
23 homepage = "https://github.com/JonathanHelianthicusDoe/shticker_book_unwritten";
24 license = licenses.gpl3Plus;
25 maintainers = [ maintainers.reedrw ];
26 platforms = platforms.linux;