aboutsummaryrefslogtreecommitdiff
path: root/tprint/tprint.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tprint/tprint.nix')
-rw-r--r--tprint/tprint.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tprint/tprint.nix b/tprint/tprint.nix
index cce38c4..492a643 100644
--- a/tprint/tprint.nix
+++ b/tprint/tprint.nix
@@ -2,7 +2,7 @@
2, stdenv 2, stdenv
3, base 3, base
4, thermoprint-servant, thermoprint, bbcode 4, thermoprint-servant, thermoprint, bbcode
5, optparse-applicative, servant-client 5, optparse-applicative, servant-client, servant
6}: 6}:
7mkDerivation { 7mkDerivation {
8 pname = "tprint"; 8 pname = "tprint";
@@ -12,7 +12,7 @@ mkDerivation {
12 isExecutable = true; 12 isExecutable = true;
13 executableHaskellDepends = [ base 13 executableHaskellDepends = [ base
14 thermoprint thermoprint-servant bbcode 14 thermoprint thermoprint-servant bbcode
15 optparse-applicative servant-client 15 optparse-applicative servant-client servant
16 ]; 16 ];
17 homepage = "git://git.yggdrasil.li/thermoprint"; 17 homepage = "git://git.yggdrasil.li/thermoprint";
18 description = "A cli-tool for interfacing with thermoprint-servant"; 18 description = "A cli-tool for interfacing with thermoprint-servant";