xp-pen-g430: rename to pentablet-driver

This commit is contained in:
Ivar 2020-05-03 20:32:32 +02:00
parent 5d9e9258de
commit 780b171301
3 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ stdenv, fetchzip, autoPatchelfHook, libusb1, libX11, libXtst, qtbase, wrapQtAppsHook, libglvnd }:
stdenv.mkDerivation rec {
pname = "xp-pen-G430";
pname = "pentablet-driver";
version = "20190820";
src = fetchzip {
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "https://www.xp-pen.com/download-46.html";
description = "Driver for the XP-PEN G430 drawing tablet";
description = "Driver for XP-PEN Pentablet drawing tablets";
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ ivar ];

View file

@ -535,6 +535,7 @@ mapAliases ({
winswitch = throw "winswitch has been removed from nixpkgs."; # added 2019-12-10
wireguard = wireguard-tools; # added 2018-05-19
morituri = whipper; # added 2018-09-13
xp-pen-g430 = pentablet-driver; # added 2020-05-03
xfceUnstable = xfce4-14; # added 2019-09-17
xfce4-14 = xfce;
xfce4-12 = throw "xfce4-12 has been replaced by xfce4-14"; # added 2020-03-14

View file

@ -26346,7 +26346,7 @@ in
bcompare = libsForQt5.callPackage ../applications/version-management/bcompare {};
xp-pen-g430 = libsForQt5.callPackage ../misc/drivers/xp-pen-g430 {};
pentablet-driver = libsForQt5.callPackage ../misc/drivers/pentablet-driver { };
qmk_firmware = callPackage ../development/misc/qmk_firmware {
avrgcc = pkgsCross.avr.buildPackages.gcc;