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 alue='c61e7ddd294a1e15df97b329112b92ecd9a9781a'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/sqlite.scm
AgeCommit message (Expand)Author
2022-07-20gnu: SQLite: Update to 3.39.1....* gnu/packages/sqlite.scm (sqlite-next): Update to 3.39.1. Marius Bakke
2021-12-13gnu: SQLite. Add 3.37....* gnu/packages/sqlite.scm (sqlite-next): New variable. Marius Bakke
2021-12-13gnu: SQLite: Remove 3.33....* gnu/packages/sqlite.scm (sqlite-3.33): Remove variable. Marius Bakke
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès