hid-listen: fix typo
This commit is contained in:
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; {
|
||||
|
Loading…
Reference in New Issue
Block a user