libofa: add license
This commit is contained in:
parent
4520ced68f
commit
4d291d5a77
@ -27,12 +27,13 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ expat curl fftw ];
|
propagatedBuildInputs = [ expat curl fftw ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://code.google.com/archive/p/musicip-libofa/;
|
homepage = https://code.google.com/archive/p/musicip-libofa/;
|
||||||
description = "Library Open Fingerprint Architecture";
|
description = "Library Open Fingerprint Architecture";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
LibOFA (Library Open Fingerprint Architecture) is an open-source audio
|
LibOFA (Library Open Fingerprint Architecture) is an open-source audio
|
||||||
fingerprint created and provided by MusicIP'';
|
fingerprint created and provided by MusicIP'';
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user