about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.8/kde-base-artwork.nix
blob: 3a582c354892cfc59829a6b2c9fe9e9dec061965 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ kde, cmake }:

kde {
  buildNativeInputs = [ cmake ];

  patches = [ ./files/kde-base-artwork-nokde.patch ];

  cmakeFlags = "-DDATA_INSTALL_DIR=share";

  outputHashAlgo = "sha256";
  outputHashMode = "recursive";
  outputHash = "2ab8942ba6813c21859077faa2c9fea88ec9a2d7af73bb5911cc4edbe1a04a04";

  meta = {
    description = "KDE KSplashx themes";
  };
}