gnome3.libgnomekbd: clean up

This commit is contained in:
Jan Tojnar 2017-12-17 04:38:11 +01:00
parent 9f364c9e8f
commit 2d084a349e
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -3,8 +3,8 @@
stdenv.mkDerivation rec {
inherit (import ./src.nix fetchurl) name src;
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ file intltool glib gtk3 libxklavier makeWrapper ];
nativeBuildInputs = [ pkgconfig file intltool makeWrapper ];
buildInputs = [ glib gtk3 libxklavier ];
preFixup = ''
wrapProgram $out/bin/gkbd-keyboard-display \