nixpkgs/pkgs/os-specific
sternenseemann 6dff63294a netbsd: take fetchcvs from buildPackages to fix eval
For some reason fetchcvs was taken from the cross package set when
cross compiling netbsd.* instead of from buildPackages. I suspect that
this was no issue previously because it just could be substituted as it
only ever produced fixed output derivations. However since
00a2084a40 the evaluation of fetchcvs
would depend on `stdenv.cc` (via its openssh dependency). Since
netbsd.libc is required to evaluate stdenv.cc this caused a infinite
recursion when staging the cross stdenv for pkgsCross.amd64-netbsd. The
fix for this is pretty easy: Just take fetchcvs from buildPackages
explicitly instead of hoping for mkDerivation to get it right.

Resolves #119323.
2021-04-14 14:58:08 +00:00
..
bsd netbsd: take fetchcvs from buildPackages to fix eval 2021-04-14 14:58:08 +00:00
darwin sshfs: add darwin build 2021-04-06 10:37:53 +09:00
linux Merge pull request #119347 from mweinelt/wpa_supplicant 2021-04-13 20:14:25 +02:00
solo5 solo5: disable checkPhase instead of setting to null, run hooks 2021-03-26 11:06:31 +01:00
windows lzma: deprecate alias 2021-04-04 19:49:52 +02:00