summary refs log tree commit diff
path: root/pkgs/os-specific/linux/xf86-input-wacom
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2010-05-05 18:23:08 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2010-05-05 18:23:08 +0000
commitb03f3bd8a1d15af8309e6bb9650be748199ab20d (patch)
treee8b01553e98dae829073c8554a75b1cff61598c0 /pkgs/os-specific/linux/xf86-input-wacom
parente58d4616237ce9dbf8702eabf01cf15eeca11869 (diff)
downloadnixpkgs-b03f3bd8a1d15af8309e6bb9650be748199ab20d.tar
nixpkgs-b03f3bd8a1d15af8309e6bb9650be748199ab20d.tar.gz
nixpkgs-b03f3bd8a1d15af8309e6bb9650be748199ab20d.tar.bz2
nixpkgs-b03f3bd8a1d15af8309e6bb9650be748199ab20d.tar.lz
nixpkgs-b03f3bd8a1d15af8309e6bb9650be748199ab20d.tar.xz
nixpkgs-b03f3bd8a1d15af8309e6bb9650be748199ab20d.tar.zst
nixpkgs-b03f3bd8a1d15af8309e6bb9650be748199ab20d.zip
Add platforms to xf86-input-wacom
svn path=/nixpkgs/trunk/; revision=21614
Diffstat (limited to 'pkgs/os-specific/linux/xf86-input-wacom')
-rw-r--r--pkgs/os-specific/linux/xf86-input-wacom/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/xf86-input-wacom/default.nix b/pkgs/os-specific/linux/xf86-input-wacom/default.nix
index b1468a18990..05993ad7b48 100644
--- a/pkgs/os-specific/linux/xf86-input-wacom/default.nix
+++ b/pkgs/os-specific/linux/xf86-input-wacom/default.nix
@@ -25,9 +25,10 @@ stdenv.mkDerivation rec {
       cp ${./10-wacom.rules} $out/etc/udev/rules.d/10-wacom.rules
     '';
 
-  meta = {
-    maintainers = with stdenv.lib.maintainers; [urkud];
+  meta = with stdenv.lib; {
+    maintainers = [ maintainers.urkud ];
     description = "Wacom digitizer driver for X11";
     homepage = http://linuxwacom.sourceforge.net;
+    platforms = platforms.linux; # Probably, works with other unices as well
   };
 }