File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -801,7 +801,8 @@ final: prev: {
801
801
} // builtins . mapAttrs ( _ctype : cs : builtins . mapAttrs ( _cname : c : mapOptions c ) cs ) ( builtins . removeAttrs components [ "library" "setup" ] ) ) ;
802
802
} // builtins . mapAttrs ( n : _ :
803
803
final . lib . mkIf ( config . packages ? ${ p . pkg-name } ) ( final . lib . mkOverride ( if n == "src" then ( if config . packages . ${ p . pkg-name } . src != null then 90 else 10000 ) else 995 ) config . packages . ${ p . pkg-name } . ${ n } ) )
804
- ( ( import ../modules/package-options.nix { inherit haskellLib ; inherit ( final ) lib ; } ) . options // { src = { } ; } ) ;
804
+ ( ( import ../modules/package-options.nix { inherit haskellLib ; inherit ( final ) lib ; } ) . options //
805
+ ( import ../modules/component-options.nix { inherit haskellLib ; inherit ( final ) lib ; } ) . options // { src = { } ; } ) ;
805
806
} ) ( final . lib . filter ( p : to-key p != p . pkg-name ) plan-json . install-plan ) ) ;
806
807
} )
807
808
( { lib , ...} : {
You can’t perform that action at this time.
0 commit comments