set meta.platforms to get rid of hydra evaluation errors (assertions)
svn path=/nixpkgs/trunk/; revision=20300
This commit is contained in:
parent
0fd4468570
commit
9308f0465f
@ -100,4 +100,5 @@ stdenv.mkDerivation rec {
|
||||
[ $(./main) == "yes" ]
|
||||
'';
|
||||
|
||||
meta.platforms = [ "i686-darwin" "x86_64-linux" "i686-linux"] ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user