netbsd.libcrypt: fix build

Tested by building pkgsCross.x86_64-netbsd.netbsd.libcrypt on
x86_64-linux.
This commit is contained in:
Alyssa Ross 2021-04-23 15:20:41 +00:00
parent 7cdc46f4e3
commit e8a81f2f99
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -672,6 +672,7 @@ in lib.makeScopeWithSplicing
path = "lib/libcrypt";
version = "8.0";
sha256 = "0siqan1wdqmmhchh2n8w6a8x1abbff8n4yb6jrqxap3hqn8ay54g";
SHLIBINSTALLDIR = "$(out)/lib";
meta.platforms = lib.platforms.netbsd;
};