fswatch: update from 1.4.6 to 1.4.7

This commit is contained in:
Pascal Wittmann 2015-05-28 18:54:35 +02:00
parent 1a3860e95a
commit b57097b2fe

View File

@ -1,7 +1,6 @@
{ stdenv { stdenv
, fetchFromGitHub , fetchFromGitHub
, autoconf , autoreconfHook
, automake
, findutils # for xargs , findutils # for xargs
, gettext , gettext
, libtool , libtool
@ -9,26 +8,18 @@
, texinfo , texinfo
}: }:
let stdenv.mkDerivation rec {
version = "1.4.6";
in stdenv.mkDerivation {
name = "fswatch-${version}"; name = "fswatch-${version}";
version = "1.4.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "emcrisostomo"; owner = "emcrisostomo";
repo = "fswatch"; repo = "fswatch";
rev = version; rev = version;
sha256 = "0flq8baqzifhmf61zyiipdipvgy4h0kl551clxrhwa8gvzf75im4"; sha256 = "0f6aa14v31gy3j7qx563ml37r8mylpbqfjrz2v5g44zrrg6086w7";
}; };
buildInputs = [ autoconf automake gettext libtool makeWrapper texinfo ]; buildInputs = [ autoreconfHook gettext libtool makeWrapper texinfo ];
preConfigure = ''
./autogen.sh
'';
postFixup = '' postFixup = ''
for prog in fswatch-run fswatch-run-bash; do for prog in fswatch-run fswatch-run-bash; do