diff --git a/packages/simplesamlphp/default.nix b/packages/simplesamlphp/default.nix index 233f421..20715ea 100644 --- a/packages/simplesamlphp/default.nix +++ b/packages/simplesamlphp/default.nix @@ -29,7 +29,7 @@ php.buildComposerProject rec { mkdir -p $(dirname "${target_path}") cp -r "${source_path}" "${target_path}" '')) - (lib.concatStringsSep "\n") + lib.concatLines ]; postInstall = ''