mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
wp-cli: add meta.mainProgram (#166453)
This commit is contained in:
parent
3bfa15fe13
commit
a01a4d4d67
@ -54,5 +54,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "wp";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user