mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
11 lines
157 B
Nix
11 lines
157 B
Nix
{ kde, kdelibs, libkipi }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs libkipi ];
|
|
|
|
meta = {
|
|
description = "KDE screenshot utility";
|
|
license = "GPLv2";
|
|
};
|
|
}
|