Merge pull request #34206 from dtzWill/fix/moe-libcxx

moe: fix build w/libc++ using touchup from mailing list

authored by Graham Christensen and committed by GitHub 0e7a5207 75f8ca83

+6
+6
pkgs/applications/editors/moe/default.nix
··· 13 sha256 = "1wsfzy0iia0c89wnx1ilzw54wqcmlp2nz8mkpvc393z0zagrx48q"; 14 }; 15 16 nativeBuildInputs = [ lzip ]; 17 buildInputs = [ ncurses ]; 18
··· 13 sha256 = "1wsfzy0iia0c89wnx1ilzw54wqcmlp2nz8mkpvc393z0zagrx48q"; 14 }; 15 16 + prePatch = '' 17 + substituteInPlace window_vector.cc --replace \ 18 + "insert( 0U, 1," \ 19 + "insert( 0U, 1U," 20 + ''; 21 + 22 nativeBuildInputs = [ lzip ]; 23 buildInputs = [ ncurses ]; 24