1 { buildFHSEnv, callPackage, lib }:
4 shticker-book-unwritten-unwrapped = callPackage ./unwrapped.nix { };
7 name = "shticker_book_unwritten";
8 targetPkgs = pkgs: with pkgs; [
12 shticker-book-unwritten-unwrapped
17 runScript = "shticker_book_unwritten";
20 description = "Minimal CLI launcher for the Toontown Rewritten MMORPG";
21 mainProgram = "shticker_book_unwritten";
22 homepage = "https://github.com/JonathanHelianthicusDoe/shticker_book_unwritten";
23 license = licenses.gpl3Plus;
24 maintainers = [ maintainers.reedrw ];
25 platforms = platforms.linux;