lastfmsubmitd: remove
Stuck on python2 and abandoned by upstream.
This commit is contained in:
parent
4ee61b7c18
commit
f4fc87ee96
@ -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";
|
||||
};
|
||||
}
|
@ -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
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user