{ stdenvNoCC, lib, fetchFromGitHub, nixosTests, php, writeText, }: stdenvNoCC.mkDerivation rec { pname = "FreshRSS"; version = "1.27.1"; src = fetchFromGitHub { owner = "FreshRSS"; repo = "FreshRSS"; rev = version; hash = "sha256-EpszwgYzobRA7LohtJJtgTefFAEmCXvcP3ilfsu+obo="; }; postPatch = '' patchShebangs cli/*.php app/actualize_script.php ''; # THIRDPARTY_EXTENSIONS_PATH can only be set by config, but should be read from an env-var. overrideConfig = writeText "constants.local.php" ''