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
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246

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;
});
}