File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1764,6 +1764,7 @@ mapAliases ({
17641764 zyn-fusion = zynaddsubfx ; # Added 2022-08-05
17651765
17661766 inherit ( stdenv . hostPlatform ) system ; # Added 2021-10-22
1767+ inherit ( stdenv ) buildPlatform hostPlatform targetPlatform ; # Added 2023-01-09
17671768
17681769 # LLVM packages for (integration) testing that should not be used inside Nixpkgs:
17691770 llvmPackages_git = recurseIntoAttrs ( callPackage ../development/compilers/llvm/git {
Original file line number Diff line number Diff line change 138138 inherit stdenv ;
139139 } ;
140140
141- # The old identifiers for cross-compiling. These should eventually be removed,
142- # and the packages that rely on them refactored accordingly.
143- platformCompat = self : super : let
144- inherit ( super . stdenv ) buildPlatform hostPlatform targetPlatform ;
145- in {
146- inherit buildPlatform hostPlatform targetPlatform ;
147- } ;
148-
149141 splice = self : super : import ./splice.nix lib self ( adjacentPackages != null ) ;
150142
151143 allPackages = self : super :
282274 # previous bootstrapping phases which have already been overlayed.
283275 toFix = lib . foldl' ( lib . flip lib . extends ) ( self : { } ) ( [
284276 stdenvBootstappingAndPlatforms
285- platformCompat
286277 stdenvAdapters
287278 trivialBuilders
288279 splice
You can’t perform that action at this time.
0 commit comments