forked from mirrors/nixpkgs
* Remove ... for now.
svn path=/nixpkgs/trunk/; revision=13143
This commit is contained in:
parent
3a1136f6ad
commit
964b969066
|
@ -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 ++
|
||||
|
|
Loading…
Reference in a new issue