Skip to content

Commit

Permalink
zoom-us: drop uneeded *Inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Aug 1, 2019
1 parent 32f62e9 commit 2d30723
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, mkDerivation, makeWrapper, autoPatchelfHook
, wrapQtAppsHook, fetchFromGitHub
{ stdenv, fetchurl, mkDerivation, autoPatchelfHook
, fetchFromGitHub
# Dynamic libraries
, dbus, glib, libGL, libX11, libXfixes, libuuid, libxcb, qtbase, qtdeclarative
, qtimageformats, qtlocation, qtquickcontrols, qtquickcontrols2, qtscript, qtsvg
Expand Down Expand Up @@ -35,7 +35,7 @@ in mkDerivation {

src = srcs.${stdenv.hostPlatform.system};

nativeBuildInputs = [ autoPatchelfHook makeWrapper wrapQtAppsHook ];
nativeBuildInputs = [ autoPatchelfHook ];

buildInputs = [
dbus glib libGL libX11 libXfixes libuuid libxcb libjpeg_turbo
Expand Down

0 comments on commit 2d30723

Please sign in to comment.