guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: perl-gtk2: Add pkg-config to native inputs.


From: guix-commits
Subject: 02/02: gnu: perl-gtk2: Add pkg-config to native inputs.
Date: Mon, 6 Mar 2023 22:11:00 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit aa0b1c97f2bb8fff0c993b6326bb1227ca330f7f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 6 21:52:13 2023 -0500

    gnu: perl-gtk2: Add pkg-config to native inputs.
    
    Commit aca64d560452812208c654abba1ec3ab7041eefd "gnu: 
perl-extutils-pkgconfig:
    Support cross-compilation." causes pkg-config to no longer be propagated, 
but
    it is needed for this package, which doesn't exclusively uses
    perl-extutils-pkgconfig.
    
    * gnu/packages/gtk.scm (perl-gtk2) [native-inputs]: Add pkg-config.
---
 gnu/packages/gtk.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 5101976fb9..05d4e98575 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2146,7 +2146,7 @@ so that they can be used normally in signals and 
properties.")
                 "0ry9jfvfgdwzalxcvwsgr7plhk3agx7p40l0fqdf3vrf7ds47i29"))))
     (build-system perl-build-system)
     (native-inputs
-     (list perl-extutils-depends perl-extutils-pkgconfig))
+     (list perl-extutils-depends perl-extutils-pkgconfig pkg-config))
     (inputs
      (list gtk+-2))
     (propagated-inputs



reply via email to

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