Commit 6536fbb1 authored by goatastronaut0212's avatar goatastronaut0212 Committed by nicoo
Browse files

ibus-engines.bamboo: clean up code

parent 50be4052
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
{ lib, stdenv
, fetchFromGitHub
, glib
, gettext
, xorg
, pkg-config
, wrapGAppsHook3
, gtk3
, go
}:

@@ -21,19 +18,13 @@ stdenv.mkDerivation rec {
  };

  nativeBuildInputs = [
    gettext
    pkg-config
    wrapGAppsHook3
    go
  ];

  buildInputs = [
    glib
    gtk3
    xorg.libX11
    xorg.xorgproto
    xorg.libXtst
    xorg.libXi
  ];

  preConfigure = ''