Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libavc1394: Add platforms and update license

+2 -1
+2 -1
pkgs/development/libraries/libavc1394/default.nix
··· 14 meta = { 15 description = "Programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set"; 16 homepage = http://sourceforge.net/projects/libavc1394/; 17 - license = [ "GPL" "LGPL" ]; 18 }; 19 }
··· 14 meta = { 15 description = "Programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set"; 16 homepage = http://sourceforge.net/projects/libavc1394/; 17 + license = stdenv.lib.licenses.lgpl21Plus; 18 + platforms = stdenv.lib.platforms.linux; 19 }; 20 }