From unknown Thu Jun 19 16:24:27 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#75099] [PATCH rust-team] gnu: rust-indoc-impl-0.3: Do not inherit. Resent-From: Herman Rimm Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Wed, 25 Dec 2024 20:57:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 75099 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 75099@debbugs.gnu.org Cc: Efraim Flashner X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by submit@debbugs.gnu.org id=B.1735160221610 (code B ref -1); Wed, 25 Dec 2024 20:57:02 +0000 Received: (at submit) by debbugs.gnu.org; 25 Dec 2024 20:57:01 +0000 Received: from localhost ([127.0.0.1]:39046 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tQYRB-00009m-3f for submit@debbugs.gnu.org; Wed, 25 Dec 2024 15:57:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:54864) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tQYR9-00009d-Cg for submit@debbugs.gnu.org; Wed, 25 Dec 2024 15:57:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tQYR9-00075q-5X for guix-patches@gnu.org; Wed, 25 Dec 2024 15:56:59 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117] helo=email.rimm.ee) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1tQYR7-0006pp-4k for guix-patches@gnu.org; Wed, 25 Dec 2024 15:56:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1735160209; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=YaY8lfLEDoynP4H52ru4IdTXItYs96orM3Nmw4Qr4nA=; b=txdZfCDgcPiiDkh5hmXq4iKd5GuNw8kvdHrQRomXAP4NXkX5rSCQVfu+2W+NK/VZabYD2b b8BmZx0o25iIkZh1PSeRRHV0EyS9rlhDbTajuxiNsVYTiE6tOJXdfJNgX0ztyfRnFY1iLd QjdhDQgt+eGHGE/I92UxBNCDi/x/LeKp+09me+ECg+dNcbddV8zRRRXb/flrCseBaEI1WV kenjZAjOWR/M4UaRpWtxbOQss1Qd8Zb4s2Io10MM+o3GokI36JdrUxxKOpO1oy8yn3tlex 4ex6HT6mbcYi28MTujBwOhNIvpNBd5qkWivySw8NOc0PyGiZJHTtzcQIwjwi+Q== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 5f95f084 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for ; Wed, 25 Dec 2024 20:56:49 +0000 (UTC) From: Herman Rimm Date: Wed, 25 Dec 2024 21:56:07 +0100 Message-ID: <2d7e59834ba4bf93c211ecff5daddc6912dd06cf.1735160154.git.herman@rimm.ee> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=81.205.150.117; envelope-from=herman@rimm.ee; helo=email.rimm.ee X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_RCVD_IP=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/crates-io.scm (rust-indoc-impl-0.3): Do not inherit. [home-page, license]: Add. [version, source]: Update to 0.3.7. [arguments]: Build. Remove rust-proc-macro-hack-0.5. Change-Id: Ie57baea4c388a32e00443c39abe80119786b14f8 --- gnu/packages/crates-io.scm | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index b3d9bcd783..123b2aa05c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -37292,29 +37292,28 @@ (define-public rust-indoc-0.3 (define-public rust-indoc-impl-0.3 (package - (inherit rust-indoc-0.3) (name "rust-indoc-impl") - (version "0.3.6") + (version "0.3.7") (source (origin (method url-fetch) (uri (crate-uri "indoc-impl" version)) (file-name (string-append "rust-indoc-impl-" version ".tar.gz")) (sha256 - (base32 "1w58yg249kmzsn75kcj34qaxqh839l1hsaj3bzggy3q03wb6s16f")))) + (base32 "0m0s0klnyjprfw6q6rnz6rl5hyfkjiv3md30s15v487wkcby05vi")))) (build-system cargo-build-system) (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5) - ("rust-proc-macro2" ,rust-proc-macro2-1) + `(#:cargo-inputs + (("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 base-commit: 32ab343e03e998ada27c063ef7d8a00aa88436dd -- 2.45.2 From unknown Thu Jun 19 16:24:27 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Herman Rimm Subject: bug#75099: closed (Re: [bug#75099] [PATCH rust-team] gnu: rust-indoc-impl-0.3: Do not inherit.) Message-ID: References: <2d7e59834ba4bf93c211ecff5daddc6912dd06cf.1735160154.git.herman@rimm.ee> X-Gnu-PR-Message: they-closed 75099 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 75099@debbugs.gnu.org Date: Thu, 26 Dec 2024 13:46:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1735220764-26532-1" This is a multi-part message in MIME format... ------------=_1735220764-26532-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #75099: [PATCH rust-team] gnu: rust-indoc-impl-0.3: Do not inherit. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 75099@debbugs.gnu.org. --=20 75099: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75099 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1735220764-26532-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 75099-done) by debbugs.gnu.org; 26 Dec 2024 13:45:21 +0000 Received: from localhost ([127.0.0.1]:40508 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tQoAz-0006ro-7H for submit@debbugs.gnu.org; Thu, 26 Dec 2024 08:45:21 -0500 Received: from mail-wr1-f53.google.com ([209.85.221.53]:51439) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tQoAw-0006ne-Go for 75099-done@debbugs.gnu.org; Thu, 26 Dec 2024 08:45:19 -0500 Received: by mail-wr1-f53.google.com with SMTP id ffacd0b85a97d-385e0e224cbso3398518f8f.2 for <75099-done@debbugs.gnu.org>; Thu, 26 Dec 2024 05:45:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1735220653; x=1735825453; darn=debbugs.gnu.org; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=no+gHYTID/GmWrdIYU+3uIv4ZBGySz6jZqYIrV3T3RA=; b=ltAaeicQUkKI2cnzs35pYCA4VquhhJra4q5MWBeZ8roHd++KPi8KcFntnEhQ8hfL7Q Ej5rdQxcrr3W6kuIXsUFNmYWd+oHm4V9/q1mFL4MZzmQpEH7xzkWQUaM++hemlzC80wz c0yw0lE09iYXwHiSHnI3a8MG3AQtanXQlWhz9kIbX3sk7TvHOVSoqRSG5AJlH/s2ZidU i88ga0LE7rvY6o8LG0JzZ44Qe5XtCk1uyC63QjupIVPC6IQDQrCSMFwEhnEbxcYzYnW+ XigOdU9yTYwsWumqQ+i+T+VblizX4u1VMEemWPNOmJZhlFwC+y5tH5+osJQt7jYJRHR8 fAlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735220653; x=1735825453; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=no+gHYTID/GmWrdIYU+3uIv4ZBGySz6jZqYIrV3T3RA=; b=L8pM/n5XIRowBS0+BuC5IqdrmYgya392YP9naTPqNf6uC8705D1VWGkVRJXlO5hcfO N8/zC3eln/LwBdwim1ykaoGsTp+p/31VwngNZyXcNXyM7PtqJ/BDmWwoQ6pgVbP1bLgw mASkNT9aaJk1iS0IOl6OvMA3s4c9TcxG2QDz0+MeSTwnWOCSEWHVViJCoWS+QX/xYn6R 86VD8rgdAIUfJV9iQARsZwzopWlWIEvBsIKgP69i2sHAeaaOqT7IpnMlxR4h3KyQiM2u seN1j83Kk1s1kMlrT6hO/P3ljbbYDw/3N7Jk+ZWB3kzibOXK7kh/etxbRyF4VjO6lqhJ 8xxw== X-Gm-Message-State: AOJu0YyiPgyRUu1wrSFZLY9RjR5i+9pMrUgCpDrAo3Wpp4YGep2ux15T vq369aAKD65bbRuTNx/WVlcWv2OAOiWiqVl/n9g5E7W1yya4JvJ/OWVjSB8X X-Gm-Gg: ASbGnctU4+pGFHbm7qfHgTOajy8f5nZdFi8N1oCXfPTg4cQ7a2Snhqwb053udw5SS9o 6ZT8UP/OA/aSa5i3fFOdI9/t3/1UoX7hljIHGLfWlrpWOsxIoE+Kz0UxqRxg8szf/8vm2kMr/AC gql7l/lpgq/zZFx+JW/kae81yo3j6ii3PgwH7buBb/T+fQq6mShJGOjyWaMR4aldwQoFALt19Fi H9uUzjamBLNRn3OZWGBzecQ2GrhNO2rS3+jBdyTk+vQTTcO0bqRzLgSbA== X-Google-Smtp-Source: AGHT+IHOyc2d3zBeqmKwQAtOvAX/a/Ofa9aA7+7pe/R2TWULA4ru7wc16xGYpvZ71Ez+VyBRXa/3Rw== X-Received: by 2002:a5d:648a:0:b0:386:36e7:f44f with SMTP id ffacd0b85a97d-38a221fb038mr16741232f8f.18.1735220652750; Thu, 26 Dec 2024 05:44:12 -0800 (PST) Received: from localhost ([188.120.128.147]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-38a1c828f5fsm19764808f8f.8.2024.12.26.05.44.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Dec 2024 05:44:12 -0800 (PST) Date: Thu, 26 Dec 2024 15:44:11 +0200 From: Efraim Flashner To: Herman Rimm Subject: Re: [bug#75099] [PATCH rust-team] gnu: rust-indoc-impl-0.3: Do not inherit. Message-ID: Mail-Followup-To: Efraim Flashner , Herman Rimm , 75099-done@debbugs.gnu.org References: <2d7e59834ba4bf93c211ecff5daddc6912dd06cf.1735160154.git.herman@rimm.ee> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bwrOnwL8YrXUE+wi" Content-Disposition: inline In-Reply-To: <2d7e59834ba4bf93c211ecff5daddc6912dd06cf.1735160154.git.herman@rimm.ee> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 75099-done Cc: 75099-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --bwrOnwL8YrXUE+wi Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This one had some issues. rust-indoc-0.3 wants rust-indoc-0.3.6 specifically, so I had to downgrade it back to 0.3.6. Also proc-macro-hack is needed for building the package, it just isn't listed with cargo import for some reason. I made the changes and applied it to the rust-team branch, and followed up with building rust-indoc-0.3. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --bwrOnwL8YrXUE+wi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmdtXaoACgkQQarn3Mo9 g1ETvg//bF8QA1x3T/VwclKzn65oXBy6oihltN4lrYx4FMKpUcSxYHA8YbcRN0AY /NvUGdVnGIc3EIepAj97+5qsKvZKplRkUGrXVbTByW2VxlGG4ilkDvowHfov9l/o 2/Q4p5xzDNfs8WO/Q4IDrygk6k6TcASLcUQlVOVOQP50LTpgTow4ANzEvjyZf37K vuqtDNz95B68CHFnr1BBYGxGWQxNjwELcF1I/THVLSSdIwDgfCmmzGgqAwgjv63j W23uCeuHeqkXU+Up+JGivp8lTFtcCLUTFflYd0LynqswnwE1dwoReUU3U0weDUiQ e+pRI9YzbSaPOoOBZ4qVUjumsfALXTs0/ss3RRqbexyszyzwyQmnElz9ZzDIODYu uxhoSNhXbRxynXHCrkZyyfYiMjYGk1a0m1/yJ1EFqwCgYmdcfFFTtBuJaw5gVSx+ ycZhIa7hNfiPBSpytrjxGIFCq/NoSE8SKrub8bIFr7+LlLVTHvHT94FZWRQOTdGD aLsTtW1mHEBudSlR53L+qNb+nuJYoZOhHegPG3hBtpLGSposy6cLI+KkFW+U+84O yLZX8sW9m1SPyvwcHrm5D0fqUuhKZci/RY7xjXBap5aAWVm9V+m+OZgXL/i91ST8 tE8f84oRzT1MfJZl1+Bi0MEYsNn+9nsO4uTZLVKantllAXHu/pI= =zNh9 -----END PGP SIGNATURE----- --bwrOnwL8YrXUE+wi-- ------------=_1735220764-26532-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 Dec 2024 20:57:01 +0000 Received: from localhost ([127.0.0.1]:39046 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tQYRB-00009m-3f for submit@debbugs.gnu.org; Wed, 25 Dec 2024 15:57:01 -0500 Received: from lists.gnu.org ([209.51.188.17]:54864) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tQYR9-00009d-Cg for submit@debbugs.gnu.org; Wed, 25 Dec 2024 15:57:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tQYR9-00075q-5X for guix-patches@gnu.org; Wed, 25 Dec 2024 15:56:59 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117] helo=email.rimm.ee) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1tQYR7-0006pp-4k for guix-patches@gnu.org; Wed, 25 Dec 2024 15:56:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1735160209; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=YaY8lfLEDoynP4H52ru4IdTXItYs96orM3Nmw4Qr4nA=; b=txdZfCDgcPiiDkh5hmXq4iKd5GuNw8kvdHrQRomXAP4NXkX5rSCQVfu+2W+NK/VZabYD2b b8BmZx0o25iIkZh1PSeRRHV0EyS9rlhDbTajuxiNsVYTiE6tOJXdfJNgX0ztyfRnFY1iLd QjdhDQgt+eGHGE/I92UxBNCDi/x/LeKp+09me+ECg+dNcbddV8zRRRXb/flrCseBaEI1WV kenjZAjOWR/M4UaRpWtxbOQss1Qd8Zb4s2Io10MM+o3GokI36JdrUxxKOpO1oy8yn3tlex 4ex6HT6mbcYi28MTujBwOhNIvpNBd5qkWivySw8NOc0PyGiZJHTtzcQIwjwi+Q== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 5f95f084 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO) for ; Wed, 25 Dec 2024 20:56:49 +0000 (UTC) From: Herman Rimm To: guix-patches@gnu.org Subject: [PATCH rust-team] gnu: rust-indoc-impl-0.3: Do not inherit. Date: Wed, 25 Dec 2024 21:56:07 +0100 Message-ID: <2d7e59834ba4bf93c211ecff5daddc6912dd06cf.1735160154.git.herman@rimm.ee> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-Debbugs-Cc: Efraim Flashner Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=81.205.150.117; envelope-from=herman@rimm.ee; helo=email.rimm.ee X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, TVD_RCVD_IP=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/crates-io.scm (rust-indoc-impl-0.3): Do not inherit. [home-page, license]: Add. [version, source]: Update to 0.3.7. [arguments]: Build. Remove rust-proc-macro-hack-0.5. Change-Id: Ie57baea4c388a32e00443c39abe80119786b14f8 --- gnu/packages/crates-io.scm | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index b3d9bcd783..123b2aa05c 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -37292,29 +37292,28 @@ (define-public rust-indoc-0.3 (define-public rust-indoc-impl-0.3 (package - (inherit rust-indoc-0.3) (name "rust-indoc-impl") - (version "0.3.6") + (version "0.3.7") (source (origin (method url-fetch) (uri (crate-uri "indoc-impl" version)) (file-name (string-append "rust-indoc-impl-" version ".tar.gz")) (sha256 - (base32 "1w58yg249kmzsn75kcj34qaxqh839l1hsaj3bzggy3q03wb6s16f")))) + (base32 "0m0s0klnyjprfw6q6rnz6rl5hyfkjiv3md30s15v487wkcby05vi")))) (build-system cargo-build-system) (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5) - ("rust-proc-macro2" ,rust-proc-macro2-1) + `(#:cargo-inputs + (("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 base-commit: 32ab343e03e998ada27c063ef7d8a00aa88436dd -- 2.45.2 ------------=_1735220764-26532-1--