From 21adfa1ff9bbcf597a95a542d30175d7adea1fd5 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 6 Sep 2020 23:47:19 +0200 Subject: [PATCH] Add rpm install of graphviz-qt to ci/install-packages.sh Contains gvedit. --- ci/install-packages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/install-packages.sh b/ci/install-packages.sh index adc62b27a..f3d472790 100755 --- a/ci/install-packages.sh +++ b/ci/install-packages.sh @@ -27,6 +27,7 @@ else ${DIR}/os/${ARCH}/graphviz-plugins-x-${GV_VERSION}*.rpm \ ${DIR}/os/${ARCH}/graphviz-x-${GV_VERSION}*.rpm \ ${DIR}/os/${ARCH}/graphviz-gd-${GV_VERSION}*.rpm \ + ${DIR}/os/${ARCH}/graphviz-qt-${GV_VERSION}*.rpm \ ${DIR}/os/${ARCH}/graphviz-plugins-gd-${GV_VERSION}*.rpm \ ${DIR}/os/${ARCH}/graphviz-nox-${GV_VERSION}*.rpm fi -- 2.40.0