From 3f92377c674da6c23916530ff58eb79c67c46861 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Tue, 27 Dec 2022 21:00:06 +0100 Subject: Use pkg-config to find libraries --- guix.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index 3f7feb8..300e833 100644 --- a/guix.scm +++ b/guix.scm @@ -10,6 +10,7 @@ (use-modules (gnu packages audio) (gnu packages gl) + (gnu packages pkg-config) (gnu packages sdl) (gnu packages video) (guix build-system cmake) @@ -38,6 +39,8 @@ (list #:tests? #f)) (inputs (list ffmpeg mesa openal sdl2)) + (native-inputs + (list pkg-config)) (home-page "https://sr.ht/~jetomit/avp") (synopsis "Aliens Versus Predator game engine") (description "Unofficial Linux port of the game engine for the Rebellion -- cgit v1.3