This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-12-26 07:34:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e69cbd222a
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 17:07:19 +00: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 05:14:15 +00: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 04:08:48 +00:00
export
NIX_LDFLAGS
${
role_post
}
+
=
" -lfts"
Reference in New Issue
Copy Permalink