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

main
Malo Bourgon 2 years ago committed by GitHub
parent a29d5b4cd2
commit 3251f70de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/tools/misc/somafm-cli/default.nix

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

Loading…
Cancel
Save