livcxx build

This commit is contained in:
Joel Taylor
2014-08-21 16:15:31 -07:00
parent 7da056233f
commit 2e26f7bef1
6 changed files with 18 additions and 10 deletions

View File

@@ -10,10 +10,6 @@ stdenv.mkDerivation (rec {
propagatedBuildInputs = [ncurses];
preConfigure = ''
export CC=clang
'';
patchFlags = "-p0";
patches =
[ ./link-against-ncurses.patch