summary refs log tree commit diff
path: root/pkgs/development/libraries/freetype/default.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2010-07-08 19:22:50 +0000
committerMichael Raskin <7c6f434c@mail.ru>2010-07-08 19:22:50 +0000
commit7c5e566c5c6025449f7ecff03acf73f5fa9ab516 (patch)
treeb6fa317e22d9c7c5f6bc2cc9afae366453ad5413 /pkgs/development/libraries/freetype/default.nix
parent874b61918076f47a0e9a2400af868019a0d6ccea (diff)
downloadnixpkgs-7c5e566c5c6025449f7ecff03acf73f5fa9ab516.tar
nixpkgs-7c5e566c5c6025449f7ecff03acf73f5fa9ab516.tar.gz
nixpkgs-7c5e566c5c6025449f7ecff03acf73f5fa9ab516.tar.bz2
nixpkgs-7c5e566c5c6025449f7ecff03acf73f5fa9ab516.tar.lz
nixpkgs-7c5e566c5c6025449f7ecff03acf73f5fa9ab516.tar.xz
nixpkgs-7c5e566c5c6025449f7ecff03acf73f5fa9ab516.tar.zst
nixpkgs-7c5e566c5c6025449f7ecff03acf73f5fa9ab516.zip
Cleaned up the unspecified-extra-argument calls where there is no way to access extra arguments. Tarball and full instantiation checks passed.
svn path=/nixpkgs/trunk/; revision=22539
Diffstat (limited to 'pkgs/development/libraries/freetype/default.nix')
-rw-r--r--pkgs/development/libraries/freetype/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/freetype/default.nix b/pkgs/development/libraries/freetype/default.nix
index d88fa1d0ae3..d3814bdb972 100644
--- a/pkgs/development/libraries/freetype/default.nix
+++ b/pkgs/development/libraries/freetype/default.nix
@@ -5,7 +5,6 @@
   # option allows them to be enabled.  See
   # http://www.freetype.org/patents.html.
   useEncumberedCode ? false
-  , ...
 }:
 
 stdenv.mkDerivation (rec {