I have a race condition between my commits and tests for the expressions I commit.


svn path=/nixpkgs/trunk/; revision=19095
This commit is contained in:
Lluís Batlle i Rossell 2009-12-24 15:02:31 +00:00
parent 1d70efa3c8
commit c82d342017
2 changed files with 2 additions and 2 deletions

View file

@ -26,5 +26,5 @@ stdenv.mkDerivation rec {
licesnse = "free";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
}
};
}

View file

@ -19,5 +19,5 @@ stdenv.mkDerivation rec {
licesnse = "free";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
}
};
}