From a1563e3dbbb110db79139406891e4c26955e9aed Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Mon, 3 Feb 2020 14:18:08 +0100 Subject: [PATCH] nix: add transifex-client to shell.nix --- shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 36f7cff..daf7d49 100644 --- a/shell.nix +++ b/shell.nix @@ -17,9 +17,11 @@ stdenv.mkDerivation { # latest.rustChannels.stable.rust clang - gettext nettle pkgconfig + + gettext + transifex-client ]; # Set Environment Variables