Taken from https://bug1339931.bmoattachments.org/attachment.cgi?id=8837770. Add major version to pkg-config filename. Author: Rico Tzschichholz Forwarded: no Last-Update: 2015-05-04 Index: b/js/src/Makefile.in =================================================================== --- a/js/src/Makefile.in +++ b/js/src/Makefile.in @@ -214,10 +214,10 @@ $(JS_CONFIG_NAME): js-config cp $^ $@ -$(LIBRARY_NAME).pc: js.pc +$(JS_LIBRARY_NAME).pc: js.pc cp $^ $@ -install:: $(LIBRARY_NAME).pc +install:: $(JS_LIBRARY_NAME).pc $(SYSINSTALL) $^ $(DESTDIR)$(libdir)/pkgconfig install:: js-config.h ype='hidden' name='id' value='7c9016bbadee306d1d470a1b44fc2b640842281e'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/examples/bare-bones.tmpl
AgeCommit message (Expand)Author
2020-06-08system: bare-bones: Remove dependency to X libraries....Mathieu Othacehe
2019-03-25accounts: Add default value for the 'home-directory' field of <user-account>....Ludovic Courtès
2019-01-23gnu: Replace all cons* with beginner-friendly (append (list ...))....Pierre Neidhardt
2018-11-26services: openssh: Install OpenSSH in the system profile....Ludovic Courtès
2018-10-18services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès
2018-07-05doc: Improve UEFI/BIOS bootloader documentation....Ludovic Courtès
2018-05-28file-systems: Remove 'title' field and add <file-system-label>....Ludovic Courtès