guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/43: gnu: rust-indoc-impl-0.3: Do not inherit.


From: guix-commits
Subject: 24/43: gnu: rust-indoc-impl-0.3: Do not inherit.
Date: Thu, 26 Dec 2024 08:43:44 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit be86dd34682cae7b2690988e76a65e3b2ea2bff2
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Wed Dec 25 21:56:07 2024 +0100

    gnu: rust-indoc-impl-0.3: Do not inherit.
    
    * gnu/packages/crates-io.scm (rust-indoc-impl-0.3): Do not inherit.
    [home-page, license]: Add.
    [arguments]: Build.
    
    Change-Id: Ie57baea4c388a32e00443c39abe80119786b14f8
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 713351582e..63e5ebc27c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37295,7 +37295,6 @@ at compile time so the leftmost non-space character is 
in the first column.")
 
 (define-public rust-indoc-impl-0.3
   (package
-    (inherit rust-indoc-0.3)
     (name "rust-indoc-impl")
     (version "0.3.6")
     (source
@@ -37307,17 +37306,18 @@ at compile time so the leftmost non-space character 
is in the first column.")
         (base32 "1w58yg249kmzsn75kcj34qaxqh839l1hsaj3bzggy3q03wb6s16f"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
         ("rust-proc-macro2" ,rust-proc-macro2-1)
         ("rust-quote" ,rust-quote-1)
         ("rust-syn" ,rust-syn-1)
         ("rust-unindent" ,rust-unindent-0.1))))
+    (home-page "https://github.com/dtolnay/indoc";)
     (synopsis "Macros for @code{rust-indoc}")
     (description
      "This package provides macros for use with the @code{rust-indoc}
-package.  It is obsolete for indoc versions > 1.")))
+package.  It is obsolete for indoc versions > 1.")
+    (license (list license:expat license:asl2.0))))
 
 (define-public rust-infer-0.15
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]