add linuxwacom. Now, this is still without the driver for X (even though
I don't know how that has to be used in X) svn path=/nixpkgs/trunk/; revision=4640
This commit is contained in:
10
pkgs/misc/linuxwacom/default.nix
Normal file
10
pkgs/misc/linuxwacom/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{stdenv, fetchurl, libX11, libXi}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "linuxwacom-0.7.2";
|
||||
src = fetchurl {
|
||||
url = http://surfnet.dl.sourceforge.net/sourceforge/linuxwacom/linuxwacom-0.7.2.tar.bz2;
|
||||
md5 = "3f6290101d5712a24097243ca9f092ed";
|
||||
};
|
||||
buildInputs = [libX11 libXi];
|
||||
}
|
||||
Reference in New Issue
Block a user