* Doh. Never rename a variable *after* testing.

svn path=/nixos/trunk/; revision=30160
This commit is contained in:
Eelco Dolstra 2011-11-01 02:53:37 +00:00
parent b024940384
commit 07694cab46

View file

@ -157,7 +157,7 @@ in
pkgs.strigi # used by nepomuk
]
)
++ [ nepmukConfig ]
++ [ nepomukConfig ]
++ config.environment.kdePackages;
environment.pathsToLink = [ "/share" ];