scudcloud: add jsmin dependency, fixes build

This commit is contained in:
Franz Pletz 2017-10-15 16:16:04 +02:00
parent dc38f6c524
commit c100811d63
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ in python3Packages.buildPythonPackage {
sha256 = "e0d1cb72115d0fda17db92d28be51558ad8fe250972683fac3086dbe8d350d22";
};
propagatedBuildInputs = with python3Packages; [ pyqt5 dbus-python ];
propagatedBuildInputs = with python3Packages; [ pyqt5 dbus-python jsmin ];
meta = with stdenv.lib; {
description = "Non-official desktop client for Slack";