mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
10 lines
163 B
Nix
10 lines
163 B
Nix
|
{ kde, kdelibs, libxml2, libxslt, boost }:
|
||
|
|
||
|
kde {
|
||
|
buildInputs = [ kdelibs libxml2 libxslt boost ];
|
||
|
|
||
|
meta = {
|
||
|
description = "Umbrello UML modeller";
|
||
|
};
|
||
|
}
|