about summary refs log tree commit diff
path: root/pkgs/kde/gear/kjumpingcube/default.nix
blob: 0141748b39dce018c1961cdb69109755d48f5ccb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  mkKdeDerivation,
  qtsvg,
  _7zz,
}:
mkKdeDerivation {
  pname = "kjumpingcube";

  extraNativeBuildInputs = [_7zz];
  extraBuildInputs = [qtsvg];

  meta.mainProgram = "kjumpingcube";
}