somafm-cli: add meta.mainProgram (#166454)

This commit is contained in:
Malo Bourgon 2022-03-30 15:40:43 -07:00 committed by GitHub
parent a29d5b4cd2
commit 3251f70de6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ SuperSandro2000 ];
mainProgram = "somafm";
};
}