netbsd.libm: fix build

Tested building pkgsCross.x86_64-netbsd.netbsd.libm from x86_64-linux.

At some point we should probably set SHLIBINSTALLDIR in the setupHook,
but I think I'd like to get everything working first, and then make
changes that affect all the builds like that.  It's easier to spot
regressions when you know _everything_ worked before.
This commit is contained in:
Alyssa Ross 2021-04-22 19:10:32 +00:00
parent 6f1839806a
commit 5c24380395
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

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 {