* Only build aufs2 for kernels that have the requisite base/standalone

patch applied.

svn path=/nixpkgs/trunk/; revision=22037
This commit is contained in:
Eelco Dolstra
2010-05-28 09:29:39 +00:00
parent dbf8d72080
commit 6daa7866ca
2 changed files with 5 additions and 2 deletions
+3 -2
View File
@@ -143,6 +143,7 @@ in
# standalone package.
name = "aufs2";
patch = ./aufs2.patch;
};
features.aufsBase = true;
};
}