Unverified Commit b83a5617 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

beebeep: use stdenv mkDerivation (#427907)

parents b9640008 54a5a0eb
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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