mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
xf86-input-multitouch: Add meta
svn path=/nixpkgs/trunk/; revision=28370
This commit is contained in:
parent
03b9664e25
commit
4dc1006b75
@ -38,4 +38,15 @@ stdenv.mkDerivation {
|
||||
ensureDir $out/include/xorg
|
||||
echo -n "$confFile" > $out/include/xorg/10-multitouch.conf
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = http://bitmath.org/code/multitouch/;
|
||||
|
||||
description = "Brings multitouch gestures to the Linux desktop";
|
||||
|
||||
license = "gplv2";
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user