summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDaniel Șerbănescu <daniel@serbanescu.dk>2021-05-04 13:20:40 +0200
committerDaniel Șerbănescu <daniel@serbanescu.dk>2021-05-04 13:20:40 +0200
commitbb6b9a247451ee8970fe9ef6c25152f3fab68e23 (patch)
tree7581321fad05f8afbc0433d6f213a43ae8436484 /pkgs
parent86ec321e63754f6aa129ce9519b77e64d2178071 (diff)
downloadnixpkgs-bb6b9a247451ee8970fe9ef6c25152f3fab68e23.tar
nixpkgs-bb6b9a247451ee8970fe9ef6c25152f3fab68e23.tar.gz
nixpkgs-bb6b9a247451ee8970fe9ef6c25152f3fab68e23.tar.bz2
nixpkgs-bb6b9a247451ee8970fe9ef6c25152f3fab68e23.tar.lz
nixpkgs-bb6b9a247451ee8970fe9ef6c25152f3fab68e23.tar.xz
nixpkgs-bb6b9a247451ee8970fe9ef6c25152f3fab68e23.tar.zst
nixpkgs-bb6b9a247451ee8970fe9ef6c25152f3fab68e23.zip
clementine: added support for translations
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/clementine/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/audio/clementine/default.nix b/pkgs/applications/audio/clementine/default.nix
index b84b4e6aa9a..0b82bbd8d84 100644
--- a/pkgs/applications/audio/clementine/default.nix
+++ b/pkgs/applications/audio/clementine/default.nix
@@ -1,5 +1,5 @@
 { lib, mkDerivation, fetchFromGitHub, fetchpatch, boost, cmake, chromaprint, gettext, gst_all_1, liblastfm
-, qtbase, qtx11extras
+, qtbase, qtx11extras, qttools
 , taglib, fftw, glew, qjson, sqlite, libgpod, libplist, usbmuxd, libmtp
 , libpulseaudio, gvfs, libcdio, libechonest, libspotify, pcre, projectm, protobuf
 , qca2, pkg-config, sparsehash, config, makeWrapper, gst_plugins }:
@@ -45,6 +45,7 @@ let
     qjson
     qtbase
     qtx11extras
+    qttools
     sqlite
     taglib
   ]