guix-patches
[Top][All Lists]
Advanced

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

[bug#37466] [WIP v7 1/4] gnu: Add elfutils@0.174.


From: Danny Milosavljevic
Subject: [bug#37466] [WIP v7 1/4] gnu: Add elfutils@0.174.
Date: Mon, 1 Jun 2020 12:54:38 +0200

* gnu/packages/heads.scm (elfutils-0.174): New variable.
---
 gnu/packages/heads.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/heads.scm b/gnu/packages/heads.scm
index b28433431c..86ab487b0f 100644
--- a/gnu/packages/heads.scm
+++ b/gnu/packages/heads.scm
@@ -161,3 +161,16 @@ done
     (synopsis "Musl-cross gcc 5 toolchain")
     (description "Musl-cross toolchain: binutils, gcc 5 and musl.")
     (license license:isc))))
+
+(define elfutils-0.174
+  (package
+    (inherit elfutils)
+    (version "0.174")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://sourceware.org/elfutils/ftp/";
+                                  version "/elfutils-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "12nhr8zrw4sjzrvpf38vl55bq5nm05qkd7nq76as443f0xq7xwnd"))
+              (patches (search-patches "elfutils-tests-ptrace.patch"))))))





reply via email to

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