15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
23 hash = "sha256-MVZ/pvDAETacQiEMEXM0gYM20LXqNiHtMfFGqS1vipY=";
27 # Remove bundled libraries
42 ] ++ lib.optional stdenv.hostPlatform.isDarwin memstreamHook;
45 "HOSTCC=${buildPackages.stdenv.cc}/bin/${buildPackages.stdenv.cc.targetPrefix}cc"
49 description = "Telescope is a w3m-like browser for Gemini";
50 homepage = "https://www.telescope-browser.org/";
51 license = licenses.isc;
52 maintainers = with maintainers; [ heph2 ];
53 platforms = platforms.unix;