571c71e6f7
We are migrating packages that meet below requirements: 1. using `callPackage` 2. called path is a directory 3. overriding set is empty (`{ }`) 4. not containing path expressions other than relative path (to makenixpkgs-vet happy) 5. not referenced by nix files outside of the directory, other than`pkgs/top-level/all-packages.nix` 6. not referencing nix files outside of the directory 7. not referencing `default.nix` (since it's changed to `package.nix`) 8. `outPath` doesn't change after migration The tool is here: https://github.com/Aleksanaa/by-name-migrate.
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
|