gnu: rust-xdg-2.2: Don't hide package.
* gnu/packages/crates-io.scm (rust-xdg-2.2)[arguments]: Skip build. [properties]: Remove field.master
parent
cd2c471352
commit
d998f94b1a
|
@ -12291,12 +12291,12 @@ extended attributes.")
|
|||
(base32
|
||||
"0mws8a0fr3cqk5nh7aq9lmkmhzghvasqy4mhw6nnza06l4d6i2fh"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://github.com/whitequark/rust-xdg")
|
||||
(synopsis "Store and retrieve files according to XDG specification")
|
||||
(description
|
||||
"This package provides a library for storing and retrieving files according
|
||||
to XDG Base Directory specification")
|
||||
(properties '((hidden? . #t)))
|
||||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
|
|
Reference in New Issue