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