summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-21 13:09:43 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-21 13:09:43 +0200
commit488b5f120cd4ada097963e85c2dfad682aae098e (patch)
treefc4f8b9060e08f31ba629e5a04277bee9f0f2cee
parent544c87716cb912dad3cc9568781470dcde5c64d2 (diff)
downloadnixos-488b5f120cd4ada097963e85c2dfad682aae098e.tar
nixos-488b5f120cd4ada097963e85c2dfad682aae098e.tar.gz
nixos-488b5f120cd4ada097963e85c2dfad682aae098e.tar.bz2
nixos-488b5f120cd4ada097963e85c2dfad682aae098e.tar.xz
nixos-488b5f120cd4ada097963e85c2dfad682aae098e.zip
client in pkgs
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index 660cfb06..e3835fc6 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -105,7 +105,7 @@ in rec {
105 105
106 mpd = mpd.override { gmeSupport = false; pulseaudioSupport = false; }; 106 mpd = mpd.override { gmeSupport = false; pulseaudioSupport = false; };
107 107
108 inherit (pkgs.haskellPackages) thermoprint-server thermoprint-webgui tprint; 108 inherit (pkgs.haskellPackages) thermoprint-server thermoprint-client thermoprint-webgui tprint;
109 }) 109 })
110 ]; 110 ];
111 111