Skip to content

Commit

Permalink
pkgs(games/native/celeste-classic): support dynamic package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Nov 1, 2023
1 parent 9005fd5 commit dfcc550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/native/celeste-classic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let
srcbin = if practiceMod then "celeste_practice_mod" else "celeste";
outbin = if practiceMod then "celeste-classic-pm" else "celeste-classic";
in stdenvNoCC.mkDerivation {
pname = "celeste-classic";
pname = outbin;
version = "1.0";

src = fetchzip {
Expand Down

0 comments on commit dfcc550

Please sign in to comment.