summaryrefslogtreecommitdiff
path: root/pkgs/patches/glitchtip-fix-poetry-name.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/glitchtip-fix-poetry-name.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/glitchtip-fix-poetry-name.patch')
-rw-r--r--pkgs/patches/glitchtip-fix-poetry-name.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/pkgs/patches/glitchtip-fix-poetry-name.patch b/pkgs/patches/glitchtip-fix-poetry-name.patch
new file mode 100644
index 0000000..9cc82bd
--- /dev/null
+++ b/pkgs/patches/glitchtip-fix-poetry-name.patch
@@ -0,0 +1,23 @@
+From 6a38df44cc64a4952528afe71c03c3931526af15 Mon Sep 17 00:00:00 2001
+From: stuebinm <stuebinm@disroot.org>
+Date: Wed, 22 Mar 2023 00:36:23 +0100
+Subject: [PATCH] fix poetry name issue
+
+---
+ pyproject.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index 9eb393a..1704691 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -1,5 +1,5 @@
+ [tool.poetry]
+-name = "glitchtip-backend"
++name = "glitchtip"
+ version = "0.1.0"
+ description = "Django backend that powers GlitchTip, an open source reimplementation of Sentry"
+ authors = ["David Burke"]
+--
+2.38.3
+