11 lines
125 B
Nix
11 lines
125 B
Nix
|
{
|
||
|
mkKdeDerivation,
|
||
|
qtscxml,
|
||
|
qtsvg,
|
||
|
}:
|
||
|
mkKdeDerivation {
|
||
|
pname = "konquest";
|
||
|
|
||
|
extraBuildInputs = [qtscxml qtsvg];
|
||
|
}
|