mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 06:47:44 +00:00
remkrom: add meta.mainProgram
This commit is contained in:
parent
31b5b9f48f
commit
0bd4ce05b3
@ -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 New Issue
Block a user