gnome3: use package names for environment.gnome3.excludePackages

This commit is contained in:
Luca Bruno
2014-04-11 00:28:15 +02:00
parent 4c8b9fc957
commit 9d5a06cfe7
2 changed files with 11 additions and 3 deletions

View File

@@ -227,6 +227,4 @@ in rec {
crossLists = f: foldl (fs: args: concatMap (f: map f args) fs) [f];
# List difference, xs - ys. Removes elements of ys from xs.
difference = xs: ys: filter (y: !(builtins.elem y ys)) xs;
}