Merge pull request #165865 from AndersonTorres/new-misc

Misc modifications
This commit is contained in:
Anderson Torres 2022-03-26 22:58:01 -03:00 committed by GitHub
commit 06da9e07c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -147,7 +147,7 @@ stdenv.mkDerivation rec {
database support, HTML viewing and printing, and much more.
'';
license = licenses.wxWindows;
maintainers = with maintainers; [ AndersonTorres tfmoraes ];
maintainers = with maintainers; [ tfmoraes ];
platforms = platforms.unix;
};

View File

@ -1042,6 +1042,19 @@ let
};
};
AudioFLACHeader = buildPerlPackage {
pname = "Audio-FLAC-Header";
version = "2.4";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DA/DANIEL/Audio-FLAC-Header-2.4.tar.gz";
sha256 = "fba5911d6c22d81506565cd9a1438e8605420ff7986cf03d1a12d006a4070543";
};
meta = {
description = "Interface to FLAC header metadata";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
AudioScan = buildPerlPackage {
pname = "Audio-Scan";
version = "1.01";