# 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.2"; src = fetchgit { url = git://git.yggdrasil.li/trivmix; rev = "0948d8545d916b13784b4cb6463352c060d839a2"; sha256 = "90b40d358c6083ed2210b7764afc741502f5e26186df79c28060fdabb600b747"; }; 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; }; })