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

@ -8,9 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "0w5sw06p51wfq2ahgql93ljkkp3hqprifzcxq8dq71c8zcbgyg58";
};
meta = {
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;
};
}