https://bugzilla.redhat.com/show_bug.cgi?id=1441828
--- Comment #10 from [email protected] <[email protected]> --- nuvolaplayer compiles fine on F25 without this part in your patch: @@ -546,16 +550,6 @@ def dist(ctx): ctx.archive = archive from waflib.TaskGen import extension -@extension('.vapi') -def vapi_file(self, node): - try: - valatask = self.valatask - except AttributeError: - valatask = self.valatask = self.create_task('valac') - self.init_vala_task() - - valatask.inputs.append(node) - from waflib import TaskGen, Utils, Errors, Node, Task from nuvolamergejs import mergejs as merge_js -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected]
