summary refs log tree commit diff
diff options
context:
space:
mode:
authorSpencer Whitt <sw@swhitt.me>2015-04-08 16:52:17 -0400
committerSpencer Whitt <sw@swhitt.me>2015-04-18 18:54:23 -0400
commit86f3a5756d324318858e57fa94d38f3d626cc2c9 (patch)
tree40120228282d9a4fc4a97dbf31d98ad0444793fc
parentc1bd505507ce2c5a56b9475b45994597654aa347 (diff)
downloadnixpkgs-86f3a5756d324318858e57fa94d38f3d626cc2c9.tar
nixpkgs-86f3a5756d324318858e57fa94d38f3d626cc2c9.tar.gz
nixpkgs-86f3a5756d324318858e57fa94d38f3d626cc2c9.tar.bz2
nixpkgs-86f3a5756d324318858e57fa94d38f3d626cc2c9.tar.lz
nixpkgs-86f3a5756d324318858e57fa94d38f3d626cc2c9.tar.xz
nixpkgs-86f3a5756d324318858e57fa94d38f3d626cc2c9.tar.zst
nixpkgs-86f3a5756d324318858e57fa94d38f3d626cc2c9.zip
libraw1394: Set platforms and update license
-rw-r--r--pkgs/development/libraries/libraw1394/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libraw1394/default.nix b/pkgs/development/libraries/libraw1394/default.nix
index 81cac5be709..e2a04b5b60a 100644
--- a/pkgs/development/libraries/libraw1394/default.nix
+++ b/pkgs/development/libraries/libraw1394/default.nix
@@ -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;
   };
 }