File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -790,7 +790,7 @@ final: prev: {
790
790
library = mapOptions components . library ;
791
791
} // final . lib . optionalAttrs ( components . setup or null != null ) {
792
792
setup = mapOptions components . setup ;
793
- } // builtins . mapAttrs ( ctype : cs : builtins . mapAttrs ( cname : c : mapOptions c ) cs ) ( builtins . removeAttrs components [ "library" "setup" ] ) ) ;
793
+ } // builtins . mapAttrs ( _ctype : cs : builtins . mapAttrs ( _cname : c : mapOptions c ) cs ) ( builtins . removeAttrs components [ "library" "setup" ] ) ) ;
794
794
} // builtins . mapAttrs ( n : _ :
795
795
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 } ) )
796
796
( ( import ../modules/package-options.nix { inherit haskellLib ; inherit ( final ) lib ; } ) . options // { src = { } ; } ) ;
You can’t perform that action at this time.
0 commit comments