diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-11 00:07:24 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:35 +0100 |
| commit | ee82e47a29798a3f60089e924fa76b4bb05e605d (patch) | |
| tree | 4fe6044067608fa7f737482a0154a8b5805d42bc /gnu | |
| parent | bacd611909a93d1f71ed5d8849475690c7df8024 (diff) | |
gnu: python-blurhash: Drop arguments.
* gnu/packages/python-crypto.scm (python-blurhash)[arguments]:
Drop them.
Change-Id: Ib46376553e09b0bdfaa4469f6df6bb0985760a42
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 9a074b58ba7..888c1aaf9ef 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -911,8 +911,6 @@ Cyclic Redundancy Check.") | |||
| 911 | (sha256 | 911 | (sha256 |
| 912 | (base32 "16xcjxiya773fp7bxs9i6y1wsjx88pdvlwj6bqyy9vf3ckcffcwm")))) | 912 | (base32 "16xcjxiya773fp7bxs9i6y1wsjx88pdvlwj6bqyy9vf3ckcffcwm")))) |
| 913 | (build-system pyproject-build-system) | 913 | (build-system pyproject-build-system) |
| 914 | (arguments | ||
| 915 | (list #:test-flags #~(list "-c" "/dev/null"))) | ||
| 916 | (native-inputs | 914 | (native-inputs |
| 917 | (list python-numpy python-pillow python-pytest python-setuptools)) | 915 | (list python-numpy python-pillow python-pytest python-setuptools)) |
| 918 | (home-page "https://github.com/halcy/blurhash-python") | 916 | (home-page "https://github.com/halcy/blurhash-python") |
