aboutsummaryrefslogtreecommitdiff
path: root/devShells
diff options
context:
space:
mode:
Diffstat (limited to 'devShells')
-rw-r--r--devShells/apo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/devShells/apo.nix b/devShells/apo.nix
index 0178214..80b533c 100644
--- a/devShells/apo.nix
+++ b/devShells/apo.nix
@@ -14,7 +14,7 @@ in
glibc.static
riscvPkgs.buildPackages.gcc
pkgsCross.armv7l-hf-multiplatform.buildPackages.gcc
- pkgsCross.armv7l-hf-multiplatform.glibc.static
+ pkgsCross.armv7l-hf-multiplatform.buildPackages.gcc.libc.static
];
inputsFrom = [c];
meta.platforms = pkgs.lib.platforms.linux;