unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75096@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75096] [PATCH rust-team 3/9] gnu: rust-openssl-0.7: Use snippet.
Date: Wed, 25 Dec 2024 20:49:49 +0100	[thread overview]
Message-ID: <b6b08aab811c5d88f0e40727e844987f2930f7ca.1735155954.git.herman@rimm.ee> (raw)
In-Reply-To: <a1a258a2362c7ef2e7cb24e69dc33d6bf654517e.1735155954.git.herman@rimm.ee>

* gnu/packages/crates-io.scm (rust-openssl-0.7): Add snippet.
[phases]: Remove fix-cargo-toml phase.

Change-Id: I27e5999daa849c2e9300ab5d7174c093a23f28ea
---
 gnu/packages/crates-io.scm | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2286eabb75..0518e9e98b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -54307,11 +54307,12 @@ (define-public rust-openssl-0.7
      (origin
        (method url-fetch)
        (uri (crate-uri "openssl" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "0cw767rbasg4dbsfcsnxqm3q5ljkv6s1jq0a2p82xi5a8ii7n4f4"))))
+        (base32 "0cw767rbasg4dbsfcsnxqm3q5ljkv6s1jq0a2p82xi5a8ii7n4f4"))
+       (modules '((guix build utils)))
+       (snippet #~(substitute* "Cargo.toml"
+                    ((", path =.*}") "}")))))
     (arguments
      `(#:skip-build? #t ; Build depends on openssl-1.0.
        #:cargo-inputs
@@ -54325,14 +54326,7 @@ (define-public rust-openssl-0.7
        (("rust-net2" ,rust-net2-0.2)
         ("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
         ("rust-winapi" ,rust-winapi-0.2)
-        ("rust-ws2-32-sys" ,rust-ws2-32-sys-0.2))
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'fix-cargo-toml
-           (lambda _
-             (substitute* "Cargo.toml"
-               ((", path =.*}") "}"))
-             #t)))))))
+        ("rust-ws2-32-sys" ,rust-ws2-32-sys-0.2))))))
 
 (define-public rust-openssl-macros-0.1
   (package
-- 
2.45.2





  parent reply	other threads:[~2024-12-25 19:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-25 19:48 [bug#75096] [PATCH rust-team 1/9] gnu: rust-sha1-0.2: Use snippet Herman Rimm via Guix-patches via
2024-12-25 19:49 ` [bug#75096] [PATCH rust-team 2/9] gnu: rust-itertools-0.9: " Herman Rimm via Guix-patches via
2024-12-25 19:49 ` Herman Rimm via Guix-patches via [this message]
2024-12-25 19:49 ` [bug#75096] [PATCH rust-team 4/9] gnu: rust-openssl-sys-extras-0.7: " Herman Rimm via Guix-patches via
2024-12-25 19:49 ` [bug#75096] [PATCH rust-team 5/9] gnu: rust-serde-0.9: " Herman Rimm via Guix-patches via
2024-12-25 19:49 ` [bug#75096] [PATCH rust-team 6/9] gnu: rust-serde-derive-0.9: " Herman Rimm via Guix-patches via
2024-12-25 19:49 ` [bug#75096] [PATCH rust-team 7/9] gnu: rust-serde-test-0.9: " Herman Rimm via Guix-patches via
2024-12-25 19:49 ` [bug#75096] [PATCH rust-team 8/9] gnu: rust-serde-test-0.8: " Herman Rimm via Guix-patches via
2024-12-25 19:49 ` [bug#75096] [PATCH rust-team 9/9] gnu: rust-synstructure-0.12: " Herman Rimm via Guix-patches via
2024-12-26 20:51 ` bug#75096: [PATCH rust-team 1/9] gnu: rust-sha1-0.2: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b6b08aab811c5d88f0e40727e844987f2930f7ca.1735155954.git.herman@rimm.ee \
    --to=guix-patches@gnu.org \
    --cc=75096@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=herman@rimm.ee \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).