Merge pull request #140955 from siraben/remkrom-update
remkrom: add meta.mainProgram
This commit is contained in:
commit
56456afefa
2 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,5 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ siraben ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "remkrom";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,5 +18,6 @@ rustPlatform.buildRustPackage {
|
|||
homepage = "https://github.com/siraben/remkrom";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ siraben ];
|
||||
mainProgram = "remkrom";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue