summaryrefslogtreecommitdiff
path: root/pkgs/patches/crs-tools-add-lockfile.patch
diff options
context:
space:
mode:
authorstuebinm2024-03-05 03:05:17 +0100
committerstuebinm2024-03-05 03:05:17 +0100
commitc11127995defe25c8b4164389750672a25e61fc0 (patch)
tree7b68c10dfd88fb401448d6bbfab3288df7b5afc1 /pkgs/patches/crs-tools-add-lockfile.patch
parent911e1fd4986c0556321457a5606f0e747ef556c6 (diff)
restructure & general cleanup
- pkgs/ should now also contain all package overrides - pkgs/patches/ now contains all patches - nix flake info succeeds again - still not sure what to do about scripts - services which are not used should not be kept around this long
Diffstat (limited to 'pkgs/patches/crs-tools-add-lockfile.patch')
-rw-r--r--pkgs/patches/crs-tools-add-lockfile.patch47
1 files changed, 47 insertions, 0 deletions
diff --git a/pkgs/patches/crs-tools-add-lockfile.patch b/pkgs/patches/crs-tools-add-lockfile.patch
new file mode 100644
index 0000000..a8cd3ce
--- /dev/null
+++ b/pkgs/patches/crs-tools-add-lockfile.patch
@@ -0,0 +1,47 @@
+From 339d2c0c3df062eee919691740e8d5b4d4b5bc30 Mon Sep 17 00:00:00 2001
+From: stuebinm <stuebinm@disroot.org>
+Date: Tue, 28 Mar 2023 01:54:24 +0200
+Subject: [PATCH] add lockfile
+
+---
+ composer.lock | 28 ++++++++++++++++++++++++++++
+ 1 file changed, 28 insertions(+)
+ create mode 100644 composer.lock
+
+diff --git a/composer.lock b/composer.lock
+new file mode 100644
+index 00000000..d2b67b38
+--- /dev/null
++++ b/composer.lock
+@@ -0,0 +1,28 @@
++{
++ "_readme": [
++ "This file locks the dependencies of your project to a known state",
++ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
++ "This file is @generated automatically"
++ ],
++ "content-hash": "b3c1951928eb81c8bcfcace0c956b376",
++ "packages": [],
++ "packages-dev": [],
++ "aliases": [],
++ "minimum-stability": "stable",
++ "stability-flags": [],
++ "prefer-stable": false,
++ "prefer-lowest": false,
++ "platform": {
++ "php": ">=7.1.0",
++ "ext-apcu": "*",
++ "ext-curl": "*",
++ "ext-intl": "*",
++ "ext-mbstring": "*",
++ "ext-openssl": "*",
++ "ext-xdiff": "*",
++ "ext-xmlrpc": "*",
++ "ext-xsl": "*"
++ },
++ "platform-dev": [],
++ "plugin-api-version": "2.3.0"
++}
+--
+2.38.4
+