Merge pull request #236203 from SharzyL/llvm_no_extend

authored by

Artturi and committed by
GitHub
de42a231 efd23a1c

+26 -13
+2 -1
pkgs/development/compilers/llvm/10/default.nix
··· 279 279 inherit llvm_meta targetLlvm; 280 280 }; 281 281 }); 282 + noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; 282 283 283 - in { inherit tools libraries release_version; } // libraries // tools 284 + in { inherit tools libraries release_version; } // (noExtend libraries) // (noExtend tools)
+2 -1
pkgs/development/compilers/llvm/11/default.nix
··· 294 294 inherit llvm_meta targetLlvm; 295 295 }; 296 296 }); 297 + noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; 297 298 298 - in { inherit tools libraries release_version; } // libraries // tools 299 + in { inherit tools libraries release_version; } // (noExtend libraries) // (noExtend tools)
+2 -1
pkgs/development/compilers/llvm/12/default.nix
··· 294 294 inherit llvm_meta targetLlvm; 295 295 }; 296 296 }); 297 + noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; 297 298 298 - in { inherit tools libraries release_version; } // libraries // tools 299 + in { inherit tools libraries release_version; } // (noExtend libraries) // (noExtend tools)
+2 -1
pkgs/development/compilers/llvm/13/default.nix
··· 316 316 inherit llvm_meta targetLlvm; 317 317 }; 318 318 }); 319 + noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; 319 320 320 - in { inherit tools libraries release_version; } // libraries // tools 321 + in { inherit tools libraries release_version; } // (noExtend libraries) // (noExtend tools)
+2 -1
pkgs/development/compilers/llvm/14/default.nix
··· 314 314 inherit llvm_meta targetLlvm; 315 315 }; 316 316 }); 317 + noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; 317 318 318 - in { inherit tools libraries release_version; } // libraries // tools 319 + in { inherit tools libraries release_version; } // (noExtend libraries) // (noExtend tools)
+2 -1
pkgs/development/compilers/llvm/15/default.nix
··· 387 387 inherit llvm_meta targetLlvm; 388 388 }; 389 389 }); 390 + noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; 390 391 391 - in { inherit tools libraries release_version; } // libraries // tools 392 + in { inherit tools libraries release_version; } // (noExtend libraries) // (noExtend tools)
+2 -1
pkgs/development/compilers/llvm/16/default.nix
··· 400 400 inherit llvm_meta targetLlvm; 401 401 }; 402 402 }); 403 + noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; 403 404 404 - in { inherit tools libraries release_version; } // libraries // tools 405 + in { inherit tools libraries release_version; } // (noExtend libraries) // (noExtend tools)
+2 -1
pkgs/development/compilers/llvm/5/default.nix
··· 135 135 inherit llvm_meta targetLlvm; 136 136 }; 137 137 }); 138 + noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; 138 139 139 - in { inherit tools libraries release_version; } // libraries // tools 140 + in { inherit tools libraries release_version; } // (noExtend libraries) // (noExtend tools)
+2 -1
pkgs/development/compilers/llvm/6/default.nix
··· 136 136 inherit llvm_meta targetLlvm; 137 137 }; 138 138 }); 139 + noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; 139 140 140 - in { inherit tools libraries release_version; } // libraries // tools 141 + in { inherit tools libraries release_version; } // (noExtend libraries) // (noExtend tools)
+2 -1
pkgs/development/compilers/llvm/7/default.nix
··· 283 283 inherit llvm_meta targetLlvm; 284 284 }; 285 285 }); 286 + noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; 286 287 287 - in { inherit tools libraries release_version; } // libraries // tools 288 + in { inherit tools libraries release_version; } // (noExtend libraries) // (noExtend tools)
+2 -1
pkgs/development/compilers/llvm/8/default.nix
··· 282 282 inherit llvm_meta targetLlvm; 283 283 }; 284 284 }); 285 + noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; 285 286 286 - in { inherit tools libraries release_version; } // libraries // tools 287 + in { inherit tools libraries release_version; } // (noExtend libraries) // (noExtend tools)
+2 -1
pkgs/development/compilers/llvm/9/default.nix
··· 282 282 inherit llvm_meta targetLlvm; 283 283 }; 284 284 }); 285 + noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; 285 286 286 - in { inherit tools libraries release_version; } // libraries // tools 287 + in { inherit tools libraries release_version; } // (noExtend libraries) // (noExtend tools)
+2 -1
pkgs/development/compilers/llvm/git/default.nix
··· 362 362 inherit llvm_meta targetLlvm; 363 363 }; 364 364 }); 365 + noExtend = extensible: lib.attrsets.removeAttrs extensible [ "extend" ]; 365 366 366 - in { inherit tools libraries release_version; } // libraries // tools 367 + in { inherit tools libraries release_version; } // (noExtend libraries) // (noExtend tools)