libhugetlbfs: fix build with recent Glibc

This commit is contained in:
Alyssa Ross 2022-07-03 21:01:38 +00:00
parent dee4dc7539
commit cbfd288fd1

View file

@ -9,6 +9,13 @@ stdenv.mkDerivation rec {
sha256 = "0ya4q001g111d3pqlzrf3yaifadl0ccirx5dndz1pih7x3qp41mp"; sha256 = "0ya4q001g111d3pqlzrf3yaifadl0ccirx5dndz1pih7x3qp41mp";
}; };
patches = [
(fetchurl {
url = "https://build.opensuse.org/public/source/openSUSE:Factory/libhugetlbfs/glibc-2.34-fix.patch?rev=50";
sha256 = "sha256-eRQa6M0ZdHMtwA5nnzDTWYv/x4AnRZhj+MpDiwyCvVM=";
})
];
outputs = [ "bin" "dev" "man" "doc" "lib" "out" ]; outputs = [ "bin" "dev" "man" "doc" "lib" "out" ];
postConfigure = '' postConfigure = ''