Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libofa: add license

+3 -2
+3 -2
pkgs/development/libraries/libofa/default.nix
··· 27 27 28 28 propagatedBuildInputs = [ expat curl fftw ]; 29 29 30 - meta = { 30 + meta = with stdenv.lib; { 31 31 homepage = https://code.google.com/archive/p/musicip-libofa/; 32 32 description = "Library Open Fingerprint Architecture"; 33 33 longDescription = '' 34 34 LibOFA (Library Open Fingerprint Architecture) is an open-source audio 35 35 fingerprint created and provided by MusicIP''; 36 - platforms = stdenv.lib.platforms.linux; 36 + platforms = platforms.linux; 37 + license = licenses.gpl2; 37 38 }; 38 39 }