[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42885] [PATCH 03/27] gnu: veusz: Fix build.
From: |
Brendan Tildesley |
Subject: |
[bug#42885] [PATCH 03/27] gnu: veusz: Fix build. |
Date: |
Wed, 10 Mar 2021 20:00:29 +1100 |
* gnu/packages/maths.scm (veusz): Fix build that was broken by updating
python-sip
---
gnu/packages/maths.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6856737bdf..675e1d5b88 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2289,7 +2289,8 @@ ASCII text files using Gmsh's own scripting language.")
(native-inputs
`(("pkg-config" ,pkg-config)
;;("python-astropy" ,python-astropy) ;; FIXME: Package this.
- ("qttools" ,qttools)))
+ ("qttools" ,qttools)
+ ("python-sip" ,python-sip-4)))
(inputs
`(("ghostscript" ,ghostscript) ;optional, for EPS/PS output
("python-dbus" ,python-dbus)
--
2.30.1
- [bug#42885] [PATCH 01/27] gnu: python-sip: Update to 5.5.0. Add python-sip-4, Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 03/27] gnu: veusz: Fix build.,
Brendan Tildesley <=
- [bug#42885] [PATCH 02/27] gnu: python2-sip: Fix build., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 05/27] gnu: Add python-pyqt5-sip., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 06/27] gnu: python-pyqt: Fix build for new python-sip., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 08/27] gnu: Add python-zeroconf., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 07/27] gnu: Add python-ifaddr., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 12/27] gnu: python-zstandard: Update to 0.15.2., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 11/27] gnu: Add python-ppmd-cffi., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 17/27] gnu: python-feedparser: Update to 6.0.2., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 04/27] gnu: Add python-pyqt-builder., Brendan Tildesley, 2021/03/10
- [bug#42885] [PATCH 09/27] gnu: Add python-pyannotate., Brendan Tildesley, 2021/03/10