diff options
author | msglm <msglm@techchud.xyz> | 2024-03-27 14:57:25 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-03-27 14:57:25 -0500 |
commit | 1e271104036d32b9de3de6bf37ddfb47b958a9f3 (patch) | |
tree | 0012603daee8d3b2605f94cc0d1efefbb2c9b321 /rclip.scm | |
parent | 674f2f620aa926d4b1b1b1c29477c21d985fa60e (diff) | |
download | guix-msglm-1e271104036d32b9de3de6bf37ddfb47b958a9f3.tar.gz guix-msglm-1e271104036d32b9de3de6bf37ddfb47b958a9f3.tar.bz2 guix-msglm-1e271104036d32b9de3de6bf37ddfb47b958a9f3.zip |
ftfy no longer propagates its poetry
Diffstat (limited to 'rclip.scm')
-rw-r--r-- | rclip.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |