forked from mirrors/nixpkgs
svn path=/nixpkgs/trunk/; revision=10864
This commit is contained in:
parent
65dcf5ffa4
commit
72e947949d
|
@ -1,5 +1,5 @@
|
|||
{ swingSupport ? true
|
||||
, stdenv, fetchurl, unzip, libX11 ? null, libXext ? null
|
||||
, stdenv, fetchurl, unzip, makeWrapper, libX11 ? null, libXext ? null
|
||||
}:
|
||||
|
||||
assert stdenv.system == "powerpc-linux";
|
||||
|
|
Loading…
Reference in a new issue