apacheHttpdPackages.mod_python: nixfmt

This commit is contained in:
zi3m5f
2024-11-02 00:44:47 +01:00
parent d47871e9fb
commit 3b46176295
@@ -26,12 +26,14 @@ stdenv.mkDerivation rec {
"BINDIR=$(out)/bin"
];
buildInputs = [
apacheHttpd
python3
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
libintl
];
buildInputs =
[
apacheHttpd
python3
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
libintl
];
passthru = {
inherit apacheHttpd;