all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/1] Build polkit on core-updates
@ 2016-01-22  8:42 Leo Famulari
  2016-01-22  8:42 ` [PATCH 1/1] gnu: polkit: Fix detection of mozjs-17 Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2016-01-22  8:42 UTC (permalink / raw)
  To: guix-devel

lkit couldn't find mozjs and wouldn't build on core-updates. Maybe due
to the addition of mozjs-24, which I believe happened after the last
release.

I specified the dependency on mozjs-17. It seems that polkit does not
support mozjs-24:
http://lists.freedesktop.org/archives/polkit-devel/2015-July/000432.html

I also cribbed the configure-flags from mozjs-17's ".pc" file. I don't
know why pkg-config didn't work.

It's weird that all the paths in mozjs are like this:
mozjs-..pc
libmozjs-..so
js-.

Feel free to push

Leo Famulari (1):
  gnu: polkit: Fix detection of mozjs-17.

 gnu/packages/polkit.scm | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

-- 
2.7.0.rc3

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-22 16:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-22  8:42 [PATCH 0/1] Build polkit on core-updates Leo Famulari
2016-01-22  8:42 ` [PATCH 1/1] gnu: polkit: Fix detection of mozjs-17 Leo Famulari
2016-01-22 10:58   ` 宋文武
2016-01-22 16:19     ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.