mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-hfsevents: re-generate expression with cabal2nix
This commit is contained in:
parent
b5a1d3d16a
commit
4126a651b7
1 changed files with 3 additions and 1 deletions
|
@ -1,12 +1,14 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, cereal, mtl, text }:
|
||||
{ cabal, cereal, gccApple, 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";
|
||||
meta = {
|
||||
homepage = "http://github.com/luite/hfsevents";
|
||||
description = "File/folder watching for OS X";
|
||||
|
|
Loading…
Reference in a new issue