From e5fa903ab1a7a4dd86b799ad209e5b1713382025 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 25 Oct 2022 21:41:34 -0400 Subject: Support building with SDL As a byproduct this also (sorta) generalizes how I pass flags to the C compiler using pkg-config, instead of using the guile-config. Now the 'lib' metadata will be added with 'pkg-config --libs', and the 'sys' metadata will be added with 'pkg-config --cflags'. I'm not *really* sure what the difference is, but if it works it works. --- Biz/Bild.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Biz/Bild.nix') diff --git a/Biz/Bild.nix b/Biz/Bild.nix index b6946c9..ae3201c 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -42,6 +42,7 @@ rec { bildRuntimeDeps = with nixpkgs; [ pkg-config guile_3_0 + SDL private.ghcPackageSetBild rustc gcc -- cgit v1.2.3