libavc1394: Add platforms and update license

This commit is contained in:
Spencer Whitt 2015-04-08 17:02:24 -04:00
parent 86f3a5756d
commit deddaa6c0d

View File

@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set";
homepage = http://sourceforge.net/projects/libavc1394/;
license = [ "GPL" "LGPL" ];
license = stdenv.lib.licenses.lgpl21Plus;
platforms = stdenv.lib.platforms.linux;
};
}