Skip to content

Commit

Permalink
hid-listen: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSmeets committed Jul 18, 2017
1 parent ff41ec7 commit 75454c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/hid-listen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stdenv.mkDerivation rec {

installPhase = ''
mkdir -p $out/bin
mv ./hid_listen $out/bin/$hid_listen
mv ./hid_listen $out/bin/hid_listen
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 75454c3

Please sign in to comment.