1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

diebahn: add meta.mainProgram

This commit is contained in:
Robert Schütz 2023-11-27 09:20:52 -08:00
parent 46e11ae73d
commit a1e020cac8

View file

@ -73,6 +73,7 @@ stdenv.mkDerivation rec {
description = "Travel with all your train information in one place";
homepage = "https://gitlab.com/schmiddi-on-mobile/diebahn";
license = lib.licenses.gpl3Plus;
mainProgram = "diebahn";
maintainers = with lib.maintainers; [ dotlambda ];
};
}