From 4687d7523bd068bcf0a87ed6ac4e4bfa6f7f4e11 Mon Sep 17 00:00:00 2001 From: Farid Zakaria Date: Sun, 12 Sep 2021 19:04:10 -0700 Subject: glibc: add dependency on netbase /etc/protocols Add an explicit dependency on netbase for /etc/protocols Certain functions in glibc look for files present in /etc such as getprotobyname which reads /etc/protocols. If you are using Nix over a Linux installation, this file may not be present, and therefore it will cause errors. - add netbase as a new package in nixpks - add a dependency in glibc on it using postPatchPhase and substitute the path Fixes #124401 --- doc/builders/packages/index.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/builders/packages/index.xml') diff --git a/doc/builders/packages/index.xml b/doc/builders/packages/index.xml index f5b05b0bbccfc..206e1e49f1f85 100644 --- a/doc/builders/packages/index.xml +++ b/doc/builders/packages/index.xml @@ -17,6 +17,7 @@ + -- cgit 1.4.1