svn path=/nixpkgs/trunk/; revision=17083

This commit is contained in:
Eelco Dolstra 2009-09-13 10:54:47 +00:00
parent b6a5b7267e
commit a54fc7e7f7
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
, makeDesktopItem
}:
assert stdenv.isLinux;
assert stdenv.isLinux && stdenv.gcc.gcc != null;
stdenv.mkDerivation rec {
name = "opera-10.00";

View file

@ -1,6 +1,6 @@
args: with args;
assert stdenv.isLinux;
assert stdenv.system == "x86_64-linux";
/* usage: (sorry, its still impure but works!)