svn path=/nixpkgs/trunk/; revision=17083
This commit is contained in:
parent
b6a5b7267e
commit
a54fc7e7f7
@ -2,7 +2,7 @@
|
|||||||
, makeDesktopItem
|
, makeDesktopItem
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert stdenv.isLinux;
|
assert stdenv.isLinux && stdenv.gcc.gcc != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "opera-10.00";
|
name = "opera-10.00";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
args: with args;
|
args: with args;
|
||||||
|
|
||||||
assert stdenv.isLinux;
|
assert stdenv.system == "x86_64-linux";
|
||||||
|
|
||||||
/* usage: (sorry, its still impure but works!)
|
/* usage: (sorry, its still impure but works!)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user