forked from mirrors/nixpkgs
top level: Stop hacking around #28223
Clang stdenvs with either libc++ should work now.
This commit is contained in:
parent
4a2340ff6b
commit
f5fc1ff344
|
@ -1556,7 +1556,6 @@ with pkgs;
|
||||||
m17n = callPackage ../tools/inputmethods/ibus-engines/ibus-m17n { };
|
m17n = callPackage ../tools/inputmethods/ibus-engines/ibus-m17n { };
|
||||||
|
|
||||||
mozc = callPackage ../tools/inputmethods/ibus-engines/ibus-mozc rec {
|
mozc = callPackage ../tools/inputmethods/ibus-engines/ibus-mozc rec {
|
||||||
clangStdenv = libcxxStdenv; # workaround for https://github.com/NixOS/nixpkgs/issues/28223
|
|
||||||
python = python2;
|
python = python2;
|
||||||
inherit (python2Packages) gyp;
|
inherit (python2Packages) gyp;
|
||||||
protobuf = pkgs.protobuf.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
|
protobuf = pkgs.protobuf.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
|
||||||
|
@ -2043,7 +2042,6 @@ with pkgs;
|
||||||
m17n = callPackage ../tools/inputmethods/fcitx-engines/fcitx-m17n { };
|
m17n = callPackage ../tools/inputmethods/fcitx-engines/fcitx-m17n { };
|
||||||
|
|
||||||
mozc = callPackage ../tools/inputmethods/fcitx-engines/fcitx-mozc rec {
|
mozc = callPackage ../tools/inputmethods/fcitx-engines/fcitx-mozc rec {
|
||||||
clangStdenv = libcxxStdenv; # workaround for https://github.com/NixOS/nixpkgs/issues/28223
|
|
||||||
python = python2;
|
python = python2;
|
||||||
inherit (python2Packages) gyp;
|
inherit (python2Packages) gyp;
|
||||||
protobuf = pkgs.protobuf.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
|
protobuf = pkgs.protobuf.overrideDerivation (oldAttrs: { stdenv = clangStdenv; });
|
||||||
|
|
Loading…
Reference in a new issue