lastfmsubmitd: remove

Stuck on python2 and abandoned by upstream.
This commit is contained in:
Martin Weinelt 2022-01-02 03:31:13 +01:00
parent 4ee61b7c18
commit f4fc87ee96
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
3 changed files with 1 additions and 23 deletions

View File

@ -1,21 +0,0 @@
{ lib, fetchurl, python2Packages }:
python2Packages.buildPythonApplication rec {
pname = "lastfmsubmitd";
version = "1.0.6";
src = fetchurl {
url = "https://www.red-bean.com/decklin/lastfmsubmitd/lastfmsubmitd-${version}.tar.gz";
sha256 = "c2636d5095a95167366bacd458624d67b046e060244fa54ba2c2e3efb79f9b0e";
};
doCheck = false;
installCommand = "python setup.py install --prefix=$out";
meta = {
homepage = "https://www.red-bean.com/decklin/lastfmsubmitd/";
license = lib.licenses.mit;
description = "An last.fm audio scrobbler and daemon";
};
}

View File

@ -426,6 +426,7 @@ mapAliases ({
kramdown-rfc2629 = rubyPackages.kramdown-rfc2629; # added 2021-03-23
krita-beta = krita; # moved from top-level 2021-12-23
kvm = qemu_kvm; # added 2018-04-25
lastfmsubmitd = throw "lastfmsubmitd was removed from nixpkgs as the project is abandoned"; # added 2022-01-01
latinmodern-math = lmmath;
letsencrypt = certbot; # added 2016-05-16
libaudit = audit; # added 2018-04-25

View File

@ -26715,8 +26715,6 @@ with pkgs;
caps = callPackage ../applications/audio/caps { };
lastfmsubmitd = callPackage ../applications/audio/lastfmsubmitd { };
lbdb = callPackage ../tools/misc/lbdb { abook = null; gnupg = null; goobook = null; khard = null; mu = null; };
lbry = callPackage ../applications/video/lbry { };