lol

pkgsCross.x86_64-unknown-redox: fix evaluation of stdenv

+1 -1
+1 -1
pkgs/development/libraries/relibc/default.nix
··· 73 73 description = "C Library in Rust for Redox and Linux"; 74 74 license = licenses.mit; 75 75 maintainers = [ maintainers.aaronjanse ]; 76 - platforms = platforms.redox; 76 + platforms = platforms.redox ++ [ "x86_64-linux" ]; 77 77 }; 78 78 }