diff --git a/pkgs/by-name/be/beebeep/package.nix b/pkgs/by-name/be/beebeep/package.nix index 42a6dd4dc932..ed9138531aaa 100644 --- a/pkgs/by-name/be/beebeep/package.nix +++ b/pkgs/by-name/be/beebeep/package.nix @@ -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