unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 57510@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#57510] [PATCH 3/3] gnu: orange: Fix QT_PLUGIN_PATH.
Date: Wed, 31 Aug 2022 19:34:50 +0000	[thread overview]
Message-ID: <c76ee4d28341891a7bb386ae4c6f43b76f5e917a.1661972136.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1661972136.git.code@greghogan.com>

* gnu/packages/orange.scm (orange)[arguments]: Fix QT_PLUGIN_PATH.
---
 gnu/packages/orange.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/orange.scm b/gnu/packages/orange.scm
index 367c9cc288..0b8a642014 100644
--- a/gnu/packages/orange.scm
+++ b/gnu/packages/orange.scm
@@ -137,7 +137,7 @@ (define-public orange
              (let ((out (assoc-ref outputs "out")))
                (wrap-program (string-append out "/bin/orange-canvas")
                  `("QT_PLUGIN_PATH" prefix
-                   ,(list (string-append (assoc-ref inputs "qtsvg-5")
+                   ,(list (string-append (assoc-ref inputs "qtsvg")
                                          "/lib/qt5/plugins/"))))))))))
     (native-inputs
      (list python-cython))
-- 
2.37.2





  parent reply	other threads:[~2022-08-31 20:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-31 19:33 [bug#57510] [PATCH 0/3] Update git Greg Hogan
2022-08-31 19:34 ` [bug#57510] [PATCH 1/3] gnu: git: Update to 2.37.3 Greg Hogan
2022-08-31 19:34 ` [bug#57510] [PATCH 2/3] gnu: src: Update to 1.29 Greg Hogan
2022-08-31 19:34 ` Greg Hogan [this message]
2022-09-06 14:56 ` bug#57510: [PATCH 0/3] Update git 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=c76ee4d28341891a7bb386ae4c6f43b76f5e917a.1661972136.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=57510@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).