summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-06 10:54:37 +0200
committerPeter Simons <simons@cryp.to>2014-10-06 10:54:46 +0200
commit972808f00a5f98ded4aab454bf9a9db84e458f11 (patch)
tree8372a3be9259bd2279fc8974503edefaf7ba1a5a /pkgs
parent2d3b4575a7596c54a72a2c8dc29e8758c80a2bdb (diff)
haskell-hinotify: this package is supported on Linux only
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/hinotify/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/hinotify/default.nix b/pkgs/development/libraries/haskell/hinotify/default.nix
index 5fac7a396fff5..2513922781b69 100644
--- a/pkgs/development/libraries/haskell/hinotify/default.nix
+++ b/pkgs/development/libraries/haskell/hinotify/default.nix
@@ -10,6 +10,6 @@ cabal.mkDerivation (self: {
     homepage = "https://github.com/kolmodin/hinotify.git";
     description = "Haskell binding to inotify";
     license = self.stdenv.lib.licenses.bsd3;
-    platforms = self.ghc.meta.platforms;
+    platforms = self.stdenv.lib.platforms.linux;
   };
 })