Allow package versions to be specified in vala-packages

Bug #1346171 reported by Robert Ancell
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Bake
Triaged
Medium
Unassigned

Bug Description

You currently have to set two variables to have a minimum version of a vala-package, i.e.

programs.foo {
    sources = foo.vala
    vala-packages = gtk+-3.0
    packages = gtk+-3.0 >= 3.12
}

It would be nicer to have something like:

programs.foo {
    sources = foo.vala
    vala-packages = gtk+-3.0 (version >= 3.12)
}

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.