linux bootstrap for musl: kludgery

This commit is contained in:
Will Dietz
2018-02-13 09:44:39 -06:00
parent e4d5928ba3
commit 3ee5094934
2 changed files with 7 additions and 3 deletions
@@ -14,5 +14,5 @@ derivation {
# Needed by the GCC wrapper.
langC = true;
langCC = true;
isGNU = false;
isGNU = true;
}