Merge pull request #280754 from trofi/readstat-gcc-13-fix

readstat: fix `gcc-13` build failure
This commit is contained in:
7c6f434c 2024-01-14 13:42:41 +00:00 committed by GitHub
commit e2a3f40a75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,13 @@ stdenv.mkDerivation rec {
url = "https://github.com/WizardMac/ReadStat/commit/211c342a1cfe46fb7fb984730dd7a29ff4752f35.patch";
hash = "sha256-nkaEgusylVu7NtzSzBklBuOnqO9qJPovf0qn9tTE6ls=";
})
# Backport use-after-free:
# https://github.com/WizardMac/ReadStat/pull/298
(fetchpatch {
url = "https://github.com/WizardMac/ReadStat/commit/718d49155e327471ed9bf4a8c157f849f285b46c.patch";
hash = "sha256-9hmuFa05b4JlxSzquIxXArOGhbi27A+3y5gH1IDg+R0=";
})
];
nativeBuildInputs = [ pkg-config autoreconfHook ];