wp-cli: add meta.mainProgram (#166453)

main
Malo Bourgon 2 years ago committed by GitHub
parent 3bfa15fe13
commit a01a4d4d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/development/tools/wp-cli/default.nix

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

Loading…
Cancel
Save