{ stdenvNoCC , lib , fetchFromGitHub , nixosTests , php , pkgs }: stdenvNoCC.mkDerivation rec { pname = "FreshRSS"; version = "1.21.0"; src = fetchFromGitHub { owner = "FreshRSS"; repo = "FreshRSS"; rev = version; hash = "sha256-0+fMZ5ps0CkBbS+fcxlYrrkQi28tmrKTyl3kPuofqyI="; }; passthru.tests = { inherit (nixosTests) freshrss-sqlite freshrss-pgsql freshrss-http-auth; }; buildInputs = [ php ]; # There's nothing to build. dontBuild = true; # the data folder is no in this package and thereby declared by an env-var overrideConfig = pkgs.writeText "constants.local.php" ''