kyotocabinet: fix darwin build
This commit is contained in:
parent
f0956b7baf
commit
4d7c3b2f5f
@ -17,7 +17,11 @@ stdenv.mkDerivation rec {
|
|||||||
--replace tr1::unordered_set std::unordered_set
|
--replace tr1::unordered_set std::unordered_set
|
||||||
|
|
||||||
substituteInPlace lab/kcdict/Makefile --replace stdc++ c++
|
substituteInPlace lab/kcdict/Makefile --replace stdc++ c++
|
||||||
substituteInPlace configure --replace stdc++ c++
|
substituteInPlace configure \
|
||||||
|
--replace /usr/local/bin:/usr/local/sbin: "" \
|
||||||
|
--replace /usr/bin:/usr/sbin: "" \
|
||||||
|
--replace /bin:/sbin: "" \
|
||||||
|
--replace stdc++ c++
|
||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [(fetchurl {
|
patches = [(fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user