9 rustPlatform.buildRustPackage rec {
14 inherit pname version;
15 hash = "sha256-OjL3wEoh4fT2nKqb7lMefP5B0vYyUaTRj09OXPEVfW4=";
18 cargoPatches = [ ./cargo-lock.patch ];
20 cargoHash = "sha256-cwk8yFt8JrYkYlNUW9n/bgMUA6jyOpG0TSh5C+eERLY=";
22 nativeBuildInputs = [ cmake pkg-config ];
23 buildInputs = [ openssl ];
26 description = "Simple CLI client for installing and maintaining linux GOG games";
27 mainProgram = "wyvern";
28 homepage = "https://git.sr.ht/~nicohman/wyvern";
29 license = licenses.gpl3;
30 maintainers = with maintainers; [ _0x4A6F ];
31 platforms = platforms.linux;