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
/
kdeedu
/
kgeography.nix
blob
bd8d27c8d6e20eb2d51ae931f53c60bf776f822d
1
{ kde, kdelibs }:
2
kde {
3
buildInputs = [ kdelibs ];
4
5
meta = {
6
description = "Geography Trainer";
7
};
8
}