diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-02-08 12:02:22 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-02-12 16:07:53 +0800 |
commit | ce2afbcfb45c2c557e1e5629d9030e558e940429 (patch) | |
tree | db026a0d5a910ab7e6dde65adc8414ef776c5b3c | |
parent | d958680e25b3f75fdbce719cb1b7f42050adbe7f (diff) |
gnu: qtsensors-5: Change 'name' to 'qtsensors'.
* gnu/packages/qt.scm (qtsensors-5) [name]: Rename to 'qtsensors'.
(python-pyside-2) [arguments]: Adjust accordingly.
Change-Id: I6af83028ef362dd7410d4895b08e639e691aad40
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 401be99da4..65db5be2dd 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1891,7 +1891,7 @@ recognition API for devices."))) (define-public qtsensors-5 (package (inherit qtsvg-5) - (name "qtsensors-5") + (name "qtsensors") (version "5.15.10") (source (origin (method url-fetch) @@ -5170,7 +5170,7 @@ color-related widgets.") "qtquickcontrols2" "qtscript" "qtscxml" - "qtsensors-5" + "qtsensors" "qtspeech" "qtsvg" "qttools" |