Skip to content

Commit

Permalink
termite: fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Sep 26, 2017
1 parent edf780b commit e6f075b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/applications/misc/termite/default.nix
Expand Up @@ -19,9 +19,7 @@ let

buildInputs = [ vte gtk3 ncurses ];

nativeBuildInputs = [ wrapGAppsHook pkgconfig ];

nativeBuildInputs = [ makeWrapper ];
nativeBuildInputs = [ wrapGAppsHook pkgconfig makeWrapper ];

outputs = [ "out" "terminfo" ];

Expand Down

0 comments on commit e6f075b

Please sign in to comment.