mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
iwgtk: adding missing meta.mainProgram
This commit is contained in:
parent
d717d89713
commit
e6086235bc
@ -37,7 +37,8 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/j-lentz/iwgtk";
|
||||
changelog = "https://github.com/j-lentz/iwgtk/blob/v${version}/CHANGELOG";
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ figsoda ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "iwgtk";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user