shishi: enable debug info

This commit is contained in:
Alyssa Ross 2024-07-14 16:05:32 +02:00
parent 743b4c8e78
commit ab501e5716

View File

@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
sha256 = "032qf72cpjdfffq1yq54gz3ahgqf2ijca4vl31sfabmjzq9q370d";
};
separateDebugInfo = true;
# Fixes support for gcrypt 1.6+
patches = [ ./gcrypt-fix.patch ./freebsd-unistd.patch ];