0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

pythonPackages.mp2: fix PyPI name

This commit is contained in:
Mario Rodas 2019-04-24 00:07:00 -05:00 committed by Frederik Rietdijk
parent b1c2a05877
commit 4778194f7d

View file

@ -5,7 +5,7 @@
}:
buildPythonPackage rec {
pname = "mpd2";
pname = "python-mpd2";
version = "0.5.5";
src = fetchPypi {