lastwatch: use python2
This commit is contained in:
parent
e9f8ee3ab4
commit
fc9e2b60b5
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchgit, pythonPackages }:
|
{ stdenv, fetchgit, python2Packages }:
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
name = "lastwatch-${version}";
|
name = "lastwatch-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
version = "0.4.1";
|
version = "0.4.1";
|
||||||
@ -11,14 +11,12 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
sha256 = "0nlng3595j5jvnikk8i5hb915zak5zsmfn2306cc4gfcns9xzjwp";
|
sha256 = "0nlng3595j5jvnikk8i5hb915zak5zsmfn2306cc4gfcns9xzjwp";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = [
|
propagatedBuildInputs = with python2Packages; [
|
||||||
pythonPackages.pyinotify
|
pyinotify
|
||||||
pythonPackages.pylast
|
pylast
|
||||||
pythonPackages.mutagen
|
mutagen
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = pythonPath;
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/aszlig/LastWatch";
|
homepage = "https://github.com/aszlig/LastWatch";
|
||||||
description = "An inotify-based last.fm audio scrobbler";
|
description = "An inotify-based last.fm audio scrobbler";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user