fswatch: 1.5.0 -> 1.9.3
This commit is contained in:
parent
107d53f40c
commit
f48e400133
@ -10,24 +10,17 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fswatch-${version}";
|
name = "fswatch-${version}";
|
||||||
version = "1.5.0";
|
version = "1.9.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "emcrisostomo";
|
owner = "emcrisostomo";
|
||||||
repo = "fswatch";
|
repo = "fswatch";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "09np75m9df2nk7lc5y9wgq467ca6jsd2p5666d5rkzjvy6s0a51n";
|
sha256 = "1g329aapdvbzhr39wyh295shpfq5f0nlzsqkjnr8l6zzak7f4yrg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook gettext libtool makeWrapper texinfo ];
|
buildInputs = [ autoreconfHook gettext libtool makeWrapper texinfo ];
|
||||||
|
|
||||||
postFixup = ''
|
|
||||||
for prog in fswatch-run fswatch-run-bash; do
|
|
||||||
wrapProgram $out/bin/$prog \
|
|
||||||
--prefix PATH "${findutils}/bin"
|
|
||||||
done
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A cross-platform file change monitor with multiple backends";
|
description = "A cross-platform file change monitor with multiple backends";
|
||||||
homepage = https://github.com/emcrisostomo/fswatch;
|
homepage = https://github.com/emcrisostomo/fswatch;
|
||||||
@ -35,5 +28,4 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user