# 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.5"; src = fetchgit { url = git://git.yggdrasil.li/trivmix; rev = "4f9f222bc91f4bcd505cb584cbcc874c86b529c8"; sha256 = "d8bf32d3665adab38a0e743a4ebf9c5ad546d05c91ff2c0404d6a5b226ccee51"; }; 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; }; })