OMVF: Only need some of the sources, and symlinks instead of copies are fine

svn path=/nixpkgs/trunk/; revision=33090
This commit is contained in:
Shea Levy
2012-03-14 22:43:07 +00:00
parent 003b24ac45
commit 6c99fad938
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ edk2 = stdenv.mkDerivation {
build
";
installPhase = "mv -v Build $out";
installPhase = "mv -v Build/*/* $out";
} // (removeAttrs attrs [ "buildInputs" ] );
};
};