icu: split into multiple outputs

This commit is contained in:
Vladimír Čunát
2015-10-13 20:18:44 +02:00
parent ba9b80c7e0
commit 17a3f6a6fa
6 changed files with 29 additions and 24 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ stdenv.mkDerivation {
configureScript = "./bootstrap.sh";
configureFlags = commonConfigureFlags ++ [
"--with-icu=${icu}"
"--with-icu=${icu.dev}"
"--with-python=${python.interpreter}"
] ++ optional (toolset != null) "--with-toolset=${toolset}";