build suil with symbols; pass features correctly

This commit is contained in:
🪞👃🪞 2024-07-24 16:33:44 +03:00
parent cb181b0d86
commit b1d8fc62a9
4 changed files with 57 additions and 26 deletions

View file

@ -1,5 +1,11 @@
#!/usr/bin/env nix-shell
{pkgs?import<nixpkgs>{}}:pkgs.mkShell{
{pkgs?import<nixpkgs>{}}:let
suil = pkgs.enableDebugging (pkgs.suil.overrideAttrs (a: b: {
dontStrip = true; separateDebugInfo = true;
}));
in pkgs.mkShell {
nativeBuildInputs = with pkgs; [
pkg-config
freetype