libraw1394: Set platforms and update license
This commit is contained in:
parent
c1bd505507
commit
86f3a5756d
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue