From f154e790408a8e0769926db4375db35b70861b75 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 19 Oct 2007 14:19:39 +0000 Subject: [PATCH] svn path=/nixpkgs/trunk/; revision=9485 --- pkgs/top-level/all-packages.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index b047fc31839..b162ebf9e3a 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -190,7 +190,7 @@ rec { }; # commented out because it's using the new configuration style proposal which is unstable - + /* mkDerivationByConfiguration = ({ flagConfig ? {}, optionals ? [], defaults ? [], extraAttrs, collectExtraPhaseActions ? []} : args: with args.lib_unstable; with args; @@ -201,6 +201,7 @@ rec { { inherit (co) configureFlags buildInputs /*flags*/; } // extraAttrs co // co.pass // co.flags_prefixed )); + */ # Check absence of non-used options