* Add an platform assertion.
svn path=/nixpkgs/trunk/; revision=8039
This commit is contained in:
parent
399b9f4cb6
commit
a2e7375459
@ -4,6 +4,8 @@
|
||||
, fastStart ? false
|
||||
}:
|
||||
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "acrobat-reader-7.0.9";
|
||||
builder = ./builder.sh;
|
||||
|
Loading…
Reference in New Issue
Block a user