Re: [PATCH 2/4] gnu: Rename 'glib' label to 'glib:bin' where appropriate.

2016-07-22 Thread David Craven
So I resubmitted the check-native-inputs patch and dropped the other three based on the discussions.

Re: [PATCH 2/4] gnu: Rename 'glib' label to 'glib:bin' where appropriate.

2016-07-22 Thread David Craven
The reason I renamed them was to be able to check for :bin in the label. I already dropped this patch from my fork, since we decided to take a different approach. I'll update the other patch, still working on it... (Need to read up on how pattern matching works in scheme etc.)

Re: [PATCH 2/4] gnu: Rename 'glib' label to 'glib:bin' where appropriate.

2016-07-22 Thread Ludovic Courtès
David Craven skribis: > (native-inputs > `(("intltool" ,intltool) > - ("glib" ,glib "bin") > + ("glib:bin" ,glib "bin") > ("pkg-config" ,pkg-config))) This patch triggers a lot of rebuild. While I agree that consistency is good, and that we should rather use the “

[PATCH 2/4] gnu: Rename 'glib' label to 'glib:bin' where appropriate.

2016-07-19 Thread David Craven
* gnu/packages/avahi.scm * gnu/packages/cups.scm * gnu/packages/geeqie.scm * gnu/packages/gimp.scm * gnu/packages/glib.scm * gnu/packages/gnome.scm * gnu/packages/gnucash.scm * gnu/packages/gstreamer.scm * gnu/packages/gtk.scm * gnu/packages/ibus.scm * gnu/packages/mail.scm * gnu/packages/pdf.scm *