mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
Merge pull request #704 from ysangkok/freebsd-support
FreeBSD support with knowledge about Linux emulation
This commit is contained in:
commit
cad40adce5
6 changed files with 16 additions and 3 deletions
|
@ -1276,6 +1276,8 @@ static bool canBuildLocally(const BasicDerivation & drv)
|
|||
|| (drv.platform == "i686-linux" && settings.thisSystem == "x86_64-linux")
|
||||
|| (drv.platform == "armv6l-linux" && settings.thisSystem == "armv7l-linux")
|
||||
#endif
|
||||
|| (platform == "i686-linux" && settings.thisSystem == "x86_64-freebsd")
|
||||
|| (platform == "i686-linux" && settings.thisSystem == "i686-freebsd")
|
||||
;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue