diff options
author | Sughosha <sughosha@disroot.org> | 2024-10-31 10:31:47 +0530 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-10-31 14:26:17 +0800 |
commit | 80d8996192520e9af7418ea9248a5fcecad6ac30 (patch) | |
tree | cfc5f3c6653612636f118b16794aee2f8cfa3f76 /gnu | |
parent | 9fb7333fc9482ff5435bc48f041b398b28d60d21 (diff) | |
download | guix-80d8996192520e9af7418ea9248a5fcecad6ac30.tar.gz guix-80d8996192520e9af7418ea9248a5fcecad6ac30.zip |
gnu: stargate: Switch to Qt6.
* gnu/packages/music.scm (stargate)[inputs]: Replace python-pyqt with
python-pyqt-6.
Change-Id: Ibea59107a24d396415bbb2e5126c3326f39505ad
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 724dfb52f5..60508d1033 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -5309,7 +5309,7 @@ can receive input from a MIDI keyboard.") python-numpy python-psutil python-pymarshal - python-pyqt + python-pyqt-6 python-pyyaml python-wavefile python-yq |