mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
usb-modeswitch: set mainProgram
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
9a64284ea4
commit
f06db00ca4
@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ marcweber peterhoeg ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "usb_modeswitch";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user