GNU bug report logs - #51783
[PATCH core-updates-frozen] gnu: Complete renaming openexr to openexr-2.

Previous Next

Package: guix-patches;

Reported by: Brendan Tildesley <mail <at> brendan.scot>

Date: Fri, 12 Nov 2021 06:41:01 UTC

Severity: normal

Tags: patch

Done: Brendan Tildesley <mail <at> brendan.scot>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Brendan Tildesley <mail <at> brendan.scot>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>, Leo Famulari <leo <at> famulari.name>
Subject: [PATCH core-updates-frozen] gnu: Complete renaming openexr to
 openexr-2.
Date: Fri, 12 Nov 2021 17:40:10 +1100
* 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





This bug report was last modified 3 years and 243 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.