nixUnstable: Use `postInstall' instead of a custom phase.
svn path=/nixpkgs/trunk/; revision=33514
This commit is contained in:
parent
7e5bd694ae
commit
3363c587a4
@ -38,13 +38,12 @@ stdenv.mkDerivation rec {
|
|||||||
stdenv.cross ? nix && stdenv.cross.nix ? system
|
stdenv.cross ? nix && stdenv.cross.nix ? system
|
||||||
) ''--with-system=${stdenv.cross.nix.system}'';
|
) ''--with-system=${stdenv.cross.nix.system}'';
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
postInstall = ":";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
installCheckPhase = "make installcheck";
|
postInstall = "make installcheck";
|
||||||
|
|
||||||
postPhases = [ "installCheckPhase" ];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "The Nix Deployment System";
|
description = "The Nix Deployment System";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user