beebeep: use stdenv mkDerivation (#427907)

This commit is contained in:
Weijia Wang 2025-07-29 09:55:45 -06:00 committed by GitHub
commit b83a561792
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,10 +2,11 @@
lib,
fetchzip,
autoPatchelfHook,
libsForQt5,
stdenv,
qt5,
}:
libsForQt5.mkDerivation rec {
stdenv.mkDerivation rec {
pname = "beebeep";
version = "5.8.6";
@ -15,11 +16,11 @@ libsForQt5.mkDerivation rec {
};
nativeBuildInputs = [
libsForQt5.wrapQtAppsHook
qt5.wrapQtAppsHook
autoPatchelfHook
];
buildInputs = with libsForQt5; [
buildInputs = with qt5; [
qtbase
qtmultimedia
qtx11extras