1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-22 20:10:32 -04:00
nixpkgs/pkgs/desktops/kde-4.5/sdk/poxml.nix

15 lines
229 B
Nix
Raw Normal View History

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