beep: add meta.mainProgam

This commit is contained in:
Shawn8901 2023-08-29 13:54:27 +02:00
parent 3d95840452
commit a917cde4aa
1 changed files with 1 additions and 0 deletions

View File

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/spkr-beep/beep";
license = licenses.gpl2Only;
platforms = platforms.linux;
mainProgram = "beep";
};
}