pixman: remove unused args

This commit is contained in:
Will Dietz 2018-11-23 18:21:03 -06:00
parent d4f2925a1c
commit e90f44f94b

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, autoconf, automake, libtool, autoreconfHook, pkgconfig, libpng, glib /*just passthru*/ }:
{ stdenv, fetchurl, fetchpatch, pkgconfig, libpng, glib /*just passthru*/ }:
stdenv.mkDerivation rec {
name = "pixman-${version}";