Merge pull request #120255 from alyssais/netbsd-libm

netbsd.libm: fix build
This commit is contained in:
John Ericson 2021-04-22 20:24:05 -04:00 committed by GitHub
commit 951e194cb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -704,7 +704,9 @@ in lib.makeScopeWithSplicing
path = "lib/libm";
version = "8.0";
sha256 = "0i22603cgj6n00gn2m446v4kn1pk109qs1g6ylrslmihfmiy2h1d";
SHLIBINSTALLDIR = "$(out)/lib";
meta.platforms = lib.platforms.netbsd;
extraPaths = with self; [ sys.src ];
};
i18n_module = mkDerivation {