mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
8 lines
155 B
Nix
8 lines
155 B
Nix
{ kdeFramework, lib, ecm }:
|
|
|
|
kdeFramework {
|
|
name = "karchive";
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
|
nativeBuildInputs = [ ecm ];
|
|
}
|