From 972808f00a5f98ded4aab454bf9a9db84e458f11 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 6 Oct 2014 10:54:37 +0200 Subject: [PATCH] haskell-hinotify: this package is supported on Linux only --- pkgs/development/libraries/haskell/hinotify/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/hinotify/default.nix b/pkgs/development/libraries/haskell/hinotify/default.nix index 5fac7a396ff..2513922781b 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; }; })