Skip to content
Snippets Groups Projects
Commit b40f89db authored by toon noot's avatar toon noot
Browse files

Add glibc_multi to build input, multiStdenv is not needed anymore

parent a44a3bad
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,11 @@ ...@@ -3,10 +3,11 @@
with pkgs; with pkgs;
with import ./default.nix; with import ./default.nix;
multiStdenv.mkDerivation { stdenv.mkDerivation {
name = "env"; name = "env";
buildInputs = [ buildInputs = [
gdb gdb
glibc_multi
rust rust
pkgsCross.arm-embedded.stdenv.cc pkgsCross.arm-embedded.stdenv.cc
openocd openocd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment