libiconv: expose setup hooks for use by other libiconv implementations

This commit is contained in:
Randy Eckenrode
2024-04-27 10:17:17 -04:00
parent a3d75b1d84
commit 60fb2a6c19

View File

@@ -63,6 +63,8 @@ stdenv.mkDerivation rec {
(lib.enableFeature enableShared "shared")
] ++ lib.optional stdenv.isFreeBSD "--with-pic";
passthru = { inherit setupHooks; };
meta = {
description = "An iconv(3) implementation";