guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: krita: Fix build failure:


From: guix-commits
Subject: branch master updated: gnu: krita: Fix build failure:
Date: Sat, 01 Jan 2022 21:21:24 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2c6dfeac64 gnu: krita: Fix build failure:
2c6dfeac64 is described below

commit 2c6dfeac6459901b500a81a1d733a48993792a11
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Dec 31 01:06:32 2021 +0000

    gnu: krita: Fix build failure:
    
    ------
    Generating the kritamod bindings...
    sip-generate.py: Unable to find file "QtCore/QtCoremod.sip"
    
    make[2]: *** 
[plugins/extensions/pykrita/sip/CMakeFiles/python_module_PyKrita_krita_autogen.dir/build.make:79:
 plugins/extensions/pykrita/sip/_tmp/krita/sipkritapart0.cpp] Error 1
    ------
    
    See <https://issues.guix.gnu.org/52910> for more information.
    
    * gnu/packages/kde.scm (krita)[inputs]: Remove python, python-pyqt, 
python-sip.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/kde.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 8531e8683e..dfd4cd197c 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -533,9 +533,6 @@ expression library, that is used in Krita.")
            openjpeg
            perl
            poppler-qt5
-           python
-           python-pyqt
-           python-sip
            qtbase-5
            qtdeclarative
            qtmultimedia



reply via email to

[Prev in Thread] Current Thread [Next in Thread]