diff options
| author | Timotej Lazar <timotej.lazar@araneo.si> | 2022-12-27 21:00:06 +0100 |
|---|---|---|
| committer | Timotej Lazar <timotej.lazar@araneo.si> | 2022-12-27 21:00:51 +0100 |
| commit | 3f92377c674da6c23916530ff58eb79c67c46861 (patch) | |
| tree | 36d92782952b2dbbad9efeb0e1d70303b18b59e3 /guix.scm | |
| parent | a753ae71723a97b1fa37d7d14a3ec2e09697a4fe (diff) | |
Use pkg-config to find libraries
Diffstat (limited to 'guix.scm')
| -rw-r--r-- | guix.scm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
