Ordering of programs.*.packages can generate invalid compile flags

Bug #1245738 reported by Robert Ancell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bake
Fix Released
High
Unassigned

Bug Description

Ordering of programs.*.packages can generate invalid compile flags

programs.gsettings-editor {
  sources = gsettings-editor.vala
  packages = gio-2.0 gtk+-3.0
}

works but:

programs.gsettings-editor {
  sources = gsettings-editor.vala
  packages = gtk+-3.0 gio-2.0
}

seems to omit the gio flags.

Related branches

Changed in bake:
status: Triaged → Fix Committed
Changed in bake:
milestone: none → 0.1.40
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.