diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-01-14 13:04:00 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-01-14 14:42:20 +0200 |
commit | 545043698153d4c2cb936d701005e3d529cf2d7c (patch) | |
tree | 30f323f5808cfc1de2f3ebbc8c64737d6bf2c94b /gnu | |
parent | 54e3029f531223a78f9e34dd99599d467cee5a88 (diff) | |
download | patches-545043698153d4c2cb936d701005e3d529cf2d7c.tar patches-545043698153d4c2cb936d701005e3d529cf2d7c.tar.gz |
gnu: rust-dirs-1.0: Don't hide package.
* gnu/packages/crates-io.scm (rust-dirs-1.0)[arguments]: Skip build.
Add rust-libc-0.2, rust-winapi-0.3 to cargo-inputs.
[properties]: Remove field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 09f5f77e83..436d3f456a 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -2228,6 +2228,11 @@ hexadecimal, base32, and base64.") (base32 "02vigc566z5i6n9wr2x8sch39qp4arn89xhhrh18fhpm3jfc0ygn")))) (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs + (("rust-libc" ,rust-libc-0.2) + ("rust-winapi" ,rust-winapi-0.3)))) (home-page "https://github.com/soc/dirs-rs") (synopsis "Abstractions for standard locations for various platforms") (description @@ -2236,7 +2241,6 @@ platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.") - (properties '((hidden? . #t))) (license (list license:expat license:asl2.0)))) (define-public rust-discard-1.0 |