Commit Graph

32 Commits

Author SHA1 Message Date
Vladimír Čunát
ab15a62c68 Merge branch 'master' into closure-size
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Lluís Batlle i Rossell
9b8b143c99 Missing path in prev commit 2016-03-20 00:47:12 +01:00
Lluís Batlle i Rossell
e6e7de082d Fixing icu for ARM with a patch from openembedded.
It failed with an "internal error".
2016-03-20 00:42:12 +01:00
Vladimír Čunát
716aac2519 Merge branch 'staging' into closure-size 2016-01-19 09:55:31 +01:00
janus
55aa9163cc FreeBSD: minor fixes, add notes and make stdenv more robust 2016-01-01 17:01:13 +00:00
Luca Bruno
e289717414 rename moveToOutput and propagatedBuildInputs 2015-12-02 10:05:36 +01:00
Vladimír Čunát
333d69a5f0 Merge staging into closure-size
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
William A. Kennington III
94a4ffe949 icu: 55.1 -> 56.1 2015-11-05 18:25:39 -08:00
Vladimír Čunát
17a3f6a6fa icu: split into multiple outputs 2015-10-13 20:18:44 +02:00
Jude Taylor
fa9c81f694 pure darwin stdenv 2015-06-18 12:37:41 -07:00
Vladimír Čunát
d353521423 icu: update, probably including security
I think this should fix all security problems in icu,
if there were any, but I've found no explicit reference.
So, close #7202?
2015-04-09 21:45:27 +02:00
William A. Kennington III
cfbf651294 icu: 52.1 -> 53.1 2014-09-13 22:07:11 -07:00
Joel Taylor
48d9dfa890 fix icu4c build on darwin 2014-07-18 19:25:46 -07:00
John Wiegley
6f8f3d64ff icu: fix configure to use ${stdenv.shell}
On darwin, not doing this means the configure script uses a hard-coded
/bin/sh for its echo tests, resulting in ECHO_N and ECHO_C settings in
icu-config which are incorrect for the stdenv.shell which it is actually
uses to run.
2014-05-31 11:05:47 +00:00
John Wiegley
d393c6c538 Fix icu4c expression for latest gcc (fixes #2341) 2014-04-21 09:22:33 -05:00
Vladimír Čunát
0a58b512cb Merge master into stdenv-updates
Conflicts (simple):
	pkgs/development/compilers/gcc/4.8/default.nix
	pkgs/development/compilers/llvm/default.nix
	pkgs/development/libraries/gmp/5.1.1.nix
	pkgs/development/libraries/gmp/5.1.3.nix
	pkgs/development/libraries/gmp/5.1.x.nix
	pkgs/top-level/all-packages.nix
2014-01-18 14:46:20 +01:00
Eelco Dolstra
8622548160 Add a setup hook for fixing dylib install names on Darwin
Install names need to be absolute paths, otherwise programs that link
against the dylib won't work without setting $DYLD_LIBRARY_PATH.  Most
packages do this correctly, but some (like Boost and ICU) do not.
This setup hook absolutizes all install names.
2014-01-15 13:41:09 +01:00
Vladimír Čunát
e740b565cf Merge master into stdenv-updates
Conflicts (easy):
	pkgs/development/compilers/llvm/default.nix
	pkgs/development/compilers/openjdk/default.nix
	pkgs/development/libraries/icu/default.nix
	pkgs/development/libraries/libssh/default.nix
	pkgs/development/libraries/libxslt/default.nix
	pkgs/development/tools/parsing/bison/3.x.nix
2013-12-29 10:01:22 +01:00
Vladimír Čunát
45859b5f34 icu: update 51.1 -> 52.1 2013-11-17 14:08:21 +01:00
Peter Simons
3d2caf1180 Merge remote-tracking branch 'origin/master' into stdenv-updates. 2013-09-08 22:54:35 +02:00
Marc Weber
cf762c8f58 firebirdSuper settings
document why its better to not use --with-system-icu

See patch for nixos adding firebird service

Signed-off-by: Marc Weber <marco-oweber@gmx.de>
2013-08-31 23:05:32 +03:00
Peter Simons
4914e63a89 Merge changes from branch 'master' into stdenv-updates.
Conflicts:
	pkgs/development/libraries/icu/default.nix
	pkgs/tools/misc/coreutils/default.nix
2013-04-19 11:48:11 +02:00
Eelco Dolstra
d71d9542ea icu4c: Update to 51.1 2013-04-12 01:31:30 +02:00
Peter Simons
84df617be3 icu: update to version 51.1 2013-04-01 13:39:25 +02:00
Yury G. Kudryashov
9457c15f41 icu4c-4.8.1
svn path=/nixpkgs/trunk/; revision=29526
2011-09-28 15:22:58 +00:00
Yury G. Kudryashov
14bf6f5ea5 icu-4.6
svn path=/nixpkgs/trunk/; revision=25101
2010-12-13 18:10:21 +00:00
Yury G. Kudryashov
08be43d6f0 homepages
svn path=/nixpkgs/trunk/; revision=23971
2010-09-27 18:15:33 +00:00
Yury G. Kudryashov
c30b4494fa Upgrade icu4c
svn path=/nixpkgs/trunk/; revision=23957
2010-09-26 19:40:36 +00:00
Lluís Batlle i Rossell
4b27d28701 Porting changes from stdenv-updates into this branch.
This comes from:
svn diff  ^/nixpkgs/trunk/@18255 ^/nixpkgs/branches/stdenv-updates/ > diff
patch -p0 < diff
and then adding into svn all files new from the patch.

trunk@18255 comes from the last time I updated stdenv-updates from trunk.


svn path=/nixpkgs/stdenv-updates2/; revision=18272
2009-11-08 00:32:12 +00:00
Michael Raskin
8177f0f042 Updating ICU library..
svn path=/nixpkgs/trunk/; revision=17496
2009-09-29 12:52:47 +00:00
Eelco Dolstra
c8f3bf4e24 * Export a symbol that OpenOffice needs.
svn path=/nixpkgs/trunk/; revision=12254
2008-07-04 05:53:41 +00:00
Yury G. Kudryashov
33f6eb6b03 Some upgrades needed for kde4:
* alsa-lib: 1.0.12 -> 1.0.14
* alsa-utils: 1.0.13 -> 1.0.14
* strigi: 0.5.1 -> 0.5.3dev
* libgpg-error: 1.0 -> 1.4
* gpgme: 1.0.3 -> 1.1.4
* cmake: 2.4.6 -> 2.4.7

* Some kde4 components added (not compilable yet).
* icu4c-3.6 added
* boost: added unicode support to RegEx, switched to "system" layout

svn path=/nixpkgs/trunk/; revision=9068
2007-08-08 13:20:18 +00:00