···16 sha256 = "GcCRVkv+1mREq3MhMRn5fICthwI4WRQJSP6InuzxP1Q=";
17 };
1819+ postPatch = ''
20+ # Fix gcc-13 build by pulling missing header. UPstream also fixed it
21+ # in next major version, but there are many other patch dependencies.
22+ # TODO: remove on next major version update
23+ sed -e '1i #include <cstdint>' -i src/scsiencrypt.h
24+ '';
25+26 nativeBuildInputs = [ autoreconfHook ];
2728 passthru.updateScript = gitUpdater { };