mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 12:34:00 +00:00
8abd44f249
* Remove a lot of code duplication. * Package almost all (except for smoke-based bindings). svn path=/nixpkgs/trunk/; revision=28597
11 lines
160 B
Nix
11 lines
160 B
Nix
{ kde, kdelibs, qimageblitz }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs qimageblitz ];
|
|
|
|
meta = {
|
|
description = "KDE paint program";
|
|
license = "GPLv2";
|
|
};
|
|
}
|