Skip to content

Commit

Permalink
Fix missing meta.mainPrograms
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T committed Oct 29, 2024
1 parent f99716a commit 5c0d6eb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/asciiportal/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ in stdenv.mkDerivation rec {
# A couple of the level packs use this:
cc-by-sa-20
];
mainProgram = "asciiportal";
maintainers = [maintainers.Rhys-T];
};
}
1 change: 1 addition & 0 deletions pkgs/konify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
description = "Script to generate semi-random desktop backgrounds";
homepage = "https://xyne.dev/scripts/graphics/konify/";
license = lib.licenses.gpl2Plus;
mainProgram = "konify";
maintainers = [maintainers.Rhys-T];
};
}
1 change: 1 addition & 0 deletions pkgs/pacifi3d/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ in stdenv.mkDerivation rec {
# No license explicitly specified. Credits seem to indicate some emulation code came from
# MAME, which would have been under its old viral non-commercial license at the time.
license = lib.licenses.unfree;
mainProgram = pname;
maintainers = [maintainers.Rhys-T];
};
passthru = {
Expand Down
1 change: 1 addition & 0 deletions pkgs/powder/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@

# There's also some Apache-2.0 code in there, but only in the Android port.
];
mainProgram = "powder";
maintainers = [maintainers'.Rhys-T];
};
}
1 change: 1 addition & 0 deletions pkgs/xorcurses/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'';
inherit homepage;
license = lib.licenses.gpl3Only;
mainProgram = "xorcurses";
maintainers = [maintainers.Rhys-T];
};
}

0 comments on commit 5c0d6eb

Please sign in to comment.