haskell-hfsevents: Do not use gccApple
This commit is contained in:
parent
e52a533cad
commit
fc6932a63d
@ -1,14 +1,13 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, cereal, gccApple, mtl, text }:
|
{ cabal, cereal, mtl, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hfsevents";
|
pname = "hfsevents";
|
||||||
version = "0.1.5";
|
version = "0.1.5";
|
||||||
sha256 = "0hp9jjj59smfcs51d9zjhyvgdbn46l0rl0jr98wbzg3qya0vwj5k";
|
sha256 = "0hp9jjj59smfcs51d9zjhyvgdbn46l0rl0jr98wbzg3qya0vwj5k";
|
||||||
buildDepends = [ cereal mtl text ];
|
buildDepends = [ cereal mtl text ];
|
||||||
buildTools = [ gccApple ];
|
buildTools = [ ];
|
||||||
configureFlags = "--ghc-option=-pgmc=${gccApple}/bin/gcc";
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/luite/hfsevents";
|
homepage = "http://github.com/luite/hfsevents";
|
||||||
description = "File/folder watching for OS X";
|
description = "File/folder watching for OS X";
|
||||||
|
Loading…
Reference in New Issue
Block a user