uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
27
pkgs/servers/mautrix-telegram/0001-Re-add-entrypoint.patch
Normal file
27
pkgs/servers/mautrix-telegram/0001-Re-add-entrypoint.patch
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
From f4a612e1c8501d2a1683003bb121daa6d46155ca Mon Sep 17 00:00:00 2001
|
||||
From: Maximilian Bosch <maximilian@mbosch.me>
|
||||
Date: Sun, 29 Nov 2020 20:45:16 +0100
|
||||
Subject: [PATCH 1/2] Re-add entrypoint
|
||||
|
||||
---
|
||||
setup.py | 6 ++++++
|
||||
1 file changed, 6 insertions(+)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index ea001e5..e1ca536 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -54,6 +54,12 @@ setuptools.setup(
|
||||
extras_require=extras_require,
|
||||
python_requires="~=3.7",
|
||||
|
||||
+ entry_points={
|
||||
+ 'console_scripts': [
|
||||
+ 'mautrix-telegram=mautrix_telegram.__main__:main'
|
||||
+ ]
|
||||
+ },
|
||||
+
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue