summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.6/sdk/umbrello.nix
blob: d465e97012bde00739f56e456dceb2856776280b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ kde, cmake, kdelibs, automoc4, libxml2, libxslt, boost }:

kde.package {
  buildInputs = [ cmake kdelibs automoc4 libxml2 libxslt boost ];


  meta = {
    description = "Umbrello UML modeller";
    kde = {
      name = "umbrello";
      module = "kdesdk";
      version = "2.5.2"; # release - 200
      release = "4.5.90";
    };
  };
}