3
0
Fork 0
forked from mirrors/nixpkgs

* Remove ... for now.

svn path=/nixpkgs/trunk/; revision=13143
This commit is contained in:
Eelco Dolstra 2008-10-29 09:42:11 +00:00
parent 3a1136f6ad
commit 964b969066

View file

@ -1,6 +1,6 @@
{stdenv, fetchurl, xorg, automake, autoconf, libtool, composedArgsAndFun, ...}:
{stdenv, fetchurl, xorg, automake, autoconf, libtool, composedArgsAndFun}:
{
xf86videoati = {src, suffix, ...}:
xf86videoati = {src, suffix}:
composedArgsAndFun stdenv.mkDerivation {
name = "xf86-video-ati-${suffix}";
buildInputs = xorg.xf86videoati.buildInputs ++