unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56775] [PATCH] gnu: rust-miniz-oxide: Do not skip build.
@ 2022-07-26  6:41 Nicolas Graves via Guix-patches via
  2022-07-26  7:26 ` [bug#56775] [PATCH 1/4] gnu: Add rust-adler-1 Nicolas Graves via Guix-patches via
  2022-07-26 17:06 ` [bug#56775] [PATCH] " Nicolas Graves via Guix-patches via
  0 siblings, 2 replies; 15+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-07-26  6:41 UTC (permalink / raw)
  To: 56775; +Cc: Nicolas Graves

* gnu/packages/crates-io.scm
(rust-miniz-oxide-0.2): Keeping skip-build? #t.
(rust-miniz-oxide-0.3): Deleting skip-build? #t.
(rust-miniz-oxide-0.4): Deleting skip-build? #t.
---
 gnu/packages/crates-io.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 41e5041c79..30e2db0777 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34832,8 +34832,7 @@ (define-public rust-miniz-oxide-0.4
         (base32 "17d1xp29v5xgh4vahxld14w1c1hgh38qmxpv7i18wy096gn2cb8g"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-adler" ,rust-adler-0.2)
         ("rust-autocfg" ,rust-autocfg-1)
         ("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
@@ -34861,8 +34860,7 @@ (define-public rust-miniz-oxide-0.3
          (base32
           "198n4hfpq0qcxf275l6fpzh7b9cl7ck2xs6pjgpds74bazv9yrxa"))))
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs (("rust-adler32" ,rust-adler32-1))))))
+     `(#:cargo-inputs (("rust-adler32" ,rust-adler32-1))))))
 
 (define-public rust-miniz-oxide-0.2
   (package
@@ -34877,7 +34875,8 @@ (define-public rust-miniz-oxide-0.2
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "17f92krv9hhsyc38prpfyn99m2hqhr4fgszpsla66a6gcrnpbhxn"))))))
+         "17f92krv9hhsyc38prpfyn99m2hqhr4fgszpsla66a6gcrnpbhxn"))))
+    (arguments `(#:skip-build? #t))))
 
 (define-public rust-miniz-oxide-c-api-0.2
   (package
-- 
2.37.1





^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-07-27  9:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-26  6:41 [bug#56775] [PATCH] gnu: rust-miniz-oxide: Do not skip build Nicolas Graves via Guix-patches via
2022-07-26  7:26 ` [bug#56775] [PATCH 1/4] gnu: Add rust-adler-1 Nicolas Graves via Guix-patches via
2022-07-26  7:26   ` [bug#56775] [PATCH 2/4] gnu: rust-adler32-1: Update to 1.2.0 Nicolas Graves via Guix-patches via
2022-07-26 10:14     ` Maxime Devos
2022-07-26 10:21       ` ( via Guix-patches via
2022-07-26 10:47         ` Maxime Devos
2022-07-26 10:51           ` ( via Guix-patches via
2022-07-26 16:33             ` Nicolas Graves via Guix-patches via
2022-07-27  9:45     ` Marius Bakke
2022-07-26  7:26   ` [bug#56775] [PATCH 3/4] gnu: Add rust-simd-adler32-0.3 Nicolas Graves via Guix-patches via
2022-07-26  7:26   ` [bug#56775] [PATCH 4/4] gnu: Add rust-miniz-oxide-0.5 Nicolas Graves via Guix-patches via
2022-07-26 10:17     ` Maxime Devos
2022-07-26 17:06 ` [bug#56775] [PATCH] " Nicolas Graves via Guix-patches via
2022-07-26 18:17   ` Nicolas Graves via Guix-patches via
2022-07-27  9:52   ` bug#56775: " Marius Bakke

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).