netbsd.sys: set platforms

I don't think there's any reason for this not to be set.  Maybe it was
from before netbsd.headers overrode meta.platforms for its
constituents.
This commit is contained in:
Alyssa Ross 2021-04-18 16:42:48 +00:00
parent f7e988de8c
commit bdb8ec0ce6
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -418,7 +418,7 @@ let
sha256 = "123ilg8fqmp69bw6bs6nh98fpi1v2n9lamrzar61p27ji6sj7g0w";
propagatedBuildInputs = [ include ];
nativeBuildInputs = [ makeMinimal install tsort lorder statHook uudecode ];
#meta.platforms = lib.platforms.netbsd;
meta.platforms = lib.platforms.netbsd;
extraPaths = [ common.src ];
MKKMOD = "no";
makeFlags = [ "FIRMWAREDIR=$(out)/libdata/firmware" ];