pythonPackages.mpd2: remove unnessary libmpd dependency
This commit is contained in:
parent
857f6bec51
commit
ceafba91dc
@ -14259,8 +14259,6 @@ in modules // {
|
|||||||
sha256 = "1gfrxf71xll1w6zb69znqg5c9j0g7036fsalkvqprh2id640cl3a";
|
sha256 = "1gfrxf71xll1w6zb69znqg5c9j0g7036fsalkvqprh2id640cl3a";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pkgs.mpd_clientlib ];
|
|
||||||
|
|
||||||
buildInputs = with self; [ mock ];
|
buildInputs = with self; [ mock ];
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i -e '/tests_require/d' \
|
sed -i -e '/tests_require/d' \
|
||||||
@ -14271,7 +14269,7 @@ in modules // {
|
|||||||
description = "A Python client module for the Music Player Daemon";
|
description = "A Python client module for the Music Player Daemon";
|
||||||
homepage = "https://github.com/Mic92/python-mpd2";
|
homepage = "https://github.com/Mic92/python-mpd2";
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with maintainers; [ rvl ];
|
maintainers = with maintainers; [ rvl mic92 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user