summaryrefslogtreecommitdiff
path: root/custom/trivmix.nix
blob: 51dbb0f5c88b475f3427815c668e24051786bf84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, filepath, hinotify, jack, optparseApplicative
, transformers, explicitException, process
, fetchgit
}:

cabal.mkDerivation (self: {
  pname = "trivmix";
  version = "1.2.0";
  src = fetchgit {
    url = git://git.yggdrasil.li/trivmix;
    rev = "1bab7285deed91302eccd5b5757341c72aa260c8";
    sha256 = "85f243e82701c23cb0b30599c18c17f4887af62e305168096777a5b370475a8e";
  };
  isLibrary = false;
  isExecutable = true;
  buildDepends = [
    filepath hinotify jack optparseApplicative transformers explicitException process
  ];
  meta = {
    license = self.stdenv.lib.licenses.publicDomain;
    platforms = self.ghc.meta.platforms;
  };
})