nixpkgs/pkgs/development/tools/misc/texinfo/6.8.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
180 B
Nix
Raw Normal View History

2021-09-15 23:18:54 +02:00
import ./common.nix {
version = "6.8";
sha256 = "1i7yb7mrp3inz25zbzv2pllr4y7d58v818f1as7iz8mw53nm7dwf";
2021-10-03 22:29:02 +02:00
patches = [
# glibc 2.34 compat
./fix-glibc-2.34.patch
];
2021-09-15 23:18:54 +02:00
}