livcxx build

This commit is contained in:
Joel Taylor
2014-09-09 13:54:25 -07:00
parent 7da056233f
commit 2e26f7bef1
6 changed files with 18 additions and 10 deletions
@@ -10,10 +10,6 @@ stdenv.mkDerivation (rec {
propagatedBuildInputs = [ncurses];
preConfigure = ''
export CC=clang
'';
patchFlags = "-p0";
patches =
[ ./link-against-ncurses.patch