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:
parent
4bae3eca94
commit
0c6fa511b9
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];
|
||||||
|
}
|
@ -2177,6 +2177,11 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
linuxwacom = (import ../misc/linuxwacom) {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
inherit (xlibs) libX11 libXi;
|
||||||
|
};
|
||||||
|
|
||||||
rssglx = (import ../misc/screensavers/rss-glx) {
|
rssglx = (import ../misc/screensavers/rss-glx) {
|
||||||
inherit fetchurl stdenv x11 mesa;
|
inherit fetchurl stdenv x11 mesa;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user