icingaweb2: include schema/ in $out/

Icinga Web's database migration hook expects it there.
This commit is contained in:
Alexander A. Klimov
2025-08-06 15:15:39 +02:00
parent 5b7d804f77
commit f7c74c9b19

View File

@@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation rec {
installPhase = ''
mkdir -p $out/share
cp -ra application bin etc library modules public $out
cp -ra application bin etc library modules public schema $out
cp -ra doc $out/share
wrapProgram $out/bin/icingacli --prefix PATH : "${lib.makeBinPath [ php83 ]}"