diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-21 13:09:43 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-21 13:09:43 +0200 |
commit | 488b5f120cd4ada097963e85c2dfad682aae098e (patch) | |
tree | fc4f8b9060e08f31ba629e5a04277bee9f0f2cee | |
parent | 544c87716cb912dad3cc9568781470dcde5c64d2 (diff) | |
download | nixos-488b5f120cd4ada097963e85c2dfad682aae098e.tar nixos-488b5f120cd4ada097963e85c2dfad682aae098e.tar.gz nixos-488b5f120cd4ada097963e85c2dfad682aae098e.tar.bz2 nixos-488b5f120cd4ada097963e85c2dfad682aae098e.tar.xz nixos-488b5f120cd4ada097963e85c2dfad682aae098e.zip |
client in pkgs
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||