all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: 38319@debbugs.gnu.org
Subject: [bug#38319] [PATCH 1/4] gnu: sddm: Fix output directory for QML files.
Date: Fri, 22 Nov 2019 10:37:27 +0100	[thread overview]
Message-ID: <20191122093730.6164-1-h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <20191122093556.6077-1-h.goebel@crazy-compilers.com>

Path must match qtbase's native-search-path specification, otherwise it
will not be picked up by other packages.

* gnu/packages/display-managers.scm(sddm)[arguments]<configure-flags>:
  Change value of "-DQT_IMPORTS_DIR".
---
 gnu/packages/display-managers.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/display-managers.scm b/gnu/packages/display-managers.scm
index 0b8f742c38..21afc0ec5c 100644
--- a/gnu/packages/display-managers.scm
+++ b/gnu/packages/display-managers.scm
@@ -102,7 +102,7 @@
                        (assoc-ref %build-inputs "shadow")
                        "/etc/login.defs")
         (string-append "-DQT_IMPORTS_DIR="
-                       (assoc-ref %outputs "out") "/qml")
+                       (assoc-ref %outputs "out") "/lib/qt5/qml")
         (string-append "-DCMAKE_INSTALL_SYSCONFDIR="
                        (assoc-ref %outputs "out") "/etc"))
        #:modules ((guix build cmake-build-system)
-- 
2.21.0

  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 ` Hartmut Goebel [this message]
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   ` [bug#38319] [PATCH 3/4] gnu: python-pyqt: Fix output directory for plugins Hartmut Goebel
2019-11-25 22:37     ` 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

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

  git send-email \
    --in-reply-to=20191122093730.6164-1-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 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.