about summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.5/utils/kfloppy.nix
blob: cabc445b9bd76457a76f101f4946feebecb45a3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ kde, cmake, kdelibs, qt4, perl, automoc4 }:

kde.package {
  buildInputs = [ cmake qt4 perl kdelibs automoc4 ];

  meta = {
    description = "Helps you format floppies with the filesystem of your choice";
    kde = {
      name = "kfloppy";
      module = "kdeutils";
      version = "4.5.1";
    };
  };
}