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

This commit is contained in:
Eelco Dolstra 2008-02-26 15:33:23 +00:00
parent 65dcf5ffa4
commit 72e947949d

View File

@ -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";