···11# TODO tidy up eg The patchelf code is patching gvim even if you don't build it..
22# but I have gvim with python support now :) - Marc
33-args@{pkgs, source ? "default", ...}: with args;
33+args@{pkgs, source ? "default", fetchurl, fetchhg, stdenv, ncurses, pkgconfig, gettext
44+, composableDerivation, lib, config, glib, gtk, python, perl, tcl, ruby
55+, libX11, libXext, libSM, libXpm, libXt, libXaw, libXau, libXmu
66+, libICE, ... }: with args;
475869let inherit (args.composableDerivation) composableDerivation edf;
···11/* moving all git tools into one attribute set because git is unlikely to be
22 * referenced by other packages and you can get a fast overview.
33*/
44-args: with args; with pkgs;
44+args @ {pkgs}: with args; with pkgs;
55let
66 inherit (pkgs) stdenv fetchgit fetchurl subversion;
77