signaturepdf: add missing lib/ directory to result

This commit is contained in:
Damien Cassou 2024-08-13 20:18:07 +02:00
parent 1967487244
commit b4074d89a6
No known key found for this signature in database
GPG Key ID: B68746238E59B548

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
mkdir -p $out/share/signaturepdf $out/bin
cp --target-directory=$out/share/signaturepdf --recursive \
app.php config locale public templates vendor
app.php config locale public templates vendor lib
makeWrapper ${lib.getExe php} $out/bin/signaturepdf \
--inherit-argv0 \