* Add an platform assertion.

svn path=/nixpkgs/trunk/; revision=8039
This commit is contained in:
Eelco Dolstra 2007-02-25 09:48:07 +00:00
parent 399b9f4cb6
commit a2e7375459

View File

@ -4,6 +4,8 @@
, fastStart ? false
}:
assert stdenv.system == "i686-linux";
stdenv.mkDerivation {
name = "acrobat-reader-7.0.9";
builder = ./builder.sh;