Merge pull request #256448 from alyssais/foot-debug

foot: enable debug info
This commit is contained in:
Nick Cao 2023-09-21 09:27:57 -04:00 committed by GitHub
commit 00416be09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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