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:
@@ -64,7 +64,7 @@ edk2 = stdenv.mkDerivation {
|
||||
build
|
||||
";
|
||||
|
||||
installPhase = "mv -v Build $out";
|
||||
installPhase = "mv -v Build/*/* $out";
|
||||
} // (removeAttrs attrs [ "buildInputs" ] );
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user