libavc1394: Add platforms and update license
This commit is contained in:
parent
86f3a5756d
commit
deddaa6c0d
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set";
|
description = "Programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set";
|
||||||
homepage = http://sourceforge.net/projects/libavc1394/;
|
homepage = http://sourceforge.net/projects/libavc1394/;
|
||||||
license = [ "GPL" "LGPL" ];
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user