Unverified Commit 3dcae712 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

smuxi: ensure makeWrapper is restricted to nativeBuildInputs (#341550)

parents 2e877812 e4664916
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -30,11 +30,10 @@ stdenv.mkDerivation rec {
    fetchSubmodules = true;
  };

  nativeBuildInputs = [ pkg-config ];
  nativeBuildInputs = [ pkg-config makeWrapper ];
  buildInputs = [ autoconf automake itstool intltool gettext
    mono
    stfl
    makeWrapper ] ++ lib.optionals (guiSupport) [
    stfl ] ++ lib.optionals (guiSupport) [
      gtk-sharp-2_0
      # loaded at runtime by GTK#
      gdk-pixbuf pango