summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc/9/default.nix
diff options
context:
space:
mode:
authorBoey Maun Suang <account-at-github@boeyms.info>2023-01-06 16:24:50 +1100
committerBoey Maun Suang <account-at-github@boeyms.info>2023-01-07 18:32:12 +1100
commit3d64e7edbb8c541d03f1f8c86bc7e19f6298aa23 (patch)
treeaca587fb60a9b1024664f2cf726392d8df87a2ea /pkgs/development/compilers/gcc/9/default.nix
parentc1308ac58cb1bccf29e6729b6b0da0254710bf70 (diff)
downloadnixpkgs-3d64e7edbb8c541d03f1f8c86bc7e19f6298aa23.tar
nixpkgs-3d64e7edbb8c541d03f1f8c86bc7e19f6298aa23.tar.gz
nixpkgs-3d64e7edbb8c541d03f1f8c86bc7e19f6298aa23.tar.bz2
nixpkgs-3d64e7edbb8c541d03f1f8c86bc7e19f6298aa23.tar.lz
nixpkgs-3d64e7edbb8c541d03f1f8c86bc7e19f6298aa23.tar.xz
nixpkgs-3d64e7edbb8c541d03f1f8c86bc7e19f6298aa23.tar.zst
nixpkgs-3d64e7edbb8c541d03f1f8c86bc7e19f6298aa23.zip
gnat12: Add support for x86_64-darwin
Diffstat (limited to 'pkgs/development/compilers/gcc/9/default.nix')
-rw-r--r--pkgs/development/compilers/gcc/9/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gcc/9/default.nix b/pkgs/development/compilers/gcc/9/default.nix
index 4c49cdaa3e2..7cdde48667f 100644
--- a/pkgs/development/compilers/gcc/9/default.nix
+++ b/pkgs/development/compilers/gcc/9/default.nix
@@ -186,7 +186,7 @@ stdenv.mkDerivation ({
 
   preConfigure = import ../common/pre-configure.nix {
     inherit lib;
-    inherit version targetPlatform hostPlatform gnatboot langAda langGo langJit crossStageStatic enableMultilib;
+    inherit version targetPlatform hostPlatform buildPlatform gnatboot langAda langGo langJit crossStageStatic enableMultilib;
   };
 
   dontDisableStatic = true;