summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2022-12-27 21:00:06 +0100
committerTimotej Lazar <timotej.lazar@araneo.si>2022-12-27 21:00:51 +0100
commit3f92377c674da6c23916530ff58eb79c67c46861 (patch)
tree36d92782952b2dbbad9efeb0e1d70303b18b59e3 /guix.scm
parenta753ae71723a97b1fa37d7d14a3ec2e09697a4fe (diff)
Use pkg-config to find libraries
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm3
1 files changed, 3 insertions, 0 deletions
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