b329005d2a
* you want to be able to deploy this sort of configuration. Various packages will not be able to work correctly without this. The GNU C library has a dependency on this, but we ignore it. glibc will happily build if this file is missing, but resolving will sometimes fail if this file is not present (syslog is one example) * this information is fairly static and changed about once or twice a year. It is maintained by IANA and cannot really be considered site-specific configuration. The package is not made a dependency for glibc, as a change here would trigger a full recompilation, even though technically speaking it is a runtime dependency using a fixed format (as dictated by IANA). svn path=/nixpkgs/trunk/; revision=5004
5 lines
59 B
Bash
5 lines
59 B
Bash
source $stdenv/setup
|
|
|
|
ensureDir $out
|
|
cp $src $out/services
|