guix-commits
[Top][All Lists]
Advanced

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

19/20: gnu: rust-heapsize-plugin-0.1: Don't hide package.


From: guix-commits
Subject: 19/20: gnu: rust-heapsize-plugin-0.1: Don't hide package.
Date: Wed, 15 Jan 2020 03:21:15 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 09b79f3bd5ad562feb00cb06bd1028711d01a879
Author: Efraim Flashner <address@hidden>
AuthorDate: Wed Jan 15 10:16:18 2020 +0200

    gnu: rust-heapsize-plugin-0.1: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-heapsize-plugin-0.1)[arguments]: Skip
    build. Add rust-heapsize-0.3 to cargo-inputs.
    [properties]: Remove field.
---
 gnu/packages/crates-io.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b5a91ca..777ed35 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4154,12 +4154,14 @@ heap.")
          (base32
           "1i72isf699q9jl167g2kg4xd6h3cd05rc79zaph58aqjy0g0m9y9"))))
     (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-heapsize" ,rust-heapsize-0.3))))
     (home-page "https://github.com/servo/heapsize";)
     (synopsis "Measure runtime size of an object on the heap")
     (description
      "This package automatically generates infrastructure for measuring the
 total runtime size of an object on the heap")
-    (properties `((hidden? . #t)))
     (license license:mpl2.0)))
 
 (define-public rust-hex-0.3



reply via email to

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