2022-10-04 09:08:51 +02:00
|
|
|
{ TtrssPHPNormalizeHeaders
|
|
|
|
}:
|
|
|
|
{ name
|
|
|
|
, configDir ? "/etc/php"
|
|
|
|
, configFile ? "normalize-headers.php"
|
2022-10-26 06:59:23 +02:00
|
|
|
|
|
|
|
, debug ? false
|
2022-10-04 09:08:51 +02:00
|
|
|
}:
|
|
|
|
rec {
|
|
|
|
inherit name configDir configFile;
|
|
|
|
|
|
|
|
pkg = TtrssPHPNormalizeHeaders {
|
|
|
|
inherit configDir configFile;
|
2022-10-26 06:59:23 +02:00
|
|
|
inherit debug;
|
2022-10-04 09:08:51 +02:00
|
|
|
};
|
|
|
|
type = "fileset";
|
|
|
|
}
|