xf86-input-wacom-0.16.0
This commit is contained in:
parent
ce5d5568a4
commit
40078e2f90
|
@ -1,16 +1,16 @@
|
||||||
{ stdenv, fetchurl
|
{ stdenv, fetchurl
|
||||||
, file, inputproto, libX11, libXext, libXi, libXrandr, libXrender
|
, file, inputproto, libX11, libXext, libXi, libXrandr, libXrender, libXinerama
|
||||||
, ncurses, pkgconfig, randrproto, xorgserver, xproto, udev }:
|
, ncurses, pkgconfig, randrproto, xorgserver, xproto, udev }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xf86-input-wacom-0.11.1";
|
name = "xf86-input-wacom-0.16.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/linuxwacom/${name}.tar.bz2";
|
url = "mirror://sourceforge/linuxwacom/${name}.tar.bz2";
|
||||||
sha256 = "1jmnrkf89a3jjbpn17gyndlv9lqc0n7qwyi22hraxypq213gjclx";
|
sha256 = "0sc0hmbs3l3ad68iwglbwjv9lg1vd333n1lv72j4nqmk7g57yrii";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ inputproto libX11 libXext libXi libXrandr libXrender
|
buildInputs = [ inputproto libX11 libXext libXi libXrandr libXrender libXinerama
|
||||||
ncurses pkgconfig randrproto xorgserver xproto udev ];
|
ncurses pkgconfig randrproto xorgserver xproto udev ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Reference in New Issue