From 1203fbcf0a5a76b96d41733cfe4464e4e470cde3 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 6 Feb 2020 22:45:01 +0200 Subject: gnu: rust-unicase-2.4: Don't hide package. * gnu/packages/crates-io.scm (rust-unicase-2.4)[arguments]: Add rust-version-check-0.1 to cargo-inputs. [properties]: Remove field. --- gnu/packages/crates-io.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index c2347bb4b0..d8c2159800 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -13110,11 +13110,12 @@ with the Unicode character database.") (base32 "1xmpmkakhhblq7dzab1kwyv925kv7fqjkjsxjspg6ix9n88makm8")))) (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-version-check" ,rust-version-check-0.1)))) (home-page "https://github.com/seanmonstar/unicase") (synopsis "Case-insensitive wrapper around strings") (description "A case-insensitive wrapper around strings.") - (properties '((hidden? . #t))) (license (list license:asl2.0 license:expat)))) -- cgit v1.2.3 tsummaryrefslogtreecommitdiff
path: root/gnu/services/messaging.scm
AgeCommit message (Expand)Author
2023-05-21services: Transient inetd services inherit requirements....Ludovic Courtès
2023-05-11services: dicod, bitlbee: Pass 'make-inetd-constructor' a list of endpoints....Ludovic Courtès
2022-08-25services: configuration: Change the value of the unset marker....Attila Lendvai
2022-08-25services: Use the new maybe/unset API....Attila Lendvai
2022-08-01services: configuration: Step back from *unspecified*....Maxim Cournoyer
2022-06-15services: configuration: Use *unspecified* instead of 'disabled....Attila Lendvai
2022-06-04services: bitlbee: Run under a UTF-8 locale....Ludovic Courtès
2022-05-16services: bitlbee: Run as user "bitlbee"....Ludovic Courtès
2022-05-02services: Make sure Shepherd destructors match constructors....Ludovic Courtès
2022-05-02services: bitlbee: Preserve 'PURPLE_PLUGIN_PATH'....Ludovic Courtès
2022-05-01services: quassel: Use 'least-authority-wrapper'....Ludovic Courtès
2022-05-01services: bitlbee: Use 'make-inetd-constructor'....Ludovic Courtès
2022-04-05services: messaging: Fix two copy-paste mistakes; avoid warnings....Attila Lendvai
2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice