Merge pull request #120351 from alyssais/netbsd-libcrypt

netbsd.libcrypt: fix build
This commit is contained in:
John Ericson
2021-04-23 11:38:46 -04:00
committed by GitHub

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;
};