Merge pull request #26013 from obsidiansystems/release-cross

release-cross: Be less absurd in `ensureUnaffected` tests
This commit is contained in:
John Ericson 2017-05-23 01:55:27 -04:00 committed by GitHub
commit b1d2f410c7

View file

@ -59,8 +59,8 @@ in
# there probably a good idea to try to be "more parametric" --- i.e. avoid
# any special casing.
crossSystem = {
config = "foosys";
libc = "foolibc";
config = "mips64el-apple-windows-gnu";
libc = "glibc";
};
# Converting to a string (drv path) before checking equality is probably a