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