mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
cmd-polkit: fix meta.mainProgram binary
This commit is contained in:
parent
b2e514ab72
commit
f3b5635d25
@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://github.com/OmarCastro/cmd-polkit/blob/${finalAttrs.src.rev}/CHANGELOG";
|
||||
license = licenses.lgpl21Only;
|
||||
maintainers = with maintainers; [ daru-san ];
|
||||
mainProgram = "cmd-polkit";
|
||||
mainProgram = "cmd-polkit-agent";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user