guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: grub: Add pkg-config to native-inputs.


From: Mark H. Weaver
Subject: 01/01: gnu: grub: Add pkg-config to native-inputs.
Date: Mon, 29 Jan 2018 06:50:37 -0500 (EST)

mhw pushed a commit to branch core-updates
in repository guix.

commit 0a2a70539bdf42d59c9be5fcbc88a1c14743303a
Author: Mark H Weaver <address@hidden>
Date:   Mon Jan 29 06:19:06 2018 -0500

    gnu: grub: Add pkg-config to native-inputs.
    
    * gnu/packages/bootloaders.scm (grub)[native-inputs]: Add pkg-config.
---
 gnu/packages/bootloaders.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index f7aa21f..d3df8ca 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <address@hidden>
-;;; Copyright © 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2015, 2018 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015 Leo Famulari <address@hidden>
 ;;; Copyright © 2016 Jan Nieuwenhuizen <address@hidden>
 ;;; Copyright © 2016, 2017, 2018 Marius Bakke <address@hidden>
@@ -131,7 +131,8 @@
        ;; ("fuse" ,fuse)
        ("ncurses" ,ncurses)))
     (native-inputs
-     `(("unifont" ,unifont)
+     `(("pkg-config" ,pkg-config)
+       ("unifont" ,unifont)
        ("bison" ,bison)
        ;; Due to a bug in flex >= 2.6.2, GRUB must be built with an older flex:
        ;; <http://lists.gnu.org/archive/html/grub-devel/2017-02/msg00133.html>



reply via email to

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