guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: u-boot: Add pkg-config to native inputs.


From: guix-commits
Subject: 05/06: gnu: u-boot: Add pkg-config to native inputs.
Date: Tue, 20 Dec 2022 21:32:37 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 57abc2b7b262d34dd07d1d495c765de75af7ea9b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Dec 20 20:47:00 2022 -0500

    gnu: u-boot: Add pkg-config to native inputs.
    
    * gnu/packages/bootloaders.scm (u-boot) [native-inputs]: Add pkg-config.
---
 gnu/packages/bootloaders.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 3e8607f61a..bd9f7bb577 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -655,6 +655,7 @@ tree binary files.  These are board description files used 
by Linux and BSD.")
            lz4
            ncurses/tinfo
            perl
+           pkg-config                   ;for 'make menuconfig'
            python
            python-coverage
            python-pycryptodomex



reply via email to

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