![K900](/assets/img/avatar_default.png)
- kio-extras-kf5 moved to misc because of release schedule weirdness - calindori ported to KF6, reenabled - some build fixes all over - add 7zip to a bunch of games for SVG compression
12 lines
144 B
Nix
12 lines
144 B
Nix
{
|
|
mkKdeDerivation,
|
|
_7zz,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "klickety";
|
|
|
|
extraNativeBuildInputs = [_7zz];
|
|
|
|
meta.mainProgram = "klickety";
|
|
}
|