haskell-hfsevents: Do not use gccApple

This commit is contained in:
John Wiegley 2014-08-11 11:29:02 -05:00
parent e52a533cad
commit fc6932a63d

View File

@ -1,14 +1,13 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, cereal, gccApple, mtl, text }:
{ cabal, cereal, mtl, text }:
cabal.mkDerivation (self: {
pname = "hfsevents";
version = "0.1.5";
sha256 = "0hp9jjj59smfcs51d9zjhyvgdbn46l0rl0jr98wbzg3qya0vwj5k";
buildDepends = [ cereal mtl text ];
buildTools = [ gccApple ];
configureFlags = "--ghc-option=-pgmc=${gccApple}/bin/gcc";
buildTools = [ ];
meta = {
homepage = "http://github.com/luite/hfsevents";
description = "File/folder watching for OS X";