3
0
Fork 0
forked from mirrors/nixpkgs

* Renamed "aufs2-utils" to the upstream name ("aufs-util").

svn path=/nixpkgs/trunk/; revision=22040
This commit is contained in:
Eelco Dolstra 2010-05-28 09:38:44 +00:00
parent 514caa90d3
commit 629849c449
2 changed files with 1 additions and 1 deletions

View file

@ -6392,7 +6392,7 @@ let
inherit fetchurl stdenv kernel perl;
};
aufs2Utils = import ../os-specific/linux/aufs2-utils {
aufs2_util = import ../os-specific/linux/aufs2-util {
inherit fetchurl stdenv kernel aufs2;
};