summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/teams/qt/qt-manifest.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/teams/qt/qt-manifest.scm b/etc/teams/qt/qt-manifest.scm
index a58275b3f16..eba8281dfa0 100644
--- a/etc/teams/qt/qt-manifest.scm
+++ b/etc/teams/qt/qt-manifest.scm
@@ -16,8 +16,6 @@
16;;; You should have received a copy of the GNU General Public License 16;;; You should have received a copy of the GNU General Public License
17;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 17;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
18 18
19(load "common.scm")
20
21;;; Commentary: 19;;; Commentary:
22;;; 20;;;
23;;; This manifest can be used to update the latest Qt packages collection, via 21;;; This manifest can be used to update the latest Qt packages collection, via
@@ -25,6 +23,11 @@
25;;; 23;;;
26;;; ./pre-inst-env guix refresh -u -m etc/teams/qt/qt-manifest.scm 24;;; ./pre-inst-env guix refresh -u -m etc/teams/qt/qt-manifest.scm
27;;; 25;;;
26;;; To update to a specific version, you can use the above with, for example,
27;;; '--target-version=6.11.1'.
28
28;;; Code: 29;;; Code:
29 30
31(load "common.scm")
32
30(qt-packages-manifest #:major-version "5" #:negate-version-test? #t) 33(qt-packages-manifest #:major-version "5" #:negate-version-test? #t)