hid-listen: fix typo

This commit is contained in:
Tom Smeets 2017-07-18 10:28:30 +02:00
parent ff41ec7d80
commit 75454c3122

@ -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; {