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
1 changed files with 2 additions and 2 deletions

View File

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