diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/crates-io.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 8a469785d9a..a6fafc36733 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm | |||
| @@ -56291,10 +56291,14 @@ command-line, uniformly on all platforms") | |||
| 56291 | (origin | 56291 | (origin |
| 56292 | (method url-fetch) | 56292 | (method url-fetch) |
| 56293 | (uri (crate-uri "winapi-i686-pc-windows-gnu" version)) | 56293 | (uri (crate-uri "winapi-i686-pc-windows-gnu" version)) |
| 56294 | (file-name (string-append name "-" version ".crate")) | 56294 | (file-name (string-append name "-" version ".tar.gz")) |
| 56295 | (sha256 | 56295 | (sha256 |
| 56296 | (base32 | 56296 | (base32 |
| 56297 | "1dmpa6mvcvzz16zg6d5vrfy4bxgg541wxrcip7cnshi06v38ffxc")))) | 56297 | "1dmpa6mvcvzz16zg6d5vrfy4bxgg541wxrcip7cnshi06v38ffxc")) |
| 56298 | (modules '((guix build utils))) | ||
| 56299 | (snippet | ||
| 56300 | '(begin | ||
| 56301 | (for-each delete-file (find-files "." "\\.a$")))))) | ||
| 56298 | (build-system cargo-build-system) | 56302 | (build-system cargo-build-system) |
| 56299 | (home-page "https://github.com/retep998/winapi-rs") | 56303 | (home-page "https://github.com/retep998/winapi-rs") |
| 56300 | (synopsis "Import libraries for the i686-pc-windows-gnu target") | 56304 | (synopsis "Import libraries for the i686-pc-windows-gnu target") |
