Merge pull request 'SimpleSamlPHP: use concatLines' (!53) from concatlines into main
Reviewed-on: #53 Reviewed-by: Oystein Kristoffer Tveit <oysteikt@pvv.ntnu.no>
This commit is contained in:
commit
5853e42c1b
|
@ -29,7 +29,7 @@ php.buildComposerProject rec {
|
||||||
mkdir -p $(dirname "${target_path}")
|
mkdir -p $(dirname "${target_path}")
|
||||||
cp -r "${source_path}" "${target_path}"
|
cp -r "${source_path}" "${target_path}"
|
||||||
''))
|
''))
|
||||||
(lib.concatStringsSep "\n")
|
lib.concatLines
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in New Issue