summary refs log tree commit diff
path: root/doc/builders/packages/index.xml
diff options
context:
space:
mode:
authorFarid Zakaria <fmzakari@google.com>2021-09-12 19:04:10 -0700
committerFarid Zakaria <fmzakari@google.com>2021-09-19 19:37:56 -0700
commit4687d7523bd068bcf0a87ed6ac4e4bfa6f7f4e11 (patch)
treeb55edf905be767b63c2d9f330d43fcd829155d77 /doc/builders/packages/index.xml
parent86b4033b23d2cd892d11982ceb6337c5c3a9b362 (diff)
downloadnixpkgs-4687d7523bd068bcf0a87ed6ac4e4bfa6f7f4e11.tar
nixpkgs-4687d7523bd068bcf0a87ed6ac4e4bfa6f7f4e11.tar.gz
nixpkgs-4687d7523bd068bcf0a87ed6ac4e4bfa6f7f4e11.tar.bz2
nixpkgs-4687d7523bd068bcf0a87ed6ac4e4bfa6f7f4e11.tar.lz
nixpkgs-4687d7523bd068bcf0a87ed6ac4e4bfa6f7f4e11.tar.xz
nixpkgs-4687d7523bd068bcf0a87ed6ac4e4bfa6f7f4e11.tar.zst
nixpkgs-4687d7523bd068bcf0a87ed6ac4e4bfa6f7f4e11.zip
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
Diffstat (limited to 'doc/builders/packages/index.xml')
-rw-r--r--doc/builders/packages/index.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/builders/packages/index.xml b/doc/builders/packages/index.xml
index f5b05b0bbcc..206e1e49f1f 100644
--- a/doc/builders/packages/index.xml
+++ b/doc/builders/packages/index.xml
@@ -17,6 +17,7 @@
  <xi:include href="kakoune.section.xml" />
  <xi:include href="linux.section.xml" />
  <xi:include href="locales.section.xml" />
+ <xi:include href="etc-files.section.xml" />
  <xi:include href="nginx.section.xml" />
  <xi:include href="opengl.section.xml" />
  <xi:include href="shell-helpers.section.xml" />