From 005dc408dc09c3b479398ebe3e92efa2cd54846e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 17 Oct 2015 02:26:25 +0200 Subject: Working prototype --- tprint/tprint.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tprint/tprint.nix (limited to 'tprint/tprint.nix') diff --git a/tprint/tprint.nix b/tprint/tprint.nix new file mode 100644 index 0000000..cce38c4 --- /dev/null +++ b/tprint/tprint.nix @@ -0,0 +1,20 @@ +{ mkDerivation +, stdenv +, base +, thermoprint-servant, thermoprint, bbcode +, optparse-applicative, servant-client +}: +mkDerivation { + pname = "tprint"; + version = "0.0.0"; + src = ./.; + isLibrary = false; + isExecutable = true; + executableHaskellDepends = [ base + thermoprint thermoprint-servant bbcode + optparse-applicative servant-client + ]; + homepage = "git://git.yggdrasil.li/thermoprint"; + description = "A cli-tool for interfacing with thermoprint-servant"; + license = stdenv.lib.licenses.publicDomain; +} -- cgit v1.2.3