1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

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 ];