nixpkgs/pkgs/desktops/kde-4.5/utils/kfloppy.nix
Yury G. Kudryashov 340b02c7c9 kde-4.5.2
svn path=/nixpkgs/trunk/; revision=24332
2010-10-17 18:44:39 +00:00

15 lines
310 B
Nix

{ 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.2";
};
};
}