foot: enable debug info

This commit is contained in:
Alyssa Ross 2023-09-21 07:17:22 +00:00
parent 970a59bd19
commit 1293c41800
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -102,6 +102,8 @@ stdenv.mkDerivation {
hash = "sha256-jn/S0xjxZPnkGYpTRIpL3dKxGe7+Z+EmOGHiE0UkQqg=";
};
separateDebugInfo = true;
depsBuildBuild = [
pkg-config
];