inotifyTools -> inotify-tools

Fixes #9456.
This commit is contained in:
Eelco Dolstra
2015-09-01 10:52:47 +02:00
parent 217fbea5f9
commit 9013dc5826
4 changed files with 22 additions and 21 deletions
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, intltool, file, makeWrapper
, openssl, curl, libevent, inotifyTools, systemd
, openssl, curl, libevent, inotify-tools, systemd
, enableGTK3 ? false, gtk3
}:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
sha256 = "1sxr1magqb5s26yvr5yhs1f7bmir8gl09niafg64lhgfnhv1kz59";
};
buildInputs = [ pkgconfig intltool file openssl curl libevent inotifyTools ]
buildInputs = [ pkgconfig intltool file openssl curl libevent inotify-tools ]
++ optionals enableGTK3 [ gtk3 makeWrapper ]
++ optional stdenv.isLinux systemd;