criu: fix build w/glibc-2.36

Failing Hydra build: https://hydra.nixos.org/build/193347368
This commit is contained in:
Maximilian Bosch 2022-10-07 09:30:38 +02:00
parent 7f06aa700a
commit ea13def9b9
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A

View File

@ -21,6 +21,16 @@ stdenv.mkDerivation rec {
url = "https://github.com/checkpoint-restore/criu/commit/1e6e826ffb7ac05f33fa123051c2fc2ddf0f68ea.patch";
hash = "sha256-LJjk0jQ5v5wqeprvBMpxhjLXn7v+lSPldEGgazGUM44=";
})
# compat fixes for glibc-2.36
(fetchpatch {
url = "https://github.com/checkpoint-restore/criu/commit/8cd5fccd6cf3d03afb5abe463134d31f54d42258.patch";
sha256 = "sha256-b65DdLmyIuZik0dNRuWJKUPcDFA6CKq0bi4Vd26zgS4=";
})
(fetchpatch {
url = "https://github.com/checkpoint-restore/criu/commit/517c0947050e63aac72f63a3bf373d76264723b9.patch";
sha256 = "sha256-MPZ6oILVoZ7BQEZFjUlp3RuMC7iKTKXAtrUDFqbN4T8=";
})
];
enableParallelBuilding = true;