repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Big kde-4.7.0 update
[NixPkgs.git]
/
pkgs
/
desktops
/
kde-4.7
/
kdesdk
/
poxml.nix
blob
1ab9ed49df566d630d6d905e2469385859906a4d
1
{ kde, kdelibs, antlr }:
2
3
kde {
4
buildInputs = [ kdelibs antlr ];
5
6
meta = {
7
description = "Po<->xml tools";
8
};
9
}