Merge pull request #265250 from wegank/gf2x-clang-16

gf2x: fix build with clang 16
This commit is contained in:
Mauricio Collares 2023-11-03 18:42:52 +01:00 committed by GitHub
commit 9fbf6ca42f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
{ stdenv
, lib
, fetchFromGitLab
, fetchpatch
, autoreconfHook
, buildPackages
, optimize ? false # impure hardware optimizations
@ -17,6 +18,14 @@ stdenv.mkDerivation rec {
sha256 = "04g5jg0i4vz46b4w2dvbmahwzi3k6b8g515mfw7im1inc78s14id";
};
patches = [
(fetchpatch {
name = "gf2x-1.3.0-configure-clang16.patch";
url = "https://gitlab.inria.fr/gf2x/gf2x/-/commit/a2f0fd388c12ca0b9f4525c6cfbc515418dcbaf8.diff";
hash = "sha256-Aj2KzWZMR24S04IbPOBPwacCU4rEiB+FFWxtRuF50LA=";
})
];
depsBuildBuild = [ buildPackages.stdenv.cc ];
nativeBuildInputs = [