libraw1394: Set platforms and update license
This commit is contained in:
parent
c1bd505507
commit
86f3a5756d
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Library providing direct access to the IEEE 1394 bus through the Linux 1394 subsystem's raw1394 user space interface";
|
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";
|
homepage = "https://ieee1394.wiki.kernel.org/index.php/Libraries#libraw1394";
|
||||||
license = ["GPL" "LGPL"];
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user