22ab3fe1ab
svn path=/nixpkgs/branches/kde-4.7/; revision=27645
14 lines
285 B
Nix
14 lines
285 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";
|
|
};
|
|
};
|
|
}
|