buildPython*: use pname
This commit is contained in:
@@ -5,13 +5,14 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "CDDB-1.4";
|
||||
pname = "CDDB";
|
||||
version = "1.4";
|
||||
disabled = isPy3k;
|
||||
|
||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ pkgs.darwin.apple_sdk.frameworks.IOKit ];
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://cddb-py.sourceforge.net/${name}.tar.gz";
|
||||
url = "http://cddb-py.sourceforge.net/${pname}-${version}.tar.gz";
|
||||
sha256 = "098xhd575ibvdx7i3dny3lwi851yxhjg2hn5jbbgrwj833rg5l5w";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user