summary refs log tree commit diff
path: root/pkgs/development/libraries/libavc1394/default.nix
diff options
context:
space:
mode:
authorSpencer Whitt <sw@swhitt.me>2015-04-08 17:02:24 -0400
committerSpencer Whitt <sw@swhitt.me>2015-04-18 18:57:41 -0400
commitdeddaa6c0df9a78a42b2d7993b114e07a66cd396 (patch)
tree3c094515befee3e8e2fd7e3cc1d1f2eb321b1eb5 /pkgs/development/libraries/libavc1394/default.nix
parent86f3a5756d324318858e57fa94d38f3d626cc2c9 (diff)
downloadnixpkgs-deddaa6c0df9a78a42b2d7993b114e07a66cd396.tar
nixpkgs-deddaa6c0df9a78a42b2d7993b114e07a66cd396.tar.gz
nixpkgs-deddaa6c0df9a78a42b2d7993b114e07a66cd396.tar.bz2
nixpkgs-deddaa6c0df9a78a42b2d7993b114e07a66cd396.tar.lz
nixpkgs-deddaa6c0df9a78a42b2d7993b114e07a66cd396.tar.xz
nixpkgs-deddaa6c0df9a78a42b2d7993b114e07a66cd396.tar.zst
nixpkgs-deddaa6c0df9a78a42b2d7993b114e07a66cd396.zip
libavc1394: Add platforms and update license
Diffstat (limited to 'pkgs/development/libraries/libavc1394/default.nix')
-rw-r--r--pkgs/development/libraries/libavc1394/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libavc1394/default.nix b/pkgs/development/libraries/libavc1394/default.nix
index 73ca029a631..51f62b9bd5f 100644
--- a/pkgs/development/libraries/libavc1394/default.nix
+++ b/pkgs/development/libraries/libavc1394/default.nix
@@ -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;
   };
 }