This website requires JavaScript.
Explore
Help
Register
Sign In
alioth
/
nixpkgs
Watch
3
Star
0
Fork
You've already forked nixpkgs
0
forked from
mirrors/nixpkgs
Code
Releases
Activity
b0b7f673dc
nixpkgs
/
pkgs
/
os-specific
/
bsd
/
netbsd
/
fts-setup-hook.sh
5 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
treewide: Use pkgs/build-support/roles.bash to remove copy pasta Also fix some setup hooks that unnecessarily used environment hooks, which revolted in the same variable being modified too many times.
2018-05-07 18:07:19 +01:00
# See pkgs/build-support/setup-hooks/role.bash
getHostRole
bsd: init netbsd & openbsd userland Adds a couple of useful NetBSD and OpenBSD derivations. Some of these will be integrated into Nixpkgs later. Noncomprehensive list: - netbsd.getent - netbsd.getconf - netbsd.fts - openbsd.mg - netbsd.compat (can replace libbsd)
2018-04-12 06:14:15 +01:00
treewide: Use pkgs/build-support/roles.bash to remove copy pasta Also fix some setup hooks that unnecessarily used environment hooks, which revolted in the same variable being modified too many times.
2018-05-07 18:07:19 +01:00
export
NIX_
${
role_pre
}
LDFLAGS
+=
" -lfts"
Copy permalink