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
|
||||
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user