11 rustPlatform.buildRustPackage rec {
13 version = "unstable-2023-06-05";
15 src = fetchFromGitHub {
16 owner = "NerdyPepper";
18 rev = "5486cd4f4c5aa4e0abbcee180ad2ec22839abd31";
19 hash = "sha256-pGcD3+3Ds3U8NuNySaDnz0zzAvZlSDte1jRPdM5qrZA=";
22 cargoHash = "sha256-2X9ZhqaQ6Y+mwXTMbvBQWLR24+KYYqjIqQy/8XqGi18=";
24 nativeBuildInputs = [ pkg-config ];
29 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
30 darwin.apple_sdk.frameworks.Security
34 description = "curses based mediawiki browser";
35 homepage = "https://github.com/nerdypepper/taizen";
36 license = licenses.mit;
37 maintainers = with maintainers; [ figsoda ];
38 mainProgram = "taizen";