Skip to content

Commit 9cb344e

Browse files
authored
[Backport release-25.05] invoiceplane: 1.6.2 -> 1.6.3 (#435288)
2 parents 07e771b + a0c2500 commit 9cb344e

File tree

5 files changed

+697
-3034
lines changed

5 files changed

+697
-3034
lines changed

nixos/modules/services/web-apps/invoiceplane.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ let
7070
postPatch = ''
7171
# Patch index.php file to load additional config file
7272
substituteInPlace index.php \
73-
--replace-fail "require('vendor/autoload.php');" "require('vendor/autoload.php'); \$dotenv = Dotenv\Dotenv::createImmutable(__DIR__, 'extraConfig.php'); \$dotenv->load();";
73+
--replace-fail "require __DIR__ . '/vendor/autoload.php';" "require('vendor/autoload.php'); \$dotenv = Dotenv\Dotenv::createImmutable(__DIR__, 'extraConfig.php'); \$dotenv->load();";
7474
'';
7575

7676
installPhase = ''

0 commit comments

Comments
 (0)