guix-commits
[Top][All Lists]
Advanced

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

131/134: gnu: rust-open-1: Inherit from rust-open-2.


From: guix-commits
Subject: 131/134: gnu: rust-open-1: Inherit from rust-open-2.
Date: Sat, 22 Jan 2022 07:40:11 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c70885eaa30b08ae21eeba165e816ad77a423539
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Mon Jan 17 15:16:42 2022 +0000

    gnu: rust-open-1: Inherit from rust-open-2.
    
    * gnu/packages/crates-io.scm (rust-open-1): Inherit from rust-open-2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 422a7fe61a..d304577cd1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37814,6 +37814,7 @@ the system.")
 
 (define-public rust-open-1
   (package
+    (inherit rust-open-2)
     (name "rust-open")
     (version "1.7.1")
     (source
@@ -37823,18 +37824,11 @@ the system.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32 "00828zcxdy3r38inz48jgnszgvqgi1a3bi2rrhij86mqsqq7msnw"))))
-    (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
        #:cargo-inputs
        (("rust-pathdiff" ,rust-pathdiff-0.2)
-        ("rust-winapi" ,rust-winapi-0.3))))
-    (home-page "https://github.com/Byron/open-rs";)
-    (synopsis "Open a path or URL using the program configured on the system")
-    (description
-     "Use this library to open a path or URL using the program configured on
-the system.")
-    (license license:expat)))
+        ("rust-winapi" ,rust-winapi-0.3))))))
 
 (define-public rust-opener-0.4
   (package



reply via email to

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