mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
* Doh.
svn path=/nixpkgs/trunk/; revision=9486
This commit is contained in:
parent
f154e79040
commit
fa274c6171
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ rec {
|
|||
let co = chooseOptionsByFlags { inherit args flagConfig optionals defaults collectExtraPhaseActions; }; in
|
||||
args.stdenv.mkDerivation (
|
||||
{
|
||||
inherit (co) configureFlags buildInputs /*flags*/;
|
||||
inherit (co) configureFlags buildInputs;
|
||||
} // extraAttrs co // co.pass // co.flags_prefixed ));
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue