mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
d6c7fa914e
The adjusted patch have been taken from #288602. Changes: https://github.com/grocy/grocy/releases/tag/v4.1.0 https://github.com/grocy/grocy/releases/tag/v4.2.0
23 lines
760 B
Diff
23 lines
760 B
Diff
From b532add2d1287489d4541e79c976bb77795696cd Mon Sep 17 00:00:00 2001
|
|
From: Ember Keske <git@n0emis.eu>
|
|
Date: Wed, 2 Aug 2023 06:36:46 +0200
|
|
Subject: [PATCH 2/2] Remove check for config-file as it's stored in /etc/grocy
|
|
|
|
---
|
|
helpers/PrerequisiteChecker.php | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/helpers/PrerequisiteChecker.php b/helpers/PrerequisiteChecker.php
|
|
index 8e12a5c..37b433d 100644
|
|
--- a/helpers/PrerequisiteChecker.php
|
|
+++ b/helpers/PrerequisiteChecker.php
|
|
@@ -18,7 +18,6 @@ class PrerequisiteChecker
|
|
public function checkRequirements()
|
|
{
|
|
self::checkForPhpVersion();
|
|
- self::checkForConfigFile();
|
|
self::checkForConfigDistFile();
|
|
self::checkForComposer();
|
|
self::checkForPhpExtensions();
|
|
--
|
|
2.42.0
|