Give up on aufs2 for now

svn path=/nixpkgs/trunk/; revision=17112
This commit is contained in:
Michael Raskin 2009-09-14 14:23:22 +00:00
parent 23ece2e968
commit b1dd203499

View File

@ -5345,6 +5345,10 @@ let
inherit fetchurl stdenv kernel;
};
# Currently it is broken
# Build requires exporting some symbols from kernel
# Go to package homepage to learn about the needed
# patch. Feel free to take over the package.
aufs2 = import ../os-specific/linux/aufs2 {
inherit fetchgit stdenv kernel perl;
};