Commit 7fb1f711 authored by Arseniy Seroka's avatar Arseniy Seroka Committed by GitHub
Browse files

Merge pull request #12995 from volhovM/master

scudcloud: init at 1.35
parents 13f43c7e 42cf40bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -451,6 +451,7 @@
  vizanto = "Danny Wilson <danny@prime.vc>";
  vlstill = "Vladimír Štill <xstill@fi.muni.cz>";
  vmandela = "Venkateswara Rao Mandela <venkat.mandela@gmail.com>";
  volhovm = "Mikhail Volkhov <volhovm.cs@gmail.com>";
  vozz = "Oliver Hunt <oliver.huntuk@gmail.com>";
  vrthra = "Rahul Gopinath <rahul@gopinath.org>";
  wedens = "wedens <kirill.wedens@gmail.com>";
+24 −0
Original line number Diff line number Diff line
{ stdenv, fetchgit, python3Packages }:

python3Packages.buildPythonPackage {
  name = "scudcloud-1.35";
  namePrefix = "";

  # Version 1.35, branch 254-port-to-qt5
  # https://github.com/raelgc/scudcloud/commit/6d924b5c23597c94d1a8e829a8a5d917806a5bc9
  src = fetchgit {
      url = https://github.com/raelgc/scudcloud/;
      rev = "6d924b5c23597c94d1a8e829a8a5d917806a5bc9";
      sha256 = "01k5am3067l3p1c91mdrh2fk3cgr20dhppa6flqi5b2ygzrc1i8q";
  };

  propagatedBuildInputs = with python3Packages; [ pyqt5 dbus-python ];

  meta = with stdenv.lib; {
    description = "Non-official desktop client for Slack";
    homepage = "https://github.com/raelgc/scudcloud";
    license = licenses.mit;
    platforms = platforms.linux;
    maintainers = with maintainers; [ volhovm ];
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -13801,6 +13801,8 @@ in
     stdenv = stdenv_32bit;
  };
  scudcloud = callPackage ../applications/networking/instant-messengers/scudcloud { };
  shotcut = qt5.callPackage ../applications/video/shotcut { };
  smplayer = qt5.callPackage ../applications/video/smplayer { };