guix-patches
[Top][All Lists]
Advanced

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

[bug#53315] [PATCH 146/150] gnu: rust-open-1: Inherit from rust-open-2.


From: Aleksandr Vityazev
Subject: [bug#53315] [PATCH 146/150] gnu: rust-open-1: Inherit from rust-open-2.
Date: Mon, 17 Jan 2022 15:16:42 +0000

* gnu/packages/crates-io.scm (rust-open-1): Inherit from rust-open-2.
---
 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 bc556608fa..c11b1460eb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37198,6 +37198,7 @@ (define-public rust-open-2

 (define-public rust-open-1
   (package
+    (inherit rust-open-2)
     (name "rust-open")
     (version "1.7.1")
     (source
@@ -37207,18 +37208,11 @@ (define-public rust-open-1
        (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
--
2.34.0



--

Aleksandr Vityazev





reply via email to

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