kde-x.y/utils is for kdeutils-x.y.z, not for apps from kde-apps.org
svn path=/nixpkgs/trunk/; revision=25932
This commit is contained in:
parent
4b603776af
commit
5e7c026c22
@ -1,20 +1,20 @@
|
||||
{ stdenv, fetchurl, automoc4, cmake, kdelibs, qt4 }:
|
||||
{ stdenv, fetchurl, automoc4, cmake, kdelibs }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "wacomtablet";
|
||||
version = "1.2.5";
|
||||
name = "wacomtablet-1.2.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://kde-apps.org/CONTENT/content-files/114856-${name}-${version}.tar.gz";
|
||||
url = "http://kde-apps.org/CONTENT/content-files/114856-${name}.tar.gz";
|
||||
sha256 = "11hfab6sqmhvd0m1grc9m9yfi0p7rk0bycj9wqgkgbc8cwgps6sf";
|
||||
};
|
||||
|
||||
buildInputs = [ automoc4 cmake kdelibs qt4 ];
|
||||
buildInputs = [ automoc4 cmake kdelibs ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "KDE Wacom graphic tablet configuration tool";
|
||||
license = "GPLv2";
|
||||
homepage = http://kde-apps.org/content/show.php/wacom+tablet?content=114856;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.goibhniu maintainers.urkud ];
|
||||
};
|
||||
}
|
@ -140,7 +140,6 @@ recurseIntoAttrs rec {
|
||||
printer_applet = callPackage ./utils/printer-applet.nix { };
|
||||
superkaramba = callPackage ./utils/superkaramba.nix { };
|
||||
sweeper = callPackage ./utils/sweeper.nix { };
|
||||
wacomtablet = callPackage ./utils/wacomtablet.nix { };
|
||||
};
|
||||
|
||||
kdewebdev = combinePkgs "kdewebdev" {
|
||||
|
@ -6193,6 +6193,8 @@ let
|
||||
|
||||
kbluetooth = newScope pkgs.kde4 ../tools/bluetooth/kbluetooth { };
|
||||
|
||||
kde_wacomtablet = newScope pkgs.kde4 ../applications/misc/kde-wacomtablet { };
|
||||
|
||||
kdenlive = newScope pkgs.kde4 ../applications/video/kdenlive { };
|
||||
|
||||
kdesvn = newScope pkgs.kde4 ../applications/version-management/kdesvn { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user