8 stdenv.mkDerivation rec {
13 url = "https://eradman.com/entrproject/code/entr-${version}.tar.gz";
14 hash = "sha256-AiK435KNO1o7UZTWPn3gmFM+BBkNnZoVS5JsbB+d0U4=";
18 substituteInPlace entr.c --replace /bin/cat ${coreutils}/bin/cat
19 substituteInPlace entr.1 --replace /bin/cat cat
24 installFlags = [ "PREFIX=$(out)" ];
26 TARGET_OS = stdenv.hostPlatform.uname.system;
29 homepage = "https://eradman.com/entrproject/";
30 description = "Run arbitrary commands when files change";
31 changelog = "https://github.com/eradman/entr/raw/${version}/NEWS";
32 license = licenses.isc;
33 platforms = platforms.all;
34 maintainers = with maintainers; [