summaryrefslogtreecommitdiff
path: root/custom/trivmix.nix
blob: f34bf989a8875fde07c60742445ca31692bcd7dc (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
26
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

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

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