about summary refs log tree commit diff
path: root/pkgs/development/tools/watchman
AgeCommit message (Collapse)AuthorFilesLines
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-03watchman: remove cf-privateDaiderd Jordan1-13/+12
2018-05-16watchman: add fsevents supportMatthew Bauer1-2/+4
macOS needs apple sdks for fsevents support Fixes #14309
2017-08-24watchman: 4.7.0 -> 4.9.0WilliButz1-5/+11
2016-12-13watchman: 4.5.0 -> 4.7.0Graham Christensen1-2/+2
2016-02-24Watchman: 4.3.0 => 4.5.0Wout Mertens1-2/+2
2016-01-28watchman: 4.1.0 -> 4.3.0Charles Strahan1-2/+5
* improved handling of case insensitive filenames * improved reliability of symlink change detection on osx
2015-10-23watchman: 3.0.0 -> 4.1.0Charles Strahan1-2/+3
2015-01-13watchman: update to 3.0.0Charles Strahan1-2/+2
2014-08-10Many minor fixes to get things building after recent compiler changesJohn Wiegley1-0/+1
2014-07-06watchman: new packageCharles Strahan1-0/+35
This adds `watchman`, a CLI utility that watches files and takes action when they change.