all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: 34044@debbugs.gnu.org
Subject: [bug#34044] Packaging Jami (ex GNU Ring)
Date: Thu, 14 Mar 2019 15:45:47 +0100	[thread overview]
Message-ID: <87va0lseec.fsf@ambrevar.xyz> (raw)
In-Reply-To: <877ed1uadt.fsf@ambrevar.xyz>

[-- Attachment #1: Type: text/plain, Size: 1126 bytes --]

Actually libwebp is not in the list.

I tried rewriting the inputs to no avail.

--8<---------------cut here---------------start------------->8---
(define-public with-sqlite-with-column-metadata
  (package-input-rewriting `((,sqlite . ,sqlite-with-column-metadata))
                           sqlite-variant-package-name))

(define-public libinput-minimal-qt
  (with-sqlite-with-column-metadata libinput-minimal))
  
; etc.
--8<---------------cut here---------------end--------------->8---

Building libinput-minimal-qt gives me a closure that still depends on sqlite.
I guess sqlite must be an implicit dependency then.

To see where it comes from, I produced a graph:

--8<---------------cut here---------------start------------->8---
./pre-inst-env guix graph libinput | dot -Tsvg > dag.svg
--8<---------------cut here---------------end--------------->8---

Sadly this is quite big and hard to read.

Is there a way to trim the graph so that it only display the relationships
between libinput and sqlite?  This would be a very convenient feature.

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2019-03-14 14:46 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-11 18:58 bug#34044: Packaging Jami (ex GNU Ring) Pierre Neidhardt
2019-01-11 21:37 ` Marius Bakke
2019-01-12  9:15   ` Pierre Neidhardt
2019-01-12 10:12     ` Gábor Boskovits
2019-03-13 15:00 ` [bug#34044] " Ricardo Wurmus
2019-03-13 18:44   ` Pierre Neidhardt
2019-03-13 18:51     ` Ricardo Wurmus
2019-03-14  8:29       ` Pierre Neidhardt
2019-03-14 14:45         ` Pierre Neidhardt [this message]
2019-03-14 14:49           ` Pierre Neidhardt
2019-03-14 17:26             ` Ricardo Wurmus
2019-03-14 17:38               ` Pierre Neidhardt
2019-03-14 17:40                 ` Pierre Neidhardt
2019-03-14 18:00                   ` Ricardo Wurmus
2019-03-14 18:01                 ` Ricardo Wurmus
2019-03-14 18:15                   ` Pierre Neidhardt
2019-03-14 18:34                     ` Pierre Neidhardt
2019-03-17 21:50                       ` Christopher Lemmer Webber
2019-03-18  7:41                         ` Pierre Neidhardt
2019-03-25  8:32                           ` Pierre Neidhardt
2019-03-25 15:19                             ` Christopher Lemmer Webber
2019-03-26 18:26                               ` Pierre Neidhardt
2019-03-26 18:41                                 ` Ricardo Wurmus
2019-03-27  1:52                                   ` Brett Gilio
2019-03-27  7:45                                     ` Pierre Neidhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87va0lseec.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=34044@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.