From 8d259131528986e1e93740c3c520cbe44e09ecd2 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Mon, 25 May 2020 00:32:07 +0200 Subject: gnu: Add elfutils@0.174. * 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")))))) -- cgit v1.2.3