diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-19 18:06:36 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-19 22:07:34 +0100 |
commit | bd0ff2d39bc7d3b497d74c3431ef77a1cf2515c4 (patch) | |
tree | 6ddcde7668a12111ffd5380dc39b11a0758a6368 /gnu/packages/qt.scm | |
parent | cac47a076870b763552a6b23945a4cc24acc25e6 (diff) | |
download | guix-bd0ff2d39bc7d3b497d74c3431ef77a1cf2515c4.tar.gz |
gnu: Remove coin3D@3.
* gnu/packages/graphics.scm (coin3D): Take the body from ... (coin3D-4): ... this now-deprecated variable. * gnu/packages/engineering.scm (freecad)[inputs]: Change from COIN3D-4 to COIN3D. * gnu/packages/python-xyz.scm (python-pivy)[inputs]: Likewise. * gnu/packages/qt.scm (soqt)[inputs]: Likewise.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 8ad9dd4cc0..5ed8ec2c8e 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -4234,7 +4234,7 @@ data.") (native-inputs (list pkg-config cmake)) (inputs - (list qtbase-5 coin3D-4)) + (list qtbase-5 coin3D)) (home-page "https://github.com/coin3d/soqt") (synopsis "Qt GUI component toolkit library for Coin") (description "SoQt is a Qt GUI component toolkit library for Coin. It is |