about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2019-03-19 02:10:51 +0100
committeraszlig <aszlig@nix.build>2019-03-19 02:14:11 +0100
commit7c3311d152f156419822068d036f13fb4e323353 (patch)
tree3cde37dec461f37873357c1afe642541c4556498
parent12efcc2dee4f2fe7ff3bd8143fc3750d8d4fdb39 (diff)
downloadnixlib-7c3311d152f156419822068d036f13fb4e323353.tar
nixlib-7c3311d152f156419822068d036f13fb4e323353.tar.gz
nixlib-7c3311d152f156419822068d036f13fb4e323353.tar.bz2
nixlib-7c3311d152f156419822068d036f13fb4e323353.tar.lz
nixlib-7c3311d152f156419822068d036f13fb4e323353.tar.xz
nixlib-7c3311d152f156419822068d036f13fb4e323353.tar.zst
nixlib-7c3311d152f156419822068d036f13fb4e323353.zip
lastwatch: Remove no longer maintained package
I no longer use nor do I maintain this package upstream and with the
current version of pylast moving to Python 3, this package is hereby
obsolete as I'm not willing to port this to Python 3.

Signed-off-by: aszlig <aszlig@nix.build>
-rw-r--r--pkgs/applications/audio/lastwatch/default.nix25
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 0 insertions, 27 deletions
diff --git a/pkgs/applications/audio/lastwatch/default.nix b/pkgs/applications/audio/lastwatch/default.nix
deleted file mode 100644
index d2ef7434c4db..000000000000
--- a/pkgs/applications/audio/lastwatch/default.nix
+++ /dev/null
@@ -1,25 +0,0 @@
-{ stdenv, fetchgit, python2Packages }:
-
-python2Packages.buildPythonApplication rec {
-  pname = "lastwatch";
-  version = "0.4.1";
-
-  src = fetchgit {
-    url = "git://github.com/aszlig/LastWatch.git";
-    rev = "refs/tags/v${version}";
-    sha256 = "0nlng3595j5jvnikk8i5hb915zak5zsmfn2306cc4gfcns9xzjwp";
-  };
-
-  propagatedBuildInputs = with python2Packages; [
-    pyinotify
-    pylast
-    mutagen
-  ];
-
-  meta = {
-    homepage = https://github.com/aszlig/LastWatch;
-    description = "An inotify-based last.fm audio scrobbler";
-    license = stdenv.lib.licenses.gpl2;
-    platforms = stdenv.lib.platforms.linux;
-  };
-}
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 0955226be8d6..026e20dccb6a 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -18106,8 +18106,6 @@ in
 
   caps = callPackage ../applications/audio/caps { };
 
-  lastwatch = callPackage ../applications/audio/lastwatch { };
-
   lastfmsubmitd = callPackage ../applications/audio/lastfmsubmitd { };
 
   lbdb = callPackage ../tools/misc/lbdb { abook = null; gnupg = null; goobook = null; khard = null; mu = null; };