diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-02-22 15:01:26 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-02-22 15:26:10 +0100 |
| commit | 3ea6197091f331ace34e0916422bf7c5a6e0ebd3 (patch) | |
| tree | f776f38930658c7995d7fd809ba4587bd78f8ba9 /gnu | |
| parent | c1b6694501928453dcb518af87cba63f93d0a6ad (diff) | |
gnu: Add rust-compose-spec-macros.
* gnu/packages/crates-io.scm (rust-compose-spec-macros-0.1): New variable.
Change-Id: Id8add4e1881f2f42fc7325d67c66d436c9a7c763
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/crates-io.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 75bf2be7e3e..d778eabbfe5 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm | |||
| @@ -21710,6 +21710,29 @@ This project is a fork of Faraday's boondock.") | |||
| 21710 | (description | 21710 | (description |
| 21711 | "This package provides Bindings for the Kubernetes client API.") | 21711 | "This package provides Bindings for the Kubernetes client API.") |
| 21712 | (license license:asl2.0))) | 21712 | (license license:asl2.0))) |
| 21713 | |||
| 21714 | (define-public rust-compose-spec-macros-0.1 | ||
| 21715 | (package | ||
| 21716 | (name "rust-compose-spec-macros") | ||
| 21717 | (version "0.1.0") | ||
| 21718 | (source | ||
| 21719 | (origin | ||
| 21720 | (method url-fetch) | ||
| 21721 | (uri (crate-uri "compose_spec_macros" version)) | ||
| 21722 | (file-name (string-append name "-" version ".tar.gz")) | ||
| 21723 | (sha256 | ||
| 21724 | (base32 "0z4r9n38h5346ksfilkaxa76zzivdhvj9axq8yjm6wv9nhl1pf25")))) | ||
| 21725 | (build-system cargo-build-system) | ||
| 21726 | (arguments | ||
| 21727 | `(#:skip-build? #t | ||
| 21728 | #:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1) | ||
| 21729 | ("rust-quote" ,rust-quote-1) | ||
| 21730 | ("rust-syn" ,rust-syn-2)))) | ||
| 21731 | (home-page "https://github.com/k9withabone/compose_spec_rs") | ||
| 21732 | (synopsis "Procedural macros for use in the compose_spec crate") | ||
| 21733 | (description | ||
| 21734 | "This package provides Procedural macros for use in the compose_spec crate.") | ||
| 21735 | (license license:mpl2.0))) | ||
| 21713 | (define-public rust-docmatic-0.1 | 21736 | (define-public rust-docmatic-0.1 |
| 21714 | (package | 21737 | (package |
| 21715 | (name "rust-docmatic") | 21738 | (name "rust-docmatic") |
