mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
libavc1394: Add platforms and update license
This commit is contained in:
parent
86f3a5756d
commit
deddaa6c0d
@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set";
|
||||
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