Merge pull request #2873 from tomberek/hdevtool_patch28
hdevtools compiles
This commit is contained in:
commit
ed95e2d07e
@ -1,4 +1,4 @@
|
|||||||
{ cabal, cmdargs, ghcPaths, network, syb, time }:
|
{ cabal, cmdargs, ghcPaths, network, syb, time, fetchpatch }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hdevtools";
|
pname = "hdevtools";
|
||||||
@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
|
|||||||
sha256 = "1a218m817q35f52fv6mn28sfv136i6fm2mzgdidpm24pc0585gl7";
|
sha256 = "1a218m817q35f52fv6mn28sfv136i6fm2mzgdidpm24pc0585gl7";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
patches = [ (fetchpatch { url = "https://github.com/bitc/hdevtools/pull/28.patch"; sha256 = "1rlv5zskg4ns9ba791x72gycxrr52lhy8x164q38gpq600gh5n40"; }) ];
|
||||||
buildDepends = [ cmdargs ghcPaths network syb time ];
|
buildDepends = [ cmdargs ghcPaths network syb time ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/bitc/hdevtools/";
|
homepage = "https://github.com/bitc/hdevtools/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user