mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 06:28:50 +03:00
12 lines
164 B
Nix
12 lines
164 B
Nix
|
{ kde, kdelibs, qca2 }:
|
||
|
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs qca2 ];
|
||
|
|
||
|
# TODO: Look what does -DBUILD_mobile add
|
||
|
|
||
|
meta = {
|
||
|
description = "KDE byte editor";
|
||
|
};
|
||
|
}
|