9 stdenvNoCC.mkDerivation rec {
13 src = fetchFromGitHub {
17 hash = "sha256-AAOON1RdbG6JSnCc123jmIlIXHOE1PE49BV4hcASO/s=";
21 patchShebangs cli/*.php app/actualize_script.php
24 # the thirdparty_extension_path can only be set by config, but should be read by an env-var.
25 overrideConfig = writeText "constants.local.php" ''
27 define('THIRDPARTY_EXTENSIONS_PATH', getenv('THIRDPARTY_EXTENSIONS_PATH') . '/extensions');
30 buildInputs = [ php ];
32 # There's nothing to build.
39 cp $overrideConfig $out/constants.local.php
44 inherit (nixosTests) freshrss-sqlite freshrss-pgsql freshrss-http-auth freshrss-none-auth freshrss-extensions;
48 description = "FreshRSS is a free, self-hostable RSS aggregator";
49 homepage = "https://www.freshrss.org/";
50 license = licenses.agpl3Plus;
51 maintainers = with maintainers; [ etu stunkymonkey ];