unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51783] [PATCH core-updates-frozen] gnu: Complete renaming openexr to openexr-2.
@ 2021-11-12  6:40 Brendan Tildesley
  2021-11-18 14:30 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Brendan Tildesley @ 2021-11-12  6:40 UTC (permalink / raw)
  To: 51783; +Cc: Vinicius Monego, Leo Famulari

* gnu/packages/kde.scm (krita):[configure-flags]: d71336b2e3 missed one
reference of openexr that should have become openexr-2, breaking krita's
build. Rename it.
---
 gnu/packages/kde.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 2b843f163a..b74ea81b61 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -471,7 +471,7 @@ (define-public krita
      `(#:tests? #f
        #:configure-flags
        ,#~(list "-DBUILD_TESTING=OFF"
-                (string-append "-DCMAKE_CXX_FLAGS=-I" #$openexr
+                (string-append "-DCMAKE_CXX_FLAGS=-I" #$openexr-2
                                "/include/OpenEXR"))))
     (native-inputs
      `(("curl" ,curl)
-- 
2.33.1





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

end of thread, other threads:[~2021-11-20 11:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-12  6:40 [bug#51783] [PATCH core-updates-frozen] gnu: Complete renaming openexr to openexr-2 Brendan Tildesley
2021-11-18 14:30 ` Ludovic Courtès
2021-11-20 11:06   ` Brendan Tildesley

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).