moe: fix build w/libc++ using touchup from mailing list
http://lists.gnu.org/archive/html/bug-moe/2017-10/msg00000.html
This commit is contained in:
parent
c32755ceac
commit
630b142ef4
@ -13,6 +13,12 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1wsfzy0iia0c89wnx1ilzw54wqcmlp2nz8mkpvc393z0zagrx48q";
|
sha256 = "1wsfzy0iia0c89wnx1ilzw54wqcmlp2nz8mkpvc393z0zagrx48q";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
prePatch = ''
|
||||||
|
substituteInPlace window_vector.cc --replace \
|
||||||
|
"insert( 0U, 1," \
|
||||||
|
"insert( 0U, 1U,"
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ lzip ];
|
nativeBuildInputs = [ lzip ];
|
||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user