scudcloud: add jsmin dependency, fixes build
This commit is contained in:
parent
dc38f6c524
commit
c100811d63
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue