guix-commits
[Top][All Lists]
Advanced

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

05/37: gnu: rust-foreign-types-shared-0.2: Inherit from rust-foreign-typ


From: guix-commits
Subject: 05/37: gnu: rust-foreign-types-shared-0.2: Inherit from rust-foreign-types-shared-0.3.
Date: Sat, 22 Feb 2020 16:39:55 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 166ba78af0bb6f80ece4b91334c7bc5e2ef8411e
Author: Valentin Ignatev <address@hidden>
AuthorDate: Sat Jan 18 22:58:04 2020 +0300

    gnu: rust-foreign-types-shared-0.2: Inherit from 
rust-foreign-types-shared-0.3.
    
    * gnu/packages/crates-io.scm (rust-foreign-types-shared-0.2): Inherit from
    rust-foreign-types-shared-0.3.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fad2732..fec7501 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4156,6 +4156,7 @@ APIs.")
 
 (define-public rust-foreign-types-shared-0.2
   (package
+    (inherit rust-foreign-types-shared-0.3)
     (name "rust-foreign-types-shared")
     (version "0.2.0")
     (source
@@ -4165,15 +4166,7 @@ APIs.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "0kanxlif1vp0ffh2r9l610jqbkmb3183yqykxq1z5w1vay2rn7y6"))))
-    (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
-    (home-page "https://github.com/sfackler/foreign-types";)
-    (synopsis "Internal crate used by foreign-types")
-    (description
-     "An internal crate used by foreign-types.")
-    (license (list license:asl2.0
-                   license:expat))))
+          "0kanxlif1vp0ffh2r9l610jqbkmb3183yqykxq1z5w1vay2rn7y6"))))))
 
 (define-public rust-foreign-types-shared-0.1
   (package



reply via email to

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