watchman: 3.0.0 -> 4.1.0

This commit is contained in:
Charles Strahan 2015-10-23 14:02:56 -04:00
parent f35f421d60
commit a9c3950f2d

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "watchman-${version}"; name = "watchman-${version}";
version = "3.0.0"; version = "4.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebook"; owner = "facebook";
repo = "watchman"; repo = "watchman";
rev = "v${version}"; rev = "v${version}";
sha256 = "0sf0cp9p7savlgmzqj5m9fkpfa5a15pv98rkilxnbmx9wrjvypwk"; sha256 = "01ak2gsmc76baswpivzz00g22r547mpp8l7xfziwl5804nzszrcg";
}; };
buildInputs = [ autoconf automake pcre ]; buildInputs = [ autoconf automake pcre ];
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
"--enable-lenient" "--enable-lenient"
"--enable-conffile=${if confFile == null then "no" else confFile}" "--enable-conffile=${if confFile == null then "no" else confFile}"
"--with-pcre=yes" "--with-pcre=yes"
"--disable-statedir"
]; ];
preConfigure = '' preConfigure = ''