mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 00:12:39 +03:00
Give up on aufs2 for now
svn path=/nixpkgs/trunk/; revision=17112
This commit is contained in:
parent
23ece2e968
commit
b1dd203499
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user