{ mkDerivation , stdenv , base , thermoprint-servant, thermoprint, bbcode , optparse-applicative, servant-client, servant }: mkDerivation { pname = "tprint"; version = "0.0.0"; src = ./.; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base thermoprint thermoprint-servant bbcode optparse-applicative servant-client servant ]; homepage = "git://git.yggdrasil.li/thermoprint"; description = "A cli-tool for interfacing with thermoprint-servant"; license = stdenv.lib.licenses.publicDomain; }