unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: 38319@debbugs.gnu.org
Subject: [bug#38319] [PATCH 3/4] gnu: python-pyqt: Fix output directory for plugins.
Date: Fri, 22 Nov 2019 10:37:29 +0100	[thread overview]
Message-ID: <20191122093730.6164-3-h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <20191122093730.6164-1-h.goebel@crazy-compilers.com>

This defaults to QT_INSTALL_PLUGINS, thus we should use the same
sub-path ($out/lib/qt5/plugins) here.

* gnu/packages/qt.scm(python-pyqt)[arguments]<phases>{configure}:
  Change base path for plugins.
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 5f4f29a948..ba6595cdfb 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1616,7 +1616,7 @@ module provides support functions to the automatically generated code.")
              (let* ((out (assoc-ref outputs "out"))
                     (bin (string-append out "/bin"))
                     (sip (string-append out "/share/sip"))
-                    (plugins (string-append out "/plugins"))
+                    (plugins (string-append out "/lib/qt5/plugins"))
                     (designer (string-append plugins "/designer"))
                     (qml (string-append plugins "/PyQt5"))
                     (python (assoc-ref inputs "python"))
-- 
2.21.0

  parent reply	other threads:[~2019-11-22  9:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-22  9:35 [bug#38319] [PATCH 0/4] Fix wrap-qt-program some packages using Qt Hartmut Goebel
2019-11-22  9:37 ` [bug#38319] [PATCH 1/4] gnu: sddm: Fix output directory for QML files Hartmut Goebel
2019-11-22  9:37   ` [bug#38319] [PATCH 2/4] guix: Fix wrap-qt-program Hartmut Goebel
2019-11-25 22:37     ` Ludovic Courtès
2019-11-22  9:37   ` Hartmut Goebel [this message]
2019-11-25 22:37     ` [bug#38319] [PATCH 3/4] gnu: python-pyqt: Fix output directory for plugins Ludovic Courtès
2019-11-22  9:37   ` [bug#38319] [PATCH 4/4] gnu: kdeconnect: Remove useless code Hartmut Goebel
2019-11-25 22:38     ` Ludovic Courtès
2019-11-26 11:33       ` bug#38319: " Hartmut Goebel
2019-11-25 22:35   ` [bug#38319] [PATCH 1/4] gnu: sddm: Fix output directory for QML files Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20191122093730.6164-3-h.goebel@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=38319@debbugs.gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).