mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
pixman: remove unused args
This commit is contained in:
parent
d4f2925a1c
commit
e90f44f94b
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user