Add platforms to xf86-input-wacom
svn path=/nixpkgs/trunk/; revision=21614
This commit is contained in:
parent
e58d461623
commit
b03f3bd8a1
@ -25,9 +25,10 @@ stdenv.mkDerivation rec {
|
|||||||
cp ${./10-wacom.rules} $out/etc/udev/rules.d/10-wacom.rules
|
cp ${./10-wacom.rules} $out/etc/udev/rules.d/10-wacom.rules
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
maintainers = with stdenv.lib.maintainers; [urkud];
|
maintainers = [ maintainers.urkud ];
|
||||||
description = "Wacom digitizer driver for X11";
|
description = "Wacom digitizer driver for X11";
|
||||||
homepage = http://linuxwacom.sourceforge.net;
|
homepage = http://linuxwacom.sourceforge.net;
|
||||||
|
platforms = platforms.linux; # Probably, works with other unices as well
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user