mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
netbsd.i18n_module: fix build
Tested building pkgsCross.x86_64-netbsd.netbsd.i18n_module from x86_64-linux.
This commit is contained in:
parent
c5ab13fc00
commit
760c0428cb
|
@ -659,6 +659,7 @@ let
|
|||
version = "8.0";
|
||||
sha256 = "0w6y5v3binm7gf2kn7y9jja8k18rhnyl55cvvfnfipjqdxvxd9jd";
|
||||
meta.platforms = lib.platforms.netbsd;
|
||||
extraPaths = [ libc.src ];
|
||||
};
|
||||
|
||||
csu = mkDerivation {
|
||||
|
|
Loading…
Reference in a new issue