Loading lib/maintainers.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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>"; Loading pkgs/applications/networking/instant-messengers/scudcloud/default.nix 0 → 100644 +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 ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 { }; Loading Loading
lib/maintainers.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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>"; Loading
pkgs/applications/networking/instant-messengers/scudcloud/default.nix 0 → 100644 +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 ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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 { }; Loading