{ mkDerivation , stdenv , base , thermoprint }: mkDerivation { pname = "thermoprint-servant"; version = "0.0.0"; src = ./.; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base thermoprint ]; homepage = "git://git.yggdrasil.li/thermoprint"; description = "Server for interfacing to cheap thermoprinters"; license = stdenv.lib.licenses.publicDomain; }