Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libiconv: expose setup hooks for use by other libiconv implementations

+2
+2
pkgs/development/libraries/libiconv/default.nix
··· 63 (lib.enableFeature enableShared "shared") 64 ] ++ lib.optional stdenv.isFreeBSD "--with-pic"; 65 66 meta = { 67 description = "An iconv(3) implementation"; 68
··· 63 (lib.enableFeature enableShared "shared") 64 ] ++ lib.optional stdenv.isFreeBSD "--with-pic"; 65 66 + passthru = { inherit setupHooks; }; 67 + 68 meta = { 69 description = "An iconv(3) implementation"; 70