nixpkgs/pkgs/desktops/kde-4.7/sdk/poxml.nix

14 lines
267 B
Nix
Raw Normal View History

{ kde, cmake, kdelibs, qt4, automoc4, phonon, strigi, antlr }:
kde.package {
buildInputs = [ cmake kdelibs qt4 automoc4 phonon strigi antlr ];
meta = {
description = "Po<->xml tools";
kde = {
name = "poxml";
module = "kdesdk";
};
};
}