bb584b27e9
GitOrigin-RevId: 5181d5945eda382ff6a9ca3e072ed6ea9b547fee
8 lines
180 B
Nix
8 lines
180 B
Nix
import ./common.nix {
|
|
version = "6.8";
|
|
sha256 = "1i7yb7mrp3inz25zbzv2pllr4y7d58v818f1as7iz8mw53nm7dwf";
|
|
patches = [
|
|
# glibc 2.34 compat
|
|
./fix-glibc-2.34.patch
|
|
];
|
|
}
|