mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
11 lines
173 B
Nix
11 lines
173 B
Nix
{ kdeFramework, lib
|
|
, ecm
|
|
, kdoctools
|
|
}:
|
|
|
|
kdeFramework {
|
|
name = "kjs";
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
|
nativeBuildInputs = [ ecm kdoctools ];
|
|
}
|