mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 22:53:42 +00:00
11 lines
160 B
Nix
11 lines
160 B
Nix
|
{ kde, kdelibs, qimageblitz }:
|
||
|
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs qimageblitz ];
|
||
|
|
||
|
meta = {
|
||
|
description = "KDE paint program";
|
||
|
license = "GPLv2";
|
||
|
};
|
||
|
}
|