mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
svn path=/nixpkgs/trunk/; revision=9485
This commit is contained in:
parent
17dccfe4f4
commit
f154e79040
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue