diff options
author | John Soo <jsoo1@asu.edu> | 2020-01-31 21:50:46 -0800 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-02-06 10:48:15 +0200 |
commit | 329d5aad0ea564245d6f6896156cdc3ca1fe2569 (patch) | |
tree | f22d5c82b1030dc34cfd0f389cdbf8e79ff3c87f /gnu | |
parent | b8597582a4622f53f70da94bea53f57b03422540 (diff) | |
download | patches-329d5aad0ea564245d6f6896156cdc3ca1fe2569.tar patches-329d5aad0ea564245d6f6896156cdc3ca1fe2569.tar.gz |
gnu: rust-libgit2-sys-0.8: Inherit arguments.
* gnu/packages/crates-io.scm (rust-libgit2-sys-0.8):[arguments] Remove field.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 4fe5752248..d57aa1fd56 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -5771,7 +5771,6 @@ values of all the exported APIs match the platform that libc is compiled for.") (sha256 (base32 "0y2mibmx7wy91s2kmb2gfb29mrqlqaxpy5wcwr8s1lwws7b9w5sc")))) - (arguments '()) (properties '((hidden? . #t))))) (define-public rust-libgit2-sys-0.7 |