turtle_1_3_0: fix build

This commit is contained in:
Domen Kožar
2017-01-09 18:19:25 +01:00
parent d423567a95
commit 464c79ea9f

View File

@@ -1142,4 +1142,8 @@ self: super: {
# https://github.com/krisajenkins/elm-export/pull/22
elm-export = doJailbreak super.elm-export;
turtle_1_3_0 = super.turtle_1_3_0.overrideScope (self: super: {
optparse-applicative = self.optparse-applicative_0_13_0_0;
});
}