9 , withGeolocation ? true
12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "sha256-ZXWlFg0h0PvUqX5+kR/TAkH3GvL9pHRrKueBGqx5MCY=";
30 ] ++ lib.optionals withGeolocation [
32 ] ++ lib.optionals stdenv.isDarwin [
39 ] ++ lib.optionals withGeolocation [
44 description = "Real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems";
45 homepage = "https://goaccess.io";
46 changelog = "https://github.com/allinurl/goaccess/raw/v${version}/ChangeLog";
47 license = licenses.mit;
48 maintainers = with maintainers; [ ederoyd46 ];
49 platforms = platforms.linux ++ platforms.darwin;