mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #120255 from alyssais/netbsd-libm
netbsd.libm: fix build
This commit is contained in:
commit
951e194cb3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user