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