Merge pull request #139391 from woffs/trebleshot-remove

trebleshot: remove
This commit is contained in:
Ryan Burns 2021-09-26 14:01:59 -07:00 committed by GitHub
commit 47fd3efed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 31 deletions

View File

@ -1,29 +0,0 @@
{ mkDerivation, lib, fetchFromGitHub
, cmake, qtbase, kdnssd
}:
mkDerivation rec {
pname = "trebleshot";
version = "0.1.0-alpha2-15-ga7ac23c";
# name="${pname}-${version}";
src = fetchFromGitHub {
owner = "genonbeta";
repo = "TrebleShot-Desktop";
rev = version;
sha256 = "1k8wagw6arsi1lqkhn1nl6j11mb122vi1qs0q2np6nznwfy7pn1k";
};
nativeBuildInputs = [ cmake ];
buildInputs = [ qtbase kdnssd ];
meta = with lib; {
description = "Android file transferring tool for desktop";
homepage = "https://github.com/genonbeta/TrebleShot-Desktop";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ woffs ];
};
}

View File

@ -944,6 +944,7 @@ mapAliases ({
transmission_remote_gtk = transmission-remote-gtk; # added 2018-01-06
transmission-remote-cli = "transmission-remote-cli has been removed, as the upstream project has been abandoned. Please use tremc instead"; # added 2020-10-14
transporter = throw "transporter has been removed. It was archived upstream, so it's considered abandoned.";
trebleshot = throw "trebleshot has been removed. It was archived upstream, so it's considered abandoned.";
trilium = throw "trilium has been removed. Please use trilium-desktop instead."; # added 2020-04-29
truecrypt = veracrypt; # added 2018-10-24
tshark = wireshark-cli; # added 2018-04-25

View File

@ -9787,8 +9787,6 @@ with pkgs;
trash-cli = callPackage ../tools/misc/trash-cli { };
trebleshot = libsForQt5.callPackage ../applications/networking/trebleshot { };
trenchbroom = libsForQt5.callPackage ../applications/misc/trenchbroom {
inherit (xorg) libXxf86vm;
};