v8_3_14: limit platforms to x86-linux

This commit is contained in:
WilliButz 2019-11-01 14:27:53 +01:00
parent 01e0ef28df
commit a1066785fa
No known key found for this signature in database
GPG Key ID: 92582A10F1179CB2

View File

@ -80,7 +80,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Google's open source JavaScript engine";
platforms = platforms.linux;
platforms = [ "x86_64-linux" "i686-linux" ];
license = licenses.bsd3;
};
}