7 python3Packages.buildPythonPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "1ffdy74igll74fwpmnn3brvcxbk4iianqscdzz18sx1pfqpw16cl";
18 propagatedBuildInputs = with python3Packages; [
25 description = "Non-official desktop client for Slack";
26 homepage = "https://github.com/raelgc/scudcloud";
27 license = licenses.mit;
28 platforms = platforms.linux;
29 maintainers = with maintainers; [ volhovm ];