This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
07509da1f1
nixpkgs
/
pkgs
/
os-specific
/
bsd
/
netbsd
/
fts-setup-hook.sh
5 lines
101 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
*-wrapper; Switch from `infixSalt` to `suffixSalt` I hate the thing too even though I made it, and rather just get rid of it. But we can't do that yet. In the meantime, this brings us more inline with autoconf and will make it slightly easier for me to write a pkg-config wrapper, which we need.
2020-04-28 05:08:48 +01:00
export
NIX_LDFLAGS
${
role_post
}
+
=
" -lfts"
Reference in New Issue
Copy Permalink