mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
pythonPackages.CDDB: fix darwin build (#46412)
This commit is contained in:
parent
dfcf07d9d3
commit
5b1b4adb2a
@ -1456,6 +1456,8 @@ in {
|
||||
|
||||
disabled = !isPy27;
|
||||
|
||||
buildInputs = optionals stdenv.isDarwin [ pkgs.darwin.apple_sdk.frameworks.IOKit ];
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://cddb-py.sourceforge.net/${name}.tar.gz";
|
||||
sha256 = "098xhd575ibvdx7i3dny3lwi851yxhjg2hn5jbbgrwj833rg5l5w";
|
||||
|
Loading…
Reference in New Issue
Block a user