about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/misc/glasgow/0001-Relax-Amaranth-git-dependency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/misc/glasgow/0001-Relax-Amaranth-git-dependency.patch')
-rw-r--r--nixpkgs/pkgs/tools/misc/glasgow/0001-Relax-Amaranth-git-dependency.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/tools/misc/glasgow/0001-Relax-Amaranth-git-dependency.patch b/nixpkgs/pkgs/tools/misc/glasgow/0001-Relax-Amaranth-git-dependency.patch
new file mode 100644
index 000000000000..3d4f674ff2c4
--- /dev/null
+++ b/nixpkgs/pkgs/tools/misc/glasgow/0001-Relax-Amaranth-git-dependency.patch
@@ -0,0 +1,28 @@
+From 95d86c080a559d9c9f0498fb93d43d3fef377080 Mon Sep 17 00:00:00 2001
+From: Jack Leightcap <jack@leightcap.com>
+Date: Sat, 13 May 2023 17:28:54 -0400
+Subject: [PATCH] Relax Amaranth git dependency
+
+Signed-off-by: Jack Leightcap <jack@leightcap.com>
+---
+ software/pyproject.toml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/software/pyproject.toml b/software/pyproject.toml
+index 6d1e2f1..6dfcc9e 100644
+--- a/software/pyproject.toml
++++ b/software/pyproject.toml
+@@ -20,8 +20,8 @@ classifiers = [
+ ]
+ 
+ dependencies = [
+-  "amaranth @ git+https://github.com/amaranth-lang/amaranth.git",
+-  "fx2>=0.11",
++  "amaranth",
++  "fx2",
+   "libusb1>=1.8.1",
+   "aiohttp~=3.8",
+   "pyvcd",
+-- 
+2.38.4
+