guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: tvtime: Fix build.


From: Alex Kost
Subject: 02/02: gnu: tvtime: Fix build.
Date: Sat, 24 Mar 2018 12:36:59 -0400 (EDT)

alezost pushed a commit to branch master
in repository guix.

commit d591989b42088a358f33d6cf68f12efc2ad4403c
Author: Alex Kost <address@hidden>
Date:   Sat Mar 17 23:24:08 2018 +0300

    gnu: tvtime: Fix build.
    
    * gnu/packages/tv.scm (tvtime)[native-inputs]: Add 'pkg-config' to avoid
    compilation errors.
---
 gnu/packages/tv.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/tv.scm b/gnu/packages/tv.scm
index cb82e5b..ef67ad3 100644
--- a/gnu/packages/tv.scm
+++ b/gnu/packages/tv.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016, 2017 Alex Kost <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018 Alex Kost <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -26,6 +26,7 @@
   #:use-module (gnu packages fontutils)
   #:use-module (gnu packages image)
   #:use-module (gnu packages linux)
+  #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages xorg))
 
@@ -55,6 +56,8 @@
        ("libxml2" ,libxml2)
        ("freetype" ,freetype)
        ("zlib" ,zlib)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
     (home-page "http://tvtime.sourceforge.net";)
     (synopsis "Television viewer")
     (description



reply via email to

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