mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
perlPackages.AudioScan: switch to slimserver fork, 1.01 -> 1.05
This commit is contained in:
parent
93d72b9294
commit
cb3660e7e4
@ -1294,16 +1294,17 @@ with self; {
|
||||
|
||||
AudioScan = buildPerlPackage {
|
||||
pname = "Audio-Scan";
|
||||
version = "1.01";
|
||||
version = "1.05";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/A/AG/AGRUNDMA/Audio-Scan-1.01.tar.gz";
|
||||
hash = "sha256-gxJyAnHHrdxLvuwzEs3divS5kKxjYgSllsB5M61sY0o=";
|
||||
url = "https://github.com/Logitech/slimserver-vendor/raw/public/8.3/CPAN/Audio-Scan-1.05.tar.gz";
|
||||
hash = "sha256-9YXC8GHPRWKlV8emmTke7RB0HhiCbALmZQqtQFLcBi4=";
|
||||
};
|
||||
buildInputs = [ pkgs.zlib TestWarn ];
|
||||
env.NIX_CFLAGS_COMPILE = "-I${pkgs.zlib.dev}/include";
|
||||
NIX_CFLAGS_LINK = "-L${pkgs.zlib.out}/lib -lz";
|
||||
meta = {
|
||||
description = "Fast C metadata and tag reader for all common audio file formats";
|
||||
description = "Fast C metadata and tag reader for all common audio file formats, slimserver fork";
|
||||
homepage = "https://github.com/Logitech/slimserver-vendor";
|
||||
license = with lib.licenses; [ gpl2Plus ];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user