Add glibc_multi to build input, multiStdenv is not needed anymore
This enables me to build the example and rkanoid in nix-shell. I'm a bit confused, this should do the same thing:
multiStdenv.mkDerivation {
buildInputs = [
glibc
...
]
...
};
But this doesn't work for me.
Edited by toon noot