{ stdenvNoCC, lib, fetchFromGitHub, nixosTests, php, writeText, }: stdenvNoCC.mkDerivation rec { pname = "FreshRSS"; version = "1.26.3"; src = fetchFromGitHub { owner = "FreshRSS"; repo = "FreshRSS"; rev = version; hash = "sha256-/573UMMALfU46uJefxf/DMhEcIMiI+CVR9lg9kXFdF0="; }; 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" ''