tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
icu66: init at 66.1
Mario Rodas
5 years ago
172746d7
c5bcdbf2
+9
2 changed files
expand all
collapse all
unified
split
pkgs
development
libraries
icu
66.nix
top-level
all-packages.nix
+4
pkgs/development/libraries/icu/66.nix
···
0
0
0
0
···
1
+
import ./base.nix {
2
+
version = "66.1";
3
+
sha256 = "0bharwzc9nzkbrcf405z2nb3h7q0711z450arz0mjmdrk8hg58sj";
4
+
}
+5
pkgs/top-level/all-packages.nix
···
12195
} // (stdenv.lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
12196
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
12197
}));
0
0
0
0
0
12198
12199
icu = icu64;
12200
···
12195
} // (stdenv.lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
12196
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
12197
}));
12198
+
icu66 = callPackage ../development/libraries/icu/66.nix ({
12199
+
nativeBuildRoot = buildPackages.icu66.override { buildRootOnly = true; };
12200
+
} // (stdenv.lib.optionalAttrs (stdenv.hostPlatform.isi686 && stdenv.cc.isGNU) {
12201
+
stdenv = gcc6Stdenv; # with gcc-7: undefined reference to `__divmoddi4'
12202
+
}));
12203
12204
icu = icu64;
12205