guix_mirror_bot pushed a commit to branch add-compress-debug-symbols-phase
in repository guix.

commit 99a4d6db38fede7734e424b9220f95834a68875e
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Oct 19 10:41:59 2025 +0900

    gnu: binutils: Enable zstd compression.
    
    * gnu/packages/base.scm (binutils) [native-inputs]: Add pkg-config and
    zstd:lib.
    
    Change-Id: I344242724b5978c98dd20d8309de02702e78cf9a
---
 gnu/packages/base.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index f69ed3349a..b3b8d7aae2 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -740,7 +740,10 @@ change.  GNU make offers many powerful extensions over the 
standard utility.")
            ;; For some reason, the build machinery insists on rebuilding .info
            ;; files, even though they're already provided by the tarball.
            #:make-flags #~'("MAKEINFO=true")))
-    (native-inputs (list bison))        ;needed to build 'gprofng'
+    (native-inputs
+     (list bison                        ;needed to build 'gprofng'
+           pkg-config
+           `(,zstd "lib")))
     (synopsis "Binary utilities: bfd gas gprof ld")
     (description
      "GNU Binutils is a collection of tools for working with binary files.

Reply via email to