libhugetlbfs: fix build with recent Glibc

+7
+7
pkgs/development/libraries/libhugetlbfs/default.nix
··· 9 9 sha256 = "0ya4q001g111d3pqlzrf3yaifadl0ccirx5dndz1pih7x3qp41mp"; 10 10 }; 11 11 12 + patches = [ 13 + (fetchurl { 14 + url = "https://build.opensuse.org/public/source/openSUSE:Factory/libhugetlbfs/glibc-2.34-fix.patch?rev=50"; 15 + sha256 = "sha256-eRQa6M0ZdHMtwA5nnzDTWYv/x4AnRZhj+MpDiwyCvVM="; 16 + }) 17 + ]; 18 + 12 19 outputs = [ "bin" "dev" "man" "doc" "lib" "out" ]; 13 20 14 21 postConfigure = ''