mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
build suil with symbols; pass features correctly
This commit is contained in:
parent
cb181b0d86
commit
b1d8fc62a9
4 changed files with 57 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue