mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
libiconv: expose setup hooks for use by other libiconv implementations
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user