haskell-hinotify: this package is supported on Linux only
This commit is contained in:
parent
2d3b4575a7
commit
972808f00a
@ -10,6 +10,6 @@ cabal.mkDerivation (self: {
|
|||||||
homepage = "https://github.com/kolmodin/hinotify.git";
|
homepage = "https://github.com/kolmodin/hinotify.git";
|
||||||
description = "Haskell binding to inotify";
|
description = "Haskell binding to inotify";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user