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:
parent
f7e988de8c
commit
bdb8ec0ce6
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue