summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases/libiconv
Commit message (Collapse)AuthorAge
* darwin/libiconv: fix static/shared logicMatthew Bauer2018-12-04
| | | | | The conditional was incorrect - postInstall script should only hsppen when enableShared = true.
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* libiconv: use enableFeature for static/sharedMatthew Bauer2018-07-03
| | | | This makes things more predictable w.r.t. what is actually being built.
* libiconv: add "enableShared" optionMatthew Bauer2018-06-25
| | | | | | When false, shared libraries will be disabled. also adds patch to *really* disable shared libiconv.
* darwin.libiconv: use static libraryMatthew Justin Bauer2018-06-07
| | | | | | | This is necessary to get stuff into the Apple App Store for iOS. Apple does not really like using dynamic libraries in iOS. Also the libcharset thing is apparently a "private" symbol. See https://github.com/reflex-frp/reflex-platform/pull/307 for more details. See https://github.com/NixOS/nixpkgs/commit/3dee596ed1e373c296cf4d5a09b937b41f27fbe5#diff-261d74054a31954b7c6175e2e7e28356 for discussion
* libiconv: fix setup hookMatthew Justin Bauer2018-05-23
| | | Fixes issue from PR #40139.
* Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-16
|\ | | | | | | | | Keep the dontCheck because the test suite fails, get rid of the LDFLAGS hack because we don't need it!
| * Make libiconv build for iOS with prefixed toolsJohn Ericson2018-05-16
| |
| * Revert "darwin.libiconv: fix setup hook"Matthew Bauer2018-05-02
| | | | | | | | | | | | This reverts commit ee08469d6cf45eaa9d592c097f154cd225fdb982. This one should go in staging first.
| * darwin.libiconv: fix setup hookMatthew Justin Bauer2018-05-02
| |
* | darwin.libiconv: fix setup hookMatthew Justin Bauer2018-05-02
| |
* | darwin.libiconv: Start to fix for crossJohn Ericson2018-05-01
|/ | | | | I think I need postPatch for `autoreconfHook`, it's better anyways, and I'm pairing this with another mass-rebuild so its essentially free.
* darwin.libiconv: add setup hookMatthew Bauer2018-03-22
|
* apple-source-releases: Add some meta.platformsTuomas Tynkkynen2017-09-04
| | | | Or Hydra tries to build them on Linux...
* reinstate libiconv/libcharset wrapperJude Taylor2016-10-06
|
* stdenv-darwin: upgrade a few more thingsDan Peebles2016-09-12
| | | | | | | | | | | It's a long build and generally painful to split into smaller commits, so I apologize for lumping many changes into one commit but this is far easier. There are still several outdated parts of the darwin stdenv but these changes should bring us closer to the goal. Fixes #18461
* Add a big bundle of packages from apple source releases. Many of them only ↵Dan Peebles2015-02-08
provide headers or stubs, but are what's needed for the upcoming pure-darwin stdenv, and don't do any harm for now.