libraw1394: Set platforms and update license

This commit is contained in:
Spencer Whitt 2015-04-08 16:52:17 -04:00
parent c1bd505507
commit 86f3a5756d

View file

@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Library providing direct access to the IEEE 1394 bus through the Linux 1394 subsystem's raw1394 user space interface";
homepage = "https://ieee1394.wiki.kernel.org/index.php/Libraries#libraw1394";
license = ["GPL" "LGPL"];
license = stdenv.lib.licenses.lgpl21Plus;
platforms = stdenv.lib.platforms.linux;
};
}