From b006a31d52b8f1cb01f3d722a6e3411dc8b98d64 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 18 Mar 2012 23:54:57 +0100 Subject: Drop the externals directory Nix now requires SQLite and bzip2 to be pre-installed. SQLite is detected using pkg-config. We required DBD::SQLite anyway, so depending on SQLite is not a big problem. The --with-bzip2, --with-openssl and --with-sqlite flags are gone. --- .gitignore | 7 ------- 1 file changed, 7 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c929c8ece..d7f151507 100644 --- a/.gitignore +++ b/.gitignore @@ -43,13 +43,6 @@ Makefile.in /doc/manual/NEWS.html /doc/manual/NEWS.txt -# /externals/ -/externals/bzip2-* -/externals/build-bzip2 -/externals/inst-bzip2 -/externals/sqlite-* -/externals/build-sqlite - # /scripts/ /scripts/nix-profile.sh /scripts/nix-pull -- cgit v1.2.3