From 91cea9919b632d1a40800a2841c15a1b2b00da55 Mon Sep 17 00:00:00 2001 From: techchud Date: Sun, 17 Aug 2025 19:24:02 -0500 Subject: ftfy no longer propagates its poetry --- rclip.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rclip.scm') diff --git a/rclip.scm b/rclip.scm index 12db46b..bbc2b91 100644 --- a/rclip.scm +++ b/rclip.scm @@ -166,7 +166,8 @@ ;(base32 "1h3m9i1c2qp874fpg62gcp39yqdhc5mrsqd29ja9gvr5f0y18hjy")))) (base32 "1ci6xrj4g01a97nymxpv9nj820nlmgzc4ybaz9k46i6bnxzpax7s")))) (build-system pyproject-build-system) - (propagated-inputs (list python-wcwidth poetry)) + (native-inputs (list poetry)) + (propagated-inputs (list python-wcwidth)) (arguments '( #:phases (modify-phases %standard-phases -- cgit v1.2.3