about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorFelix Bühler <Stunkymonkey@users.noreply.github.com>2024-01-18 23:54:30 +0100
committerGitHub <noreply@github.com>2024-01-18 23:54:30 +0100
commit77be1fdf7dfae372033669a0e6e73064639549bf (patch)
tree99e0ad683c546439130619442e338830f934f75d /pkgs/applications/video
parent11a146b96c65eec5b53b2d9951ad3c04cc3a38e0 (diff)
parent4cf5b993ba046b1587ae7ac552ba990a62c9f9b0 (diff)
Merge pull request #279394 from Stunkymonkey/pyqt5-multimedia-normalize
python311Packages.pyqt5-multimedia: rename from pyqt5_with_qtmultimedia
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/qarte/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/qarte/default.nix b/pkgs/applications/video/qarte/default.nix
index e237a1c641a92..cbbf1f3076201 100644
--- a/pkgs/applications/video/qarte/default.nix
+++ b/pkgs/applications/video/qarte/default.nix
@@ -1,7 +1,7 @@
 { mkDerivation, lib, fetchbzr, python3, rtmpdump }:
 
 let
-  pythonEnv = python3.withPackages (ps: with ps; [ m3u8 pyqt5_with_qtmultimedia ]);
+  pythonEnv = python3.withPackages (ps: with ps; [ m3u8 pyqt5-multimedia ]);
 in mkDerivation {
   pname = "qarte";
   version = "5.5.0";