Skip to content

Commit

Permalink
hdevtools compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bereknyei committed Jun 9, 2014
1 parent 476a3d8 commit 6664787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/tools/haskell/hdevtools/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{ cabal, cmdargs, ghcPaths, network, syb, time }:
{ cabal, cmdargs, ghcPaths, network, syb, time, fetchpatch }:

cabal.mkDerivation (self: {
pname = "hdevtools";
version = "0.1.0.5";
sha256 = "1a218m817q35f52fv6mn28sfv136i6fm2mzgdidpm24pc0585gl7";
isLibrary = false;
isExecutable = true;
patches = [ (fetchpatch { url = "https://github.com/bitc/hdevtools/pull/28.patch"; sha256 = "1rlv5zskg4ns9ba791x72gycxrr52lhy8x164q38gpq600gh5n40"; }) ];
buildDepends = [ cmdargs ghcPaths network syb time ];
meta = {
homepage = "https://github.com/bitc/hdevtools/";
Expand Down

0 comments on commit 6664787

Please sign in to comment.