mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
22ab3fe1ab
svn path=/nixpkgs/branches/kde-4.7/; revision=27645
15 lines
229 B
Nix
15 lines
229 B
Nix
{ kde, cmake, kdelibs, automoc4, antlr }:
|
|
|
|
kde.package {
|
|
buildInputs = [ cmake kdelibs automoc4 antlr ];
|
|
|
|
|
|
meta = {
|
|
description = "Po<->xml tools";
|
|
kde = {
|
|
name = "poxml";
|
|
module = "kdesdk";
|
|
};
|
|
};
|
|
}
|